2022-12-01T10:01:47.5381057Z Requested labels: linux.2xlarge 2022-12-01T10:01:47.5381126Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:01:47.5381149Z Waiting for a runner to pick up this job... 2022-12-01T10:01:48.0873939Z Job is about to start running on the runner: i-0595c196c588c6125 (organization) 2022-12-01T10:01:52.2402959Z Current runner version: '2.299.1' 2022-12-01T10:01:52.2408641Z Runner name: 'i-0595c196c588c6125' 2022-12-01T10:01:52.2409153Z Runner group name: 'Default' 2022-12-01T10:01:52.2409752Z Machine name: 'ip-10-0-1-42' 2022-12-01T10:01:52.2411771Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:01:52.2412482Z Actions: read 2022-12-01T10:01:52.2412763Z Checks: read 2022-12-01T10:01:52.2413154Z Contents: read 2022-12-01T10:01:52.2413479Z Deployments: read 2022-12-01T10:01:52.2413769Z Discussions: read 2022-12-01T10:01:52.2414093Z Issues: read 2022-12-01T10:01:52.2414508Z Metadata: read 2022-12-01T10:01:52.2414815Z Packages: read 2022-12-01T10:01:52.2415133Z Pages: read 2022-12-01T10:01:52.2415463Z PullRequests: read 2022-12-01T10:01:52.2415785Z RepositoryProjects: read 2022-12-01T10:01:52.2416147Z SecurityEvents: read 2022-12-01T10:01:52.2416527Z Statuses: read 2022-12-01T10:01:52.2416799Z ##[endgroup] 2022-12-01T10:01:52.2419890Z Secret source: None 2022-12-01T10:01:52.2420618Z Prepare workflow directory 2022-12-01T10:01:52.9198283Z Prepare all required actions 2022-12-01T10:01:52.9363256Z Getting action download info 2022-12-01T10:01:53.1451989Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:01:55.7534575Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:01:55.9528046Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:01:56.0636761Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:01:56.3243215Z Getting action download info 2022-12-01T10:01:56.5715146Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:01:56.7545751Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:01:56.7547400Z ##[group] Inputs 2022-12-01T10:01:56.7547684Z build-environment: linux-bionic-py3.7-clang9 2022-12-01T10:01:56.7548390Z 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.7549154Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:01:56.7549489Z sync-tag: 2022-12-01T10:01:56.7549664Z ##[endgroup] 2022-12-01T10:01:56.7550120Z Complete job name: linux-bionic-py3.7-clang9 / test (crossref, 2, 2, linux.2xlarge) 2022-12-01T10:01:56.8280050Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:01:56.8280356Z with: 2022-12-01T10:01:56.8280544Z submodules: recursive 2022-12-01T10:01:56.8280721Z fetch-depth: 0 2022-12-01T10:01:56.8280894Z env: 2022-12-01T10:01:56.8281076Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.8281253Z ##[endgroup] 2022-12-01T10:01:56.8499234Z ##[group]Run retry () { 2022-12-01T10:01:56.8499507Z retry () { 2022-12-01T10:01:56.8499729Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:01:56.8499950Z } 2022-12-01T10:01:56.8500140Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8500352Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:01:56.8500600Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8500844Z else 2022-12-01T10:01:56.8501047Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8501229Z fi 2022-12-01T10:01:56.8501454Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:01:56.8517051Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:01:56.8517284Z env: 2022-12-01T10:01:56.8517467Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:56.8517655Z NO_SUDO: 2022-12-01T10:01:56.8517816Z ##[endgroup] 2022-12-01T10:01:56.8684656Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.0715014Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:01:59.0715264Z with: 2022-12-01T10:01:59.0715454Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:59.0715667Z fetch-depth: 0 2022-12-01T10:01:59.0715850Z submodules: recursive 2022-12-01T10:01:59.0716041Z quiet-checkout: true 2022-12-01T10:01:59.0716229Z repository: pytorch/pytorch 2022-12-01T10:01:59.0716609Z token: *** 2022-12-01T10:01:59.0716786Z ssh-strict: true 2022-12-01T10:01:59.0716970Z persist-credentials: true 2022-12-01T10:01:59.0717161Z clean: true 2022-12-01T10:01:59.0717335Z lfs: false 2022-12-01T10:01:59.0717510Z set-safe-directory: true 2022-12-01T10:01:59.0717690Z env: 2022-12-01T10:01:59.0717864Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:01:59.0718037Z ##[endgroup] 2022-12-01T10:01:59.1922488Z Syncing repository: pytorch/pytorch 2022-12-01T10:01:59.1923875Z ##[group]Getting Git version info 2022-12-01T10:01:59.1924325Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.1924756Z [command]/usr/bin/git version 2022-12-01T10:01:59.1924966Z git version 2.37.1 2022-12-01T10:01:59.1942579Z ##[endgroup] 2022-12-01T10:01:59.1956007Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2c19923d-56e1-41b2-a2f2-bbb7af1a4671' before making global git config changes 2022-12-01T10:01:59.1956434Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:01:59.1960223Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.1998349Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:01:59.2002371Z ##[group]Initializing the repository 2022-12-01T10:01:59.2004925Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:01:59.2198953Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:01:59.2199603Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:01:59.2200059Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:01:59.2200291Z hint: 2022-12-01T10:01:59.2200558Z hint: git config --global init.defaultBranch 2022-12-01T10:01:59.2200993Z hint: 2022-12-01T10:01:59.2201287Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:01:59.2201647Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:01:59.2201890Z hint: 2022-12-01T10:01:59.2202248Z hint: git branch -m 2022-12-01T10:01:59.2203076Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:01:59.2210722Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:01:59.2241808Z ##[endgroup] 2022-12-01T10:01:59.2242190Z ##[group]Disabling automatic garbage collection 2022-12-01T10:01:59.2244739Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:01:59.2272279Z ##[endgroup] 2022-12-01T10:01:59.2272645Z ##[group]Setting up auth 2022-12-01T10:01:59.2278521Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:01:59.2308045Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:01:59.2545754Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:01:59.2576039Z [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:59.2818765Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:59.2863415Z ##[endgroup] 2022-12-01T10:01:59.2863819Z ##[group]Fetching the repository 2022-12-01T10:01:59.2869684Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:02:49.0813591Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:02:49.0848448Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:50.3381211Z ##[endgroup] 2022-12-01T10:02:50.3381687Z ##[group]Determining the checkout info 2022-12-01T10:02:50.3382344Z ##[endgroup] 2022-12-01T10:02:50.3382664Z ##[group]Checking out the ref 2022-12-01T10:02:50.3386361Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:02:51.5684769Z ##[endgroup] 2022-12-01T10:02:51.5685187Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:02:51.5689507Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:02:51.5741752Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:02:51.5772349Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:02:51.5803762Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:02:51.5828802Z ##[endgroup] 2022-12-01T10:02:51.5832403Z ##[group]Fetching submodules 2022-12-01T10:02:51.5832758Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:02:51.6088083Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:02:51.6344022Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:02:51.6348212Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:02:51.6349199Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:02:51.6350246Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:02:51.6353124Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:02:51.6356585Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:02:51.6359599Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:02:51.6362993Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:02:51.6366333Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:02:51.6369782Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:02:51.6373645Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:02:51.6377268Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:02:51.6381040Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:02:51.6385103Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:02:51.6389605Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:02:51.6392922Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:02:51.6397644Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:02:51.6401517Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:02:51.6405330Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:02:51.6409414Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:02:51.6413713Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:02:51.6418152Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:02:51.6422464Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:02:51.6427404Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:02:51.6431974Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:02:51.6436732Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:02:51.6441559Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:02:51.6446377Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:02:51.6451438Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:02:51.6456616Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:02:51.6461837Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:02:51.6467337Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:02:51.6472776Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:02:51.6478447Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:02:51.6484007Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:02:51.6489714Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:02:51.6495650Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:02:51.6501530Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:02:51.6509362Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:02:51.6515561Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:02:51.6521885Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:02:51.6548440Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:02:51.9520744Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:02:52.1522376Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:02:52.3690936Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:02:52.6693212Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:02:52.9423077Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:02:55.0287257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:03:01.2067177Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:03:01.8578890Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:03:02.6888379Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:03:04.6095094Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:03:05.8304567Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:03:07.2233861Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:03:12.5562623Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:03:13.3590623Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:03:14.5086572Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:03:15.7017051Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:03:15.9311635Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:03:16.4077553Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:03:16.7488370Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:03:17.8978513Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:03:18.3168985Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:03:18.5463113Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:03:18.8490706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:03:20.9520621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:03:21.4325014Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:03:21.8628509Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:03:29.8895860Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:03:31.5884398Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:03:32.0451325Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:03:32.3273229Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:03:38.0046138Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:03:38.2015683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:03:38.4258347Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:03:39.3627855Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:03:39.6317672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:03:40.0489578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:03:40.3404984Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:03:40.9478924Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:03:43.0497794Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:03:43.5158146Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:03:45.7209468Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:03:45.7307275Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:03:45.7383929Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:03:45.7592581Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:03:45.7801857Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:03:45.8128613Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:03:46.3682747Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:03:46.3876648Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:03:46.4789732Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:03:46.5107864Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:03:46.7751656Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:03:47.1489705Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:03:47.3734014Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:03:47.4159665Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:03:47.4173985Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:47.4176134Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:47.4178200Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:47.4180614Z 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:47.4203533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:03:48.3742115Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:03:48.8904538Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:03:49.9437587Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:03:50.2843636Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:03:50.3762287Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:03:50.4304012Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:03:50.4399852Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:03:50.5178058Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:03:50.5509683Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:03:50.5590678Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:03:50.5957115Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:03:50.6177905Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:03:50.6602828Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:03:50.6710232Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:03:50.6721865Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:50.6743419Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:03:58.5139337Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:03:58.5154457Z 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:58.5176945Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:04:06.5719601Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:04:06.5811030Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:04:06.5940155Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:04:06.6798452Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:04:06.6813144Z 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:06.6815065Z 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:06.6837835Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:04:07.9075528Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:04:09.0398345Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:04:09.0902421Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:04:09.1092153Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:04:09.1225829Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:04:09.2203400Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:04:09.4431088Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:04:09.4457974Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:09.4459752Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:09.4483972Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:09.8635894Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:10.7358960Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:04:10.7654118Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:04:10.7796181Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:04:10.7808878Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:10.7830607Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:04:12.5623318Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:04:12.5642677Z 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:12.5644356Z 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:12.5667103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:04:13.0006618Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:04:13.8306840Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:04:13.8920796Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:04:13.8936495Z 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:13.8959613Z 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:14.2111879Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:14.2198570Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:04:14.4548924Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:04:14.4567303Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:14.4568989Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:14.4594065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:04:14.8979436Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:04:16.1412894Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:04:16.2047847Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:04:16.2126353Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:04:16.2225088Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:04:16.2525317Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:04:16.2605778Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:04:16.2862219Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:04:16.2949789Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:04:16.3353301Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:04:16.4347579Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:04:16.4586136Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:04:16.4599132Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:16.4600939Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:16.4602991Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:16.4605149Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:16.4628126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:04:17.6397333Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:04:18.9836551Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:04:20.2836305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:04:21.1502350Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:04:21.1637201Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:04:21.2237359Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:04:21.2496840Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:04:21.2512053Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.2533995Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:04:21.4978009Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:04:21.6214321Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:04:21.6241754Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:04:21.6498838Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.6533480Z Entering 'third_party/FP16' 2022-12-01T10:04:21.6568778Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.6604288Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.6639035Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.6674155Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.6708304Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.6754107Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.6789028Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.6824273Z Entering 'third_party/cub' 2022-12-01T10:04:21.6858311Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.6897308Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.6938365Z Entering 'third_party/eigen' 2022-12-01T10:04:21.6976322Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.7010869Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.7045956Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.7080293Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.7113691Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.7148031Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.7185255Z Entering 'third_party/fmt' 2022-12-01T10:04:21.7220121Z Entering 'third_party/foxi' 2022-12-01T10:04:21.7253728Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.7287468Z Entering 'third_party/gloo' 2022-12-01T10:04:21.7322237Z Entering 'third_party/googletest' 2022-12-01T10:04:21.7356803Z Entering 'third_party/ideep' 2022-12-01T10:04:21.7390636Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.7426567Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.7465754Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.7499874Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.7533689Z Entering 'third_party/kineto' 2022-12-01T10:04:21.7568567Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:21.7601801Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:21.7636710Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:21.7671215Z Entering 'third_party/neon2sse' 2022-12-01T10:04:21.7704182Z Entering 'third_party/nlohmann' 2022-12-01T10:04:21.7739156Z Entering 'third_party/onnx' 2022-12-01T10:04:21.7786208Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.7820461Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.7857952Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:21.7891114Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:21.7930388Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:21.7965766Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:21.8000213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.8039036Z Entering 'third_party/pocketfft' 2022-12-01T10:04:21.8073730Z Entering 'third_party/protobuf' 2022-12-01T10:04:21.8113598Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:21.8148148Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:21.8185249Z Entering 'third_party/psimd' 2022-12-01T10:04:21.8220127Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:21.8253931Z Entering 'third_party/pybind11' 2022-12-01T10:04:21.8288950Z Entering 'third_party/python-enum' 2022-12-01T10:04:21.8323064Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:21.8356838Z Entering 'third_party/python-six' 2022-12-01T10:04:21.8392603Z Entering 'third_party/sleef' 2022-12-01T10:04:21.8428221Z Entering 'third_party/tbb' 2022-12-01T10:04:21.8465930Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:21.8499250Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:21.8533211Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:21.8566926Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:21.8601636Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:21.8634823Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:21.8672208Z Entering 'third_party/zstd' 2022-12-01T10:04:21.8715829Z ##[endgroup] 2022-12-01T10:04:21.8716330Z ##[group]Persisting credentials for submodules 2022-12-01T10:04:21.8720091Z [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:21.8973917Z Entering 'android/libs/fbjni' 2022-12-01T10:04:21.9008194Z Entering 'third_party/FP16' 2022-12-01T10:04:21.9042558Z Entering 'third_party/FXdiv' 2022-12-01T10:04:21.9077187Z Entering 'third_party/NNPACK' 2022-12-01T10:04:21.9113423Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:21.9147110Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:21.9181130Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:21.9225993Z Entering 'third_party/benchmark' 2022-12-01T10:04:21.9259728Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:21.9293793Z Entering 'third_party/cub' 2022-12-01T10:04:21.9327192Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:21.9366443Z Entering 'third_party/cutlass' 2022-12-01T10:04:21.9405806Z Entering 'third_party/eigen' 2022-12-01T10:04:21.9441019Z Entering 'third_party/fbgemm' 2022-12-01T10:04:21.9476283Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:21.9509653Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:21.9542455Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:21.9575778Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:21.9609756Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:21.9646194Z Entering 'third_party/fmt' 2022-12-01T10:04:21.9681615Z Entering 'third_party/foxi' 2022-12-01T10:04:21.9716257Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:21.9750917Z Entering 'third_party/gloo' 2022-12-01T10:04:21.9784911Z Entering 'third_party/googletest' 2022-12-01T10:04:21.9818641Z Entering 'third_party/ideep' 2022-12-01T10:04:21.9851951Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:21.9887809Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:21.9927588Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:21.9961644Z Entering 'third_party/ittapi' 2022-12-01T10:04:21.9996566Z Entering 'third_party/kineto' 2022-12-01T10:04:22.0030070Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.0062624Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.0096533Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.0130833Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.0165142Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.0200055Z Entering 'third_party/onnx' 2022-12-01T10:04:22.0246392Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.0281049Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.0316628Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.0351191Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.0389097Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.0422242Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.0455622Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.0494790Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.0529059Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.0566622Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.0599596Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.0635741Z Entering 'third_party/psimd' 2022-12-01T10:04:22.0669685Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.0702689Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.0737050Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.0770620Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.0804337Z Entering 'third_party/python-six' 2022-12-01T10:04:22.0838341Z Entering 'third_party/sleef' 2022-12-01T10:04:22.0871956Z Entering 'third_party/tbb' 2022-12-01T10:04:22.0908088Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.0942522Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.0975507Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.1007703Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.1041156Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.1074826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.1109637Z Entering 'third_party/zstd' 2022-12-01T10:04:22.1154663Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-12-01T10:04:22.1409602Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.1440533Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:04:22.1454517Z Entering 'third_party/FP16' 2022-12-01T10:04:22.1487070Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:04:22.1501067Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.1534352Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:04:22.1548923Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.1579881Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:04:22.1594519Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.1626933Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:04:22.1640425Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.1672703Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:04:22.1687114Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.1719749Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:04:22.1743498Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.1775369Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.1789957Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.1821513Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:22.1836262Z Entering 'third_party/cub' 2022-12-01T10:04:22.1869391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:04:22.1882999Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.1916078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:04:22.1935238Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.1966887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:04:22.1988304Z Entering 'third_party/eigen' 2022-12-01T10:04:22.2020217Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:04:22.2036254Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.2070421Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:04:22.2084262Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.2116819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:04:22.2130831Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.2163063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:04:22.2177260Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.2208536Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.2225810Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.2257232Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:04:22.2273175Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.2305687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:04:22.2322300Z Entering 'third_party/fmt' 2022-12-01T10:04:22.2354292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:04:22.2369285Z Entering 'third_party/foxi' 2022-12-01T10:04:22.2400826Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:04:22.2415356Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.2448999Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:04:22.2463321Z Entering 'third_party/gloo' 2022-12-01T10:04:22.2494440Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:04:22.2509716Z Entering 'third_party/googletest' 2022-12-01T10:04:22.2541804Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.2555703Z Entering 'third_party/ideep' 2022-12-01T10:04:22.2587316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:04:22.2600624Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.2632029Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:04:22.2647630Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.2678449Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:04:22.2698288Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.2729234Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:04:22.2742761Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.2774417Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:04:22.2788582Z Entering 'third_party/kineto' 2022-12-01T10:04:22.2820220Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:04:22.2834154Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.2865305Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:04:22.2878407Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.2910613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.2925813Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.2958157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:04:22.2972545Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.3003331Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:04:22.3017066Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.3049203Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:04:22.3064655Z Entering 'third_party/onnx' 2022-12-01T10:04:22.3096837Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:22.3122238Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.3153829Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.3167708Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.3199410Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.3214812Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.3246264Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:04:22.3260146Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.3291379Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:04:22.3310455Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.3341585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.3355799Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.3388197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.3401917Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.3435473Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:04:22.3453959Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.3486643Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:04:22.3500814Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.3533174Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:04:22.3551741Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.3583153Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:04:22.3597649Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.3630562Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.3646827Z Entering 'third_party/psimd' 2022-12-01T10:04:22.3680292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:04:22.3694435Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.3726262Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:04:22.3740747Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.3772687Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.3788528Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.3819838Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:04:22.3834359Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.3866255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:04:22.3879867Z Entering 'third_party/python-six' 2022-12-01T10:04:22.3913213Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:04:22.3927490Z Entering 'third_party/sleef' 2022-12-01T10:04:22.3959808Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:04:22.3973373Z Entering 'third_party/tbb' 2022-12-01T10:04:22.4005794Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:04:22.4022110Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.4055144Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:04:22.4070032Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.4102073Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:04:22.4117618Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.4149534Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:04:22.4163469Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.4198015Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:04:22.4212600Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.4245350Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:04:22.4259083Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.4290347Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:04:22.4308679Z Entering 'third_party/zstd' 2022-12-01T10:04:22.4341000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:04:22.5114600Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:04:22.5377006Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.5412656Z Entering 'third_party/FP16' 2022-12-01T10:04:22.5447092Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.5481781Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.5517370Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.5552625Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.5586023Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.5631371Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.5665957Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.5700445Z Entering 'third_party/cub' 2022-12-01T10:04:22.5735034Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.5775276Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.5815777Z Entering 'third_party/eigen' 2022-12-01T10:04:22.5852414Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.5886544Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.5921232Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.5955603Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.5990227Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.6024702Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.6061349Z Entering 'third_party/fmt' 2022-12-01T10:04:22.6095778Z Entering 'third_party/foxi' 2022-12-01T10:04:22.6130325Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.6164952Z Entering 'third_party/gloo' 2022-12-01T10:04:22.6200456Z Entering 'third_party/googletest' 2022-12-01T10:04:22.6236929Z Entering 'third_party/ideep' 2022-12-01T10:04:22.6271723Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.6308079Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.6348704Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.6384190Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.6419221Z Entering 'third_party/kineto' 2022-12-01T10:04:22.6454906Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.6489183Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.6524869Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.6560998Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.6597117Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.6632965Z Entering 'third_party/onnx' 2022-12-01T10:04:22.6679761Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.6714644Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.6751317Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.6785649Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.6824650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.6859196Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.6893309Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.6931931Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.6967002Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.7005539Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.7040270Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.7077577Z Entering 'third_party/psimd' 2022-12-01T10:04:22.7112694Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.7147418Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.7182171Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.7216877Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.7250941Z Entering 'third_party/python-six' 2022-12-01T10:04:22.7285307Z Entering 'third_party/sleef' 2022-12-01T10:04:22.7319819Z Entering 'third_party/tbb' 2022-12-01T10:04:22.7357202Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.7391614Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.7424904Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.7457404Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.7492492Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:22.7526267Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.7563538Z Entering 'third_party/zstd' 2022-12-01T10:04:22.7609450Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:04:22.7866829Z Entering 'android/libs/fbjni' 2022-12-01T10:04:22.7902530Z Entering 'third_party/FP16' 2022-12-01T10:04:22.7937881Z Entering 'third_party/FXdiv' 2022-12-01T10:04:22.7972781Z Entering 'third_party/NNPACK' 2022-12-01T10:04:22.8008345Z Entering 'third_party/QNNPACK' 2022-12-01T10:04:22.8043751Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:04:22.8078574Z Entering 'third_party/XNNPACK' 2022-12-01T10:04:22.8125165Z Entering 'third_party/benchmark' 2022-12-01T10:04:22.8159802Z Entering 'third_party/cpuinfo' 2022-12-01T10:04:22.8194319Z Entering 'third_party/cub' 2022-12-01T10:04:22.8229043Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:04:22.8267957Z Entering 'third_party/cutlass' 2022-12-01T10:04:22.8308977Z Entering 'third_party/eigen' 2022-12-01T10:04:22.8344852Z Entering 'third_party/fbgemm' 2022-12-01T10:04:22.8379443Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:04:22.8412964Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:04:22.8447397Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:04:22.8482496Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:04:22.8518447Z Entering 'third_party/flatbuffers' 2022-12-01T10:04:22.8556006Z Entering 'third_party/fmt' 2022-12-01T10:04:22.8590011Z Entering 'third_party/foxi' 2022-12-01T10:04:22.8623637Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:04:22.8658531Z Entering 'third_party/gloo' 2022-12-01T10:04:22.8692571Z Entering 'third_party/googletest' 2022-12-01T10:04:22.8726915Z Entering 'third_party/ideep' 2022-12-01T10:04:22.8761780Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:04:22.8797506Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:04:22.8837395Z Entering 'third_party/ios-cmake' 2022-12-01T10:04:22.8872693Z Entering 'third_party/ittapi' 2022-12-01T10:04:22.8906771Z Entering 'third_party/kineto' 2022-12-01T10:04:22.8941147Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:04:22.8974999Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:04:22.9010060Z Entering 'third_party/nccl/nccl' 2022-12-01T10:04:22.9044925Z Entering 'third_party/neon2sse' 2022-12-01T10:04:22.9079246Z Entering 'third_party/nlohmann' 2022-12-01T10:04:22.9114652Z Entering 'third_party/onnx' 2022-12-01T10:04:22.9162451Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.9196587Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.9232803Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:04:22.9267457Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:04:22.9306577Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:04:22.9340082Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:04:22.9374210Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:04:22.9413263Z Entering 'third_party/pocketfft' 2022-12-01T10:04:22.9449928Z Entering 'third_party/protobuf' 2022-12-01T10:04:22.9488185Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:04:22.9523026Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:04:22.9559461Z Entering 'third_party/psimd' 2022-12-01T10:04:22.9594767Z Entering 'third_party/pthreadpool' 2022-12-01T10:04:22.9629667Z Entering 'third_party/pybind11' 2022-12-01T10:04:22.9664254Z Entering 'third_party/python-enum' 2022-12-01T10:04:22.9699333Z Entering 'third_party/python-peachpy' 2022-12-01T10:04:22.9734610Z Entering 'third_party/python-six' 2022-12-01T10:04:22.9768597Z Entering 'third_party/sleef' 2022-12-01T10:04:22.9803230Z Entering 'third_party/tbb' 2022-12-01T10:04:22.9839980Z Entering 'third_party/tensorpipe' 2022-12-01T10:04:22.9875717Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:04:22.9910142Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:04:22.9942725Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:04:22.9976718Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:04:23.0010089Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:04:23.0046810Z Entering 'third_party/zstd' 2022-12-01T10:04:23.0090396Z ##[endgroup] 2022-12-01T10:04:23.0128869Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:04:23.0155310Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:04:23.0292332Z Prepare all required actions 2022-12-01T10:04:23.0319535Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:04:23.0319752Z env: 2022-12-01T10:04:23.0319958Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.0320176Z ##[endgroup] 2022-12-01T10:04:23.0347449Z ##[group]Run set -euo pipefail 2022-12-01T10:04:23.0347727Z set -euo pipefail 2022-12-01T10:04:23.0347966Z function get_ec2_metadata() { 2022-12-01T10:04:23.0348232Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:04:23.0348620Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:04:23.0348956Z  category=$1 2022-12-01T10:04:23.0349222Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:04:23.0349478Z } 2022-12-01T10:04:23.0349711Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:04:23.0350016Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:04:23.0350413Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:04:23.0350681Z echo "system info $(uname -a)" 2022-12-01T10:04:23.0362130Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.0362383Z env: 2022-12-01T10:04:23.0362578Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.0362796Z ##[endgroup] 2022-12-01T10:04:23.0440895Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:04:23.0488638Z instance-id: i-0595c196c588c6125 2022-12-01T10:04:23.0535404Z instance-type: c5.2xlarge 2022-12-01T10:04:23.0541281Z system info Linux ip-10-0-1-42.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-12-01T10:04:23.0557735Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:04:23.0558027Z if systemctl is-active --quiet docker; then 2022-12-01T10:04:23.0558275Z  echo "Docker daemon is running..."; 2022-12-01T10:04:23.0558480Z else 2022-12-01T10:04:23.0558715Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:04:23.0558942Z fi 2022-12-01T10:04:23.0569332Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.0569550Z env: 2022-12-01T10:04:23.0569722Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.0569896Z ##[endgroup] 2022-12-01T10:04:23.0636655Z Docker daemon is running... 2022-12-01T10:04:23.0652118Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:23.0652470Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:04:23.0652750Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:23.0653121Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:04:23.0653459Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:04:23.0663808Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:23.0664011Z env: 2022-12-01T10:04:23.0664186Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:23.0664546Z AWS_RETRY_MODE: standard 2022-12-01T10:04:23.0664726Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:04:23.0664921Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:04:23.0665106Z ##[endgroup] 2022-12-01T10:04:24.7363454Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:04:24.7363805Z Configure a credential helper to remove this warning. See 2022-12-01T10:04:24.7365638Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:04:24.7365935Z 2022-12-01T10:04:24.7366012Z Login Succeeded 2022-12-01T10:04:24.7396160Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.7396461Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.7396809Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:04:24.7408184Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:24.7408405Z env: 2022-12-01T10:04:24.7408580Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:24.7408814Z ##[endgroup] 2022-12-01T10:04:24.7508705Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:04:24.7508939Z with: 2022-12-01T10:04:24.7509292Z github-secret: *** 2022-12-01T10:04:24.7509497Z activate-with-label: false 2022-12-01T10:04:24.7509682Z label: with-ssh 2022-12-01T10:04:24.7509875Z remove-existing-keys: true 2022-12-01T10:04:24.7510060Z env: 2022-12-01T10:04:24.7510218Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:24.7510401Z ##[endgroup] 2022-12-01T10:04:25.2919773Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:04:25.5791628Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:04:25.5804301Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:04:25.5860444Z Login using: ssh ec2-user@ec2-3-237-91-6.compute-1.amazonaws.com 2022-12-01T10:04:25.5931245Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:04:25.5931709Z with: 2022-12-01T10:04:25.5932262Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:25.5932845Z env: 2022-12-01T10:04:25.5933175Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:25.5933487Z ##[endgroup] 2022-12-01T10:04:25.5950039Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:25.5950580Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:04:25.5951048Z # ignore output since only exit code is used for conditional 2022-12-01T10:04:25.5951549Z # only pull docker image if it's not available locally 2022-12-01T10:04:25.5952084Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:04:25.5952623Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:04:25.5952991Z fi 2022-12-01T10:04:25.5968549Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:25.5968991Z env: 2022-12-01T10:04:25.5969357Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:25.5970010Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:25.5970644Z ##[endgroup] 2022-12-01T10:04:25.8240026Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-12-01T10:04:25.8244345Z 726b8a513d66: Pulling fs layer 2022-12-01T10:04:25.8244725Z 4c162df00807: Pulling fs layer 2022-12-01T10:04:25.8244993Z 12d7c3bb4071: Pulling fs layer 2022-12-01T10:04:25.8245299Z a4ada130b3d8: Pulling fs layer 2022-12-01T10:04:25.8245534Z 1c004b6833a9: Pulling fs layer 2022-12-01T10:04:25.8245785Z c69cf3e07f05: Pulling fs layer 2022-12-01T10:04:25.8246089Z d7fa3cc1c4b0: Pulling fs layer 2022-12-01T10:04:25.8246330Z 5b3f7eea69ee: Pulling fs layer 2022-12-01T10:04:25.8246685Z f3b75eca38c8: Pulling fs layer 2022-12-01T10:04:25.8246906Z fb9742168942: Pulling fs layer 2022-12-01T10:04:25.8247140Z ba69bdb35bc3: Pulling fs layer 2022-12-01T10:04:25.8247437Z 270cb7e030e6: Pulling fs layer 2022-12-01T10:04:25.8250076Z cf0509a05e67: Pulling fs layer 2022-12-01T10:04:25.8250404Z c7c883db0ae1: Pulling fs layer 2022-12-01T10:04:25.8250738Z e403471ed02a: Pulling fs layer 2022-12-01T10:04:25.8251051Z 746c4a84b946: Pulling fs layer 2022-12-01T10:04:25.8251363Z a1625d05811f: Pulling fs layer 2022-12-01T10:04:25.8251701Z c69cf3e07f05: Waiting 2022-12-01T10:04:25.8252032Z d4230d2a5583: Pulling fs layer 2022-12-01T10:04:25.8265335Z 35dbacbde92e: Pulling fs layer 2022-12-01T10:04:25.8265885Z 74f159c4e8f4: Pulling fs layer 2022-12-01T10:04:25.8266256Z d7fa3cc1c4b0: Waiting 2022-12-01T10:04:25.8266619Z 30e25e3dd13e: Pulling fs layer 2022-12-01T10:04:25.8266829Z f3b75eca38c8: Waiting 2022-12-01T10:04:25.8267027Z d9a2350b6e9c: Pulling fs layer 2022-12-01T10:04:25.8268257Z 5b3f7eea69ee: Waiting 2022-12-01T10:04:25.8268543Z 892077bdfb99: Pulling fs layer 2022-12-01T10:04:25.8268819Z 21bc22d75102: Pulling fs layer 2022-12-01T10:04:25.8269174Z 882d6677f9d0: Pulling fs layer 2022-12-01T10:04:25.8269514Z 61e5f18293fb: Pulling fs layer 2022-12-01T10:04:25.8269761Z 0c99ed5e47b0: Pulling fs layer 2022-12-01T10:04:25.8269964Z de5ace6d3a82: Pulling fs layer 2022-12-01T10:04:25.8270254Z 1d13d3c2c08b: Pulling fs layer 2022-12-01T10:04:25.8270617Z 700c1b016e9c: Pulling fs layer 2022-12-01T10:04:25.8270970Z 2f80402944a8: Pulling fs layer 2022-12-01T10:04:25.8271161Z 3a954d3daee2: Pulling fs layer 2022-12-01T10:04:25.8271361Z fb9742168942: Waiting 2022-12-01T10:04:25.8271537Z a4ada130b3d8: Waiting 2022-12-01T10:04:25.8271758Z c7064c3fe401: Pulling fs layer 2022-12-01T10:04:25.8271971Z 35dbacbde92e: Waiting 2022-12-01T10:04:25.8272350Z ba69bdb35bc3: Waiting 2022-12-01T10:04:25.8272568Z 379b44c142c3: Pulling fs layer 2022-12-01T10:04:25.8273045Z acc9cb4226e8: Pulling fs layer 2022-12-01T10:04:25.8273451Z 04a9294e28b0: Pulling fs layer 2022-12-01T10:04:25.8273820Z cfc71ad63958: Pulling fs layer 2022-12-01T10:04:25.8274149Z 486e91289918: Pulling fs layer 2022-12-01T10:04:25.8274490Z 98b91e719899: Pulling fs layer 2022-12-01T10:04:25.8274834Z 086a9aefc964: Pulling fs layer 2022-12-01T10:04:25.8275156Z 270cb7e030e6: Waiting 2022-12-01T10:04:25.8275482Z e39d6e9213cc: Pulling fs layer 2022-12-01T10:04:25.8275683Z 74f159c4e8f4: Waiting 2022-12-01T10:04:25.8275904Z 721a11edd37d: Pulling fs layer 2022-12-01T10:04:25.8279052Z e9641285c2a8: Pulling fs layer 2022-12-01T10:04:25.8279274Z cf0509a05e67: Waiting 2022-12-01T10:04:25.8279458Z 30e25e3dd13e: Waiting 2022-12-01T10:04:25.8279644Z 592c7690849c: Pulling fs layer 2022-12-01T10:04:25.8279845Z bfafe70370d0: Pulling fs layer 2022-12-01T10:04:25.8280095Z 0adbe1559bf5: Pulling fs layer 2022-12-01T10:04:25.8280287Z d9a2350b6e9c: Waiting 2022-12-01T10:04:25.8280468Z f14c564c7117: Pulling fs layer 2022-12-01T10:04:25.8280677Z 21bc22d75102: Waiting 2022-12-01T10:04:25.8280893Z a63b16c316d4: Pulling fs layer 2022-12-01T10:04:25.8281075Z 892077bdfb99: Waiting 2022-12-01T10:04:25.8281247Z c7c883db0ae1: Waiting 2022-12-01T10:04:25.8281402Z 882d6677f9d0: Waiting 2022-12-01T10:04:25.8281627Z 7e36a9a0278d: Pulling fs layer 2022-12-01T10:04:25.8281826Z fdb717be0bec: Pulling fs layer 2022-12-01T10:04:25.8281998Z 1c004b6833a9: Waiting 2022-12-01T10:04:25.8282167Z 61e5f18293fb: Waiting 2022-12-01T10:04:25.8282379Z e403471ed02a: Waiting 2022-12-01T10:04:25.8282537Z a1625d05811f: Waiting 2022-12-01T10:04:25.8282706Z cfc71ad63958: Waiting 2022-12-01T10:04:25.8282873Z 746c4a84b946: Waiting 2022-12-01T10:04:25.8283025Z 486e91289918: Waiting 2022-12-01T10:04:25.8283236Z 0c99ed5e47b0: Waiting 2022-12-01T10:04:25.8283408Z e39d6e9213cc: Waiting 2022-12-01T10:04:25.8283595Z cbe98da5c664: Pulling fs layer 2022-12-01T10:04:25.8283785Z de5ace6d3a82: Waiting 2022-12-01T10:04:25.8284006Z 98b91e719899: Waiting 2022-12-01T10:04:25.8284195Z cec98a24dbc4: Pulling fs layer 2022-12-01T10:04:25.8284384Z 721a11edd37d: Waiting 2022-12-01T10:04:25.8284554Z 086a9aefc964: Waiting 2022-12-01T10:04:25.8284767Z f78b1ddfe0f0: Pulling fs layer 2022-12-01T10:04:25.8284947Z 1d13d3c2c08b: Waiting 2022-12-01T10:04:25.8285128Z 3ef99cf88871: Pulling fs layer 2022-12-01T10:04:25.8285294Z 379b44c142c3: Waiting 2022-12-01T10:04:25.8285518Z 6adffe6d0822: Pulling fs layer 2022-12-01T10:04:25.8285704Z 700c1b016e9c: Waiting 2022-12-01T10:04:25.8285858Z 3a954d3daee2: Waiting 2022-12-01T10:04:25.8286040Z 23d8dc483f65: Pulling fs layer 2022-12-01T10:04:25.8286272Z acc9cb4226e8: Waiting 2022-12-01T10:04:25.8286443Z acb57cbc9657: Pulling fs layer 2022-12-01T10:04:25.8286625Z c7064c3fe401: Waiting 2022-12-01T10:04:25.8286788Z 2f80402944a8: Waiting 2022-12-01T10:04:25.8286997Z 4b911fbe2260: Pulling fs layer 2022-12-01T10:04:25.8287176Z 04a9294e28b0: Waiting 2022-12-01T10:04:25.8287355Z a29c59a3a158: Pulling fs layer 2022-12-01T10:04:25.8287543Z 7c23f774c2d1: Pulling fs layer 2022-12-01T10:04:25.8287762Z e9641285c2a8: Waiting 2022-12-01T10:04:25.8287952Z 592c7690849c: Waiting 2022-12-01T10:04:25.8288116Z cbe98da5c664: Waiting 2022-12-01T10:04:25.8288271Z f14c564c7117: Waiting 2022-12-01T10:04:25.8288487Z bfafe70370d0: Waiting 2022-12-01T10:04:25.8288659Z 7e36a9a0278d: Waiting 2022-12-01T10:04:25.8288813Z cec98a24dbc4: Waiting 2022-12-01T10:04:25.8288990Z f78b1ddfe0f0: Waiting 2022-12-01T10:04:25.8289225Z fdb717be0bec: Waiting 2022-12-01T10:04:25.8289382Z 0adbe1559bf5: Waiting 2022-12-01T10:04:25.8289555Z acb57cbc9657: Waiting 2022-12-01T10:04:25.8289746Z 3ef99cf88871: Waiting 2022-12-01T10:04:25.8289930Z 7c23f774c2d1: Waiting 2022-12-01T10:04:25.8290110Z 6adffe6d0822: Waiting 2022-12-01T10:04:25.8290274Z 4b911fbe2260: Waiting 2022-12-01T10:04:25.8976648Z 4c162df00807: Verifying Checksum 2022-12-01T10:04:25.8977028Z 4c162df00807: Download complete 2022-12-01T10:04:25.9859326Z a4ada130b3d8: Download complete 2022-12-01T10:04:26.1669487Z 726b8a513d66: Verifying Checksum 2022-12-01T10:04:26.1670082Z 726b8a513d66: Download complete 2022-12-01T10:04:26.2398027Z c69cf3e07f05: Verifying Checksum 2022-12-01T10:04:26.2398344Z c69cf3e07f05: Download complete 2022-12-01T10:04:26.3351773Z d7fa3cc1c4b0: Verifying Checksum 2022-12-01T10:04:26.3352038Z d7fa3cc1c4b0: Download complete 2022-12-01T10:04:26.4292941Z 5b3f7eea69ee: Verifying Checksum 2022-12-01T10:04:26.4293296Z 5b3f7eea69ee: Download complete 2022-12-01T10:04:26.4999921Z f3b75eca38c8: Verifying Checksum 2022-12-01T10:04:26.5000282Z f3b75eca38c8: Download complete 2022-12-01T10:04:26.5860579Z fb9742168942: Download complete 2022-12-01T10:04:26.6718014Z ba69bdb35bc3: Download complete 2022-12-01T10:04:26.7493274Z 270cb7e030e6: Verifying Checksum 2022-12-01T10:04:26.7493690Z 270cb7e030e6: Download complete 2022-12-01T10:04:26.8129832Z 726b8a513d66: Pull complete 2022-12-01T10:04:26.8474450Z cf0509a05e67: Verifying Checksum 2022-12-01T10:04:26.8474874Z cf0509a05e67: Download complete 2022-12-01T10:04:26.9514117Z 4c162df00807: Pull complete 2022-12-01T10:04:27.0539947Z 1c004b6833a9: Verifying Checksum 2022-12-01T10:04:27.0540346Z 1c004b6833a9: Download complete 2022-12-01T10:04:27.1267893Z e403471ed02a: Verifying Checksum 2022-12-01T10:04:27.1268165Z e403471ed02a: Download complete 2022-12-01T10:04:27.2173480Z 746c4a84b946: Verifying Checksum 2022-12-01T10:04:27.2173820Z 746c4a84b946: Download complete 2022-12-01T10:04:27.3143949Z a1625d05811f: Verifying Checksum 2022-12-01T10:04:27.3144721Z a1625d05811f: Download complete 2022-12-01T10:04:27.3961319Z d4230d2a5583: Verifying Checksum 2022-12-01T10:04:27.3961791Z d4230d2a5583: Download complete 2022-12-01T10:04:27.4893418Z 35dbacbde92e: Download complete 2022-12-01T10:04:27.5563903Z 74f159c4e8f4: Verifying Checksum 2022-12-01T10:04:27.5564187Z 74f159c4e8f4: Download complete 2022-12-01T10:04:27.6361742Z 30e25e3dd13e: Verifying Checksum 2022-12-01T10:04:27.6362196Z 30e25e3dd13e: Download complete 2022-12-01T10:04:27.7116706Z d9a2350b6e9c: Verifying Checksum 2022-12-01T10:04:27.7117620Z d9a2350b6e9c: Download complete 2022-12-01T10:04:27.8135395Z 892077bdfb99: Verifying Checksum 2022-12-01T10:04:27.8135780Z 892077bdfb99: Download complete 2022-12-01T10:04:27.8958918Z 21bc22d75102: Download complete 2022-12-01T10:04:28.5520328Z 12d7c3bb4071: Verifying Checksum 2022-12-01T10:04:28.5520910Z 12d7c3bb4071: Download complete 2022-12-01T10:04:28.6330196Z 61e5f18293fb: Verifying Checksum 2022-12-01T10:04:28.6330499Z 61e5f18293fb: Download complete 2022-12-01T10:04:28.6990420Z 0c99ed5e47b0: Verifying Checksum 2022-12-01T10:04:28.6990844Z 0c99ed5e47b0: Download complete 2022-12-01T10:04:28.7942636Z de5ace6d3a82: Download complete 2022-12-01T10:04:28.8358126Z 882d6677f9d0: Verifying Checksum 2022-12-01T10:04:28.8358435Z 882d6677f9d0: Download complete 2022-12-01T10:04:28.9194674Z 700c1b016e9c: Download complete 2022-12-01T10:04:28.9218723Z 1d13d3c2c08b: Download complete 2022-12-01T10:04:28.9936877Z 3a954d3daee2: Verifying Checksum 2022-12-01T10:04:28.9937286Z 3a954d3daee2: Download complete 2022-12-01T10:04:29.0773856Z c7064c3fe401: Verifying Checksum 2022-12-01T10:04:29.0774291Z c7064c3fe401: Download complete 2022-12-01T10:04:29.1553403Z 379b44c142c3: Verifying Checksum 2022-12-01T10:04:29.1553816Z 379b44c142c3: Download complete 2022-12-01T10:04:29.2306464Z acc9cb4226e8: Verifying Checksum 2022-12-01T10:04:29.2307108Z acc9cb4226e8: Download complete 2022-12-01T10:04:29.3387602Z 04a9294e28b0: Download complete 2022-12-01T10:04:29.4080774Z cfc71ad63958: Verifying Checksum 2022-12-01T10:04:29.4081391Z cfc71ad63958: Download complete 2022-12-01T10:04:29.4739689Z 486e91289918: Download complete 2022-12-01T10:04:29.5399444Z 98b91e719899: Verifying Checksum 2022-12-01T10:04:29.5399831Z 98b91e719899: Download complete 2022-12-01T10:04:30.9041606Z 2f80402944a8: Verifying Checksum 2022-12-01T10:04:30.9042049Z 2f80402944a8: Download complete 2022-12-01T10:04:30.9822991Z e39d6e9213cc: Verifying Checksum 2022-12-01T10:04:30.9823490Z e39d6e9213cc: Download complete 2022-12-01T10:04:31.0597796Z 721a11edd37d: Verifying Checksum 2022-12-01T10:04:31.0598379Z 721a11edd37d: Download complete 2022-12-01T10:04:31.7197897Z 086a9aefc964: Verifying Checksum 2022-12-01T10:04:31.7198593Z 086a9aefc964: Download complete 2022-12-01T10:04:31.7965487Z 592c7690849c: Verifying Checksum 2022-12-01T10:04:31.7965920Z 592c7690849c: Download complete 2022-12-01T10:04:31.8710359Z bfafe70370d0: Verifying Checksum 2022-12-01T10:04:31.8710688Z bfafe70370d0: Download complete 2022-12-01T10:04:32.3387107Z 0adbe1559bf5: Verifying Checksum 2022-12-01T10:04:32.3387513Z 0adbe1559bf5: Download complete 2022-12-01T10:04:32.4256917Z f14c564c7117: Verifying Checksum 2022-12-01T10:04:32.4257353Z f14c564c7117: Download complete 2022-12-01T10:04:32.5092276Z a63b16c316d4: Verifying Checksum 2022-12-01T10:04:32.5092629Z a63b16c316d4: Download complete 2022-12-01T10:04:32.5868315Z 7e36a9a0278d: Download complete 2022-12-01T10:04:32.6545238Z fdb717be0bec: Verifying Checksum 2022-12-01T10:04:32.6545644Z fdb717be0bec: Download complete 2022-12-01T10:04:32.9154775Z cbe98da5c664: Verifying Checksum 2022-12-01T10:04:32.9155300Z cbe98da5c664: Download complete 2022-12-01T10:04:33.0343611Z cec98a24dbc4: Verifying Checksum 2022-12-01T10:04:33.0343990Z cec98a24dbc4: Download complete 2022-12-01T10:04:33.1181262Z f78b1ddfe0f0: Download complete 2022-12-01T10:04:34.7135833Z 12d7c3bb4071: Pull complete 2022-12-01T10:04:34.9019173Z a4ada130b3d8: Pull complete 2022-12-01T10:04:36.3964937Z 3ef99cf88871: Verifying Checksum 2022-12-01T10:04:36.3965385Z 3ef99cf88871: Download complete 2022-12-01T10:04:36.4689566Z 6adffe6d0822: Download complete 2022-12-01T10:04:36.5460684Z 23d8dc483f65: Download complete 2022-12-01T10:04:36.6711156Z acb57cbc9657: Verifying Checksum 2022-12-01T10:04:36.6711525Z acb57cbc9657: Download complete 2022-12-01T10:04:36.8128643Z 4b911fbe2260: Verifying Checksum 2022-12-01T10:04:36.8129007Z 4b911fbe2260: Download complete 2022-12-01T10:04:36.8876306Z a29c59a3a158: Verifying Checksum 2022-12-01T10:04:36.8876678Z a29c59a3a158: Download complete 2022-12-01T10:04:38.1945726Z 7c23f774c2d1: Verifying Checksum 2022-12-01T10:04:38.1946134Z 7c23f774c2d1: Download complete 2022-12-01T10:04:43.8035942Z c7c883db0ae1: Verifying Checksum 2022-12-01T10:04:43.8036376Z c7c883db0ae1: Download complete 2022-12-01T10:04:43.9890607Z 1c004b6833a9: Pull complete 2022-12-01T10:04:44.2216394Z c69cf3e07f05: Pull complete 2022-12-01T10:04:44.6385844Z d7fa3cc1c4b0: Pull complete 2022-12-01T10:04:44.9578553Z 5b3f7eea69ee: Pull complete 2022-12-01T10:04:45.2218150Z f3b75eca38c8: Pull complete 2022-12-01T10:04:45.4053300Z fb9742168942: Pull complete 2022-12-01T10:04:45.7915061Z ba69bdb35bc3: Pull complete 2022-12-01T10:04:46.2515810Z 270cb7e030e6: Pull complete 2022-12-01T10:04:46.6412079Z cf0509a05e67: Pull complete 2022-12-01T10:05:13.9301526Z c7c883db0ae1: Pull complete 2022-12-01T10:05:14.3175655Z e403471ed02a: Pull complete 2022-12-01T10:05:14.6155479Z 746c4a84b946: Pull complete 2022-12-01T10:05:14.8891949Z a1625d05811f: Pull complete 2022-12-01T10:05:15.0649621Z d4230d2a5583: Pull complete 2022-12-01T10:05:15.3027043Z 35dbacbde92e: Pull complete 2022-12-01T10:05:15.4699590Z 74f159c4e8f4: Pull complete 2022-12-01T10:05:15.5797954Z 30e25e3dd13e: Pull complete 2022-12-01T10:05:15.7882118Z d9a2350b6e9c: Pull complete 2022-12-01T10:05:16.0467852Z 892077bdfb99: Pull complete 2022-12-01T10:05:16.2946935Z 21bc22d75102: Pull complete 2022-12-01T10:05:17.4758066Z e9641285c2a8: Verifying Checksum 2022-12-01T10:05:17.4758484Z e9641285c2a8: Download complete 2022-12-01T10:05:18.2234338Z 882d6677f9d0: Pull complete 2022-12-01T10:05:18.4569051Z 61e5f18293fb: Pull complete 2022-12-01T10:05:18.6164556Z 0c99ed5e47b0: Pull complete 2022-12-01T10:05:18.8973453Z de5ace6d3a82: Pull complete 2022-12-01T10:05:19.1458002Z 1d13d3c2c08b: Pull complete 2022-12-01T10:05:19.3227748Z 700c1b016e9c: Pull complete 2022-12-01T10:05:23.4369491Z 2f80402944a8: Pull complete 2022-12-01T10:05:23.6614291Z 3a954d3daee2: Pull complete 2022-12-01T10:05:23.8905642Z c7064c3fe401: Pull complete 2022-12-01T10:05:24.1091278Z 379b44c142c3: Pull complete 2022-12-01T10:05:24.3333195Z acc9cb4226e8: Pull complete 2022-12-01T10:05:24.5704106Z 04a9294e28b0: Pull complete 2022-12-01T10:05:24.8044596Z cfc71ad63958: Pull complete 2022-12-01T10:05:25.0313035Z 486e91289918: Pull complete 2022-12-01T10:05:25.2575425Z 98b91e719899: Pull complete 2022-12-01T10:05:32.0146799Z 086a9aefc964: Pull complete 2022-12-01T10:05:32.2467245Z e39d6e9213cc: Pull complete 2022-12-01T10:05:32.4932498Z 721a11edd37d: Pull complete 2022-12-01T10:05:48.9934820Z e9641285c2a8: Pull complete 2022-12-01T10:05:49.2293460Z 592c7690849c: Pull complete 2022-12-01T10:05:49.4707047Z bfafe70370d0: Pull complete 2022-12-01T10:05:50.7589672Z 0adbe1559bf5: Pull complete 2022-12-01T10:05:51.0859753Z f14c564c7117: Pull complete 2022-12-01T10:05:51.2539129Z a63b16c316d4: Pull complete 2022-12-01T10:05:51.4298419Z 7e36a9a0278d: Pull complete 2022-12-01T10:05:51.6565049Z fdb717be0bec: Pull complete 2022-12-01T10:05:52.0491895Z cbe98da5c664: Pull complete 2022-12-01T10:05:52.2842452Z cec98a24dbc4: Pull complete 2022-12-01T10:05:52.5145324Z f78b1ddfe0f0: Pull complete 2022-12-01T10:05:56.4782419Z 3ef99cf88871: Pull complete 2022-12-01T10:05:56.7160344Z 6adffe6d0822: Pull complete 2022-12-01T10:05:56.9482238Z 23d8dc483f65: Pull complete 2022-12-01T10:05:57.1687553Z acb57cbc9657: Pull complete 2022-12-01T10:05:57.3859562Z 4b911fbe2260: Pull complete 2022-12-01T10:05:57.5916013Z a29c59a3a158: Pull complete 2022-12-01T10:05:59.1890935Z 7c23f774c2d1: Pull complete 2022-12-01T10:05:59.3041869Z Digest: sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T10:05:59.3470834Z 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:59.3671437Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:05:59.3756210Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:05:59.3756507Z python3 -m pip install psutil==5.9.1 2022-12-01T10:05:59.3756747Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:05:59.3756993Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:05:59.3757275Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:05:59.3776964Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:05:59.3777172Z env: 2022-12-01T10:05:59.3777352Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:59.3777540Z ##[endgroup] 2022-12-01T10:06:03.6952577Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:04.0522350Z Collecting psutil==5.9.1 2022-12-01T10:06:04.0657341Z Downloading psutil-5.9.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-12-01T10:06:04.1681065Z Installing collected packages: psutil 2022-12-01T10:06:04.3165495Z Successfully installed psutil-5.9.1 2022-12-01T10:06:04.5723289Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:06:04.6510882Z Collecting pynvml==11.4.1 2022-12-01T10:06:04.6659668Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-12-01T10:06:04.7543836Z Installing collected packages: pynvml 2022-12-01T10:06:04.8465020Z Successfully installed pynvml-11.4.1 2022-12-01T10:06:04.8953534Z ##[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:04.9183492Z Prepare all required actions 2022-12-01T10:06:04.9183757Z Getting action download info 2022-12-01T10:06:05.1563205Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:06:05.3886225Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:06:05.5279386Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:06:05.5279611Z with: 2022-12-01T10:06:05.5279800Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:05.5279977Z env: 2022-12-01T10:06:05.5280148Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.5280334Z ##[endgroup] 2022-12-01T10:06:05.5406673Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:06:05.5406894Z with: 2022-12-01T10:06:05.5407072Z name: linux-bionic-py3.7-clang9 2022-12-01T10:06:05.5407285Z s3-bucket: gha-artifacts 2022-12-01T10:06:05.5407479Z region: us-east-1 2022-12-01T10:06:05.5407631Z env: 2022-12-01T10:06:05.5407843Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:05.5408014Z ##[endgroup] 2022-12-01T10:06:06.5923830Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-bionic-py3.7-clang9/ 2022-12-01T10:06:06.5924320Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:09.9481389Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:06:09.9481722Z 2022-12-01T10:06:09.9484619Z ##[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:09.9485511Z Artifact download has finished successfully 2022-12-01T10:06:09.9656709Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:06:09.9656945Z unzip -o artifacts.zip 2022-12-01T10:06:09.9668331Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:09.9668538Z env: 2022-12-01T10:06:09.9668711Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:09.9668902Z ##[endgroup] 2022-12-01T10:06:09.9972260Z Archive: artifacts.zip 2022-12-01T10:06:09.9973275Z creating: dist/ 2022-12-01T10:06:10.8215608Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:10.8216152Z creating: build/custom_test_artifacts/ 2022-12-01T10:06:10.8216702Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:06:10.8217299Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:06:10.8218478Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:10.8219206Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:10.8219986Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:10.8220728Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:10.8221476Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:10.8222981Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:10.8224585Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:10.8225383Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:10.8226160Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:10.8228163Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:10.8229270Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:10.8231037Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:10.8231893Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:10.8233092Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:10.8234206Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:10.8234670Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:10.8235145Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:10.8235609Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:10.8236016Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:06:10.8236597Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:10.8237483Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:06:10.8238349Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:06:10.8239152Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:06:10.8239973Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:10.8240810Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:06:10.8241653Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:10.8242450Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:06:10.8243252Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:06:10.8258946Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:06:10.8316994Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:06:10.8317821Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:06:10.8318675Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:06:10.8319587Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:06:10.8320455Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:06:10.8321269Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:06:10.8322123Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:06:10.8322968Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:06:10.8323787Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:06:10.8324591Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:06:10.8325394Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:06:10.8339808Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:06:10.8377484Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:06:10.8378392Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:10.8379384Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:10.8380163Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:06:10.8380881Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:06:10.8381701Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:10.8382426Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:06:10.8383401Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:06:10.8384092Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:06:10.8435547Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:06:10.8465962Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:06:10.8466332Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:06:10.8466695Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:06:10.8468724Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:10.8469130Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:10.8469553Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:10.8469976Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:10.8470378Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:10.8472594Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:10.8473856Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:10.8474278Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:10.8474683Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:10.8476698Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:10.8477983Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:10.8479335Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:10.8479899Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:10.8481397Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:10.8482283Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:10.8482697Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:10.8483509Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:10.8484409Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:10.8485240Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:06:10.8486077Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:06:10.8486970Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:06:10.8487805Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:06:10.8488612Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:06:10.8489581Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:06:10.8490403Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:06:10.8491223Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:06:10.8492121Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:06:10.8492925Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:06:10.8507545Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:06:10.8532094Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:06:10.8532996Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:10.8533846Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:10.8534682Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:06:10.8535400Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:06:10.8536138Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:10.8537011Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:06:10.8537920Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:06:10.8538604Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:06:10.8559049Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:06:10.8559719Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:06:10.8560360Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:06:10.8562283Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:06:10.8563046Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:06:10.8563853Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:06:10.8564644Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:06:10.8565405Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:06:10.8566288Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:06:10.8567548Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:06:10.8568358Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:06:10.8569166Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:06:10.8570887Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:06:10.8572268Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:06:10.8573758Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:06:10.8574744Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:06:10.8576054Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:06:10.8577064Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:06:10.8577874Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:06:10.8578752Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:06:10.8579560Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:06:10.8580372Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:06:10.8581335Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:10.8582257Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:06:10.8583151Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:06:10.8584024Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:06:10.8585066Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:10.8585927Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:06:10.8586796Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:10.8587641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:06:10.8588462Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:06:10.8589378Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:06:10.8669361Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:06:10.8670256Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:06:10.8671165Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:06:10.8672100Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:06:10.8673031Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:06:10.8673932Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:06:10.8674834Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:06:10.8675722Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:06:10.8676604Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:06:10.8677473Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:06:10.8678309Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:06:10.8692207Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:06:10.8712340Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:06:10.8713275Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:06:10.8714174Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:06:10.8714993Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:06:10.8715756Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:06:10.8716639Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:06:10.8717957Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:06:10.8718982Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:06:10.8719834Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:06:10.8789391Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:06:10.8805765Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:06:10.8806227Z creating: build/lib/ 2022-12-01T10:06:10.8806733Z inflating: build/lib/libclog.a 2022-12-01T10:06:10.8861725Z inflating: build/lib/libgtest.a 2022-12-01T10:06:10.8869903Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:06:10.8931349Z inflating: build/lib/libbenchmark.a 2022-12-01T10:06:10.9004087Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:06:10.9011682Z inflating: build/lib/libittnotify.a 2022-12-01T10:06:10.9036298Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:06:10.9100525Z inflating: build/lib/libgloo.a 2022-12-01T10:06:10.9160922Z inflating: build/lib/libasmjit.a 2022-12-01T10:06:10.9536711Z inflating: build/lib/libprotobuf.a 2022-12-01T10:06:10.9551139Z inflating: build/lib/libfmt.a 2022-12-01T10:06:10.9551828Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:06:10.9601615Z inflating: build/lib/libc10.so 2022-12-01T10:06:10.9602516Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:06:10.9609954Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:06:10.9617079Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:06:10.9629380Z inflating: build/lib/libqnnpack.a 2022-12-01T10:06:10.9631911Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:06:10.9650069Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:06:10.9661716Z inflating: build/lib/libgmock.a 2022-12-01T10:06:10.9662147Z inflating: build/lib/libgtest_main.a 2022-12-01T10:06:10.9663879Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:06:11.0084723Z inflating: build/lib/libprotoc.a 2022-12-01T10:06:11.9124538Z inflating: build/lib/libdnnl.a 2022-12-01T10:06:11.9140347Z inflating: build/lib/libnnpack.a 2022-12-01T10:06:11.9598668Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:06:12.0555897Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:06:12.1506537Z inflating: build/lib/libfbgemm.a 2022-12-01T10:06:12.1506869Z inflating: build/lib/libgmock_main.a 2022-12-01T10:06:12.1678184Z inflating: build/lib/libkineto.a 2022-12-01T10:06:12.1714395Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:06:12.1754272Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:06:12.1857543Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:06:12.2375304Z inflating: build/lib/libonnx.a 2022-12-01T10:06:14.1655601Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:06:14.1656250Z inflating: build/lib/libtorch.so 2022-12-01T10:06:14.1677282Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:06:14.1730559Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:06:14.1755449Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:06:14.1759074Z inflating: build/lib/libshm.so 2022-12-01T10:06:14.3346816Z inflating: build/lib/libtorch_python.so 2022-12-01T10:06:14.3382044Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:06:14.3382280Z creating: build/bin/ 2022-12-01T10:06:14.3426638Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:06:14.3471916Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:06:14.3516682Z inflating: build/bin/c10_Device_test 2022-12-01T10:06:14.3559875Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:06:14.3611613Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:06:14.3656161Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:06:14.3703900Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:06:14.3753174Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:06:14.3803012Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:06:14.3846301Z inflating: build/bin/c10_Array_test 2022-12-01T10:06:14.3892856Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:06:14.3938623Z inflating: build/bin/c10_C++17_test 2022-12-01T10:06:14.3982079Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:06:14.4026415Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:06:14.4070560Z inflating: build/bin/c10_Half_test 2022-12-01T10:06:14.4119952Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:06:14.4173202Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:06:14.4217547Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:06:14.4350420Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:06:14.4398283Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:06:14.4443324Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:06:14.4486526Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:06:14.4531132Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:06:14.4576817Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:06:14.4624674Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:06:14.4672810Z inflating: build/bin/c10_complex_test 2022-12-01T10:06:14.4721543Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:06:14.4809915Z inflating: build/bin/c10_either_test 2022-12-01T10:06:14.4856267Z inflating: build/bin/c10_exception_test 2022-12-01T10:06:14.4901225Z inflating: build/bin/c10_flags_test 2022-12-01T10:06:14.5029453Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:06:14.5074401Z inflating: build/bin/c10_irange_test 2022-12-01T10:06:14.5122698Z inflating: build/bin/c10_logging_test 2022-12-01T10:06:14.5190500Z inflating: build/bin/c10_optional_test 2022-12-01T10:06:14.5245535Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:06:14.5293306Z inflating: build/bin/c10_registry_test 2022-12-01T10:06:14.5338218Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:06:14.5388853Z inflating: build/bin/c10_string_view_test 2022-12-01T10:06:14.5436324Z inflating: build/bin/c10_typeid_test 2022-12-01T10:06:14.5475599Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:06:14.5838846Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:06:14.6202441Z inflating: build/bin/protoc 2022-12-01T10:06:14.6508420Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:06:14.6802607Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:06:14.7121481Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:06:14.7173778Z inflating: build/bin/TCPStoreTest 2022-12-01T10:06:14.7220629Z inflating: build/bin/FileStoreTest 2022-12-01T10:06:14.7267432Z inflating: build/bin/HashStoreTest 2022-12-01T10:06:14.7270132Z inflating: build/bin/example_allreduce 2022-12-01T10:06:14.7328979Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:06:14.7374882Z inflating: build/bin/Dimname_test 2022-12-01T10:06:14.7438813Z inflating: build/bin/Dict_test 2022-12-01T10:06:14.7488497Z inflating: build/bin/NamedTensor_test 2022-12-01T10:06:14.7547493Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:06:14.7598942Z inflating: build/bin/apply_utils_test 2022-12-01T10:06:14.7650896Z inflating: build/bin/atest 2022-12-01T10:06:14.7707219Z inflating: build/bin/basic 2022-12-01T10:06:14.7755650Z inflating: build/bin/broadcast_test 2022-12-01T10:06:14.7802712Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:06:14.7846991Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:06:14.7898109Z inflating: build/bin/cpu_generator_test 2022-12-01T10:06:14.7942270Z inflating: build/bin/dlconvertor_test 2022-12-01T10:06:14.8024686Z inflating: build/bin/cpu_rng_test 2022-12-01T10:06:14.8077062Z inflating: build/bin/extension_backend_test 2022-12-01T10:06:14.8123988Z inflating: build/bin/half_test 2022-12-01T10:06:14.8168112Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:06:14.8256964Z inflating: build/bin/ivalue_test 2022-12-01T10:06:14.8304263Z inflating: build/bin/math_kernel_test 2022-12-01T10:06:14.8351183Z inflating: build/bin/memory_format_test 2022-12-01T10:06:14.8397613Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:06:14.8442816Z inflating: build/bin/operator_name_test 2022-12-01T10:06:14.8489544Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:06:14.8540685Z inflating: build/bin/native_test 2022-12-01T10:06:14.8585823Z inflating: build/bin/operators_test 2022-12-01T10:06:14.8631453Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:06:14.8695765Z inflating: build/bin/pow_test 2022-12-01T10:06:14.8745637Z inflating: build/bin/quantized_test 2022-12-01T10:06:14.8789772Z inflating: build/bin/reduce_ops_test 2022-12-01T10:06:14.8835255Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:06:14.8885187Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:06:14.8937027Z inflating: build/bin/scalar_test 2022-12-01T10:06:14.8983636Z inflating: build/bin/stride_properties_test 2022-12-01T10:06:14.9056508Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:06:14.9103406Z inflating: build/bin/type_ptr_test 2022-12-01T10:06:14.9105773Z inflating: build/bin/thread_init_test 2022-12-01T10:06:14.9153590Z inflating: build/bin/test_parallel 2022-12-01T10:06:14.9197894Z inflating: build/bin/variant_test 2022-12-01T10:06:14.9244109Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:06:14.9299661Z inflating: build/bin/type_test 2022-12-01T10:06:14.9300585Z inflating: build/bin/verify_api_visibility 2022-12-01T10:06:14.9367491Z inflating: build/bin/vmap_test 2022-12-01T10:06:14.9413433Z inflating: build/bin/weakref_test 2022-12-01T10:06:14.9459088Z inflating: build/bin/wrapdim_test 2022-12-01T10:06:14.9503343Z inflating: build/bin/xla_tensor_test 2022-12-01T10:06:14.9556271Z inflating: build/bin/IListRef_test 2022-12-01T10:06:14.9647174Z inflating: build/bin/List_test 2022-12-01T10:06:14.9704529Z inflating: build/bin/KernelFunction_test 2022-12-01T10:06:14.9825556Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:06:14.9914701Z inflating: build/bin/kernel_function_test 2022-12-01T10:06:15.0009902Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:06:15.0131709Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:06:15.0185641Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:06:15.0230076Z inflating: build/bin/CppSignature_test 2022-12-01T10:06:15.0273611Z inflating: build/bin/op_allowlist_test 2022-12-01T10:06:15.0362817Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:06:15.0408687Z inflating: build/bin/inline_container_test 2022-12-01T10:06:15.0457475Z inflating: build/bin/backend_fallback_test 2022-12-01T10:06:15.0747370Z inflating: build/bin/op_registration_test 2022-12-01T10:06:15.0764637Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:06:15.0813487Z inflating: build/bin/test_dist_autograd 2022-12-01T10:06:15.0875324Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:06:15.0877378Z inflating: build/bin/parallel_benchmark 2022-12-01T10:06:15.0937711Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:06:15.0947015Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:06:15.1259647Z inflating: build/bin/test_lazy 2022-12-01T10:06:15.2372219Z inflating: build/bin/test_tensorexpr 2022-12-01T10:06:15.2376266Z inflating: build/bin/torch_shm_manager 2022-12-01T10:06:15.3661611Z inflating: build/bin/test_api 2022-12-01T10:06:15.4218613Z inflating: build/bin/test_jit 2022-12-01T10:06:15.4220323Z inflating: .pytorch-test-times.json 2022-12-01T10:06:15.4243982Z ##[group]Run df -H 2022-12-01T10:06:15.4244165Z df -H 2022-12-01T10:06:15.4255305Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:06:15.4255513Z env: 2022-12-01T10:06:15.4255693Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.4255887Z ##[endgroup] 2022-12-01T10:06:15.4308206Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:06:15.4308656Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:06:15.4308910Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-12-01T10:06:15.4309113Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:06:15.4309359Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:06:15.4309569Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-12-01T10:06:15.4328153Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:06:15.4328383Z .github/scripts/parse_ref.py 2022-12-01T10:06:15.4338974Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:15.4339158Z env: 2022-12-01T10:06:15.4339318Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.4339511Z ##[endgroup] 2022-12-01T10:06:15.4519898Z ##[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:15.4566006Z ##[group]Run set -x 2022-12-01T10:06:15.4566268Z set -x 2022-12-01T10:06:15.4566432Z  2022-12-01T10:06:15.4566615Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:06:15.4566875Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:06:15.4567130Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:06:15.4567353Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:06:15.4567551Z else 2022-12-01T10:06:15.4567750Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:15.4567933Z fi 2022-12-01T10:06:15.4568089Z  2022-12-01T10:06:15.4568323Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:06:15.4568549Z  2022-12-01T10:06:15.4568760Z # sanitize the input commit message and PR body here: 2022-12-01T10:06:15.4568972Z # 2022-12-01T10:06:15.4569239Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:06:15.4569615Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:06:15.4569930Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:06:15.4570159Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:06:15.4570329Z  2022-12-01T10:06:15.4570586Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:06:15.4570863Z # wreak havoc internally 2022-12-01T10:06:15.4571082Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:06:15.4571321Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:06:15.4571508Z  2022-12-01T10:06:15.4571730Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:06:15.4572010Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:06:15.4572281Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:06:15.4572517Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:06:15.4572724Z container_name=$(docker run \ 2022-12-01T10:06:15.4572924Z  ${GPU_FLAG:-} \ 2022-12-01T10:06:15.4573122Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:06:15.4573306Z  -e PR_NUMBER \ 2022-12-01T10:06:15.4573496Z  -e GITHUB_ACTIONS \ 2022-12-01T10:06:15.4573684Z  -e BASE_SHA \ 2022-12-01T10:06:15.4573861Z  -e BRANCH \ 2022-12-01T10:06:15.4574022Z  -e SHA1 \ 2022-12-01T10:06:15.4574320Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:06:15.4574514Z  -e IN_WHEEL_TEST \ 2022-12-01T10:06:15.4574787Z  -e SHARD_NUMBER \ 2022-12-01T10:06:15.4574975Z  -e TEST_CONFIG \ 2022-12-01T10:06:15.4575165Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:06:15.4575340Z  -e PR_BODY \ 2022-12-01T10:06:15.4575531Z  -e COMMIT_MESSAGES \ 2022-12-01T10:06:15.4575740Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:06:15.4575954Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:06:15.4576157Z  -e PR_LABELS \ 2022-12-01T10:06:15.4576367Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:06:15.4576563Z  -e SCCACHE_BUCKET \ 2022-12-01T10:06:15.4576765Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:06:15.4576960Z  -e XLA_CUDA \ 2022-12-01T10:06:15.4577166Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:06:15.4577401Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:06:15.4577637Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:06:15.4577866Z  --security-opt seccomp=unconfined \ 2022-12-01T10:06:15.4578076Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:06:15.4578271Z  --ipc=host \ 2022-12-01T10:06:15.4578508Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:06:15.4578684Z  --tty \ 2022-12-01T10:06:15.4578854Z  --detach \ 2022-12-01T10:06:15.4579048Z  --name="${container_name}" \ 2022-12-01T10:06:15.4579233Z  --user jenkins \ 2022-12-01T10:06:15.4579464Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:06:15.4579715Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:06:15.4579919Z  "${DOCKER_IMAGE}" 2022-12-01T10:06:15.4580077Z ) 2022-12-01T10:06:15.4580346Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:06:15.4591566Z shell: /usr/bin/bash -e {0} 2022-12-01T10:06:15.4591737Z env: 2022-12-01T10:06:15.4591912Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:06:15.4592156Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T10:06:15.4592361Z PR_NUMBER: 89997 2022-12-01T10:06:15.4592540Z BRANCH: pull/89997 2022-12-01T10:06:15.4592754Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:15.4592985Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:15.4593206Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:06:15.4593413Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:06:15.4593597Z TEST_CONFIG: crossref 2022-12-01T10:06:15.4593775Z SHARD_NUMBER: 2 2022-12-01T10:06:15.4593948Z NUM_TEST_SHARDS: 2 2022-12-01T10:06:15.4594614Z 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:15.4595302Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:06:15.4595532Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:06:15.4595719Z SHM_SIZE: 1g 2022-12-01T10:06:15.4596054Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:06:15.4596362Z XLA_CUDA: 2022-12-01T10:06:15.4596620Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:15.4596881Z ##[endgroup] 2022-12-01T10:06:15.4620799Z + [[ crossref == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:06:15.4621504Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-12-01T10:06:15.4621828Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:06:15.4624225Z ++ git cherry -v origin/master 2022-12-01T10:06:15.8929885Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:06:15.8930475Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:06:15.8931008Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:06:15.8931507Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:06:15.8931995Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:06:15.8932455Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:06:15.8932889Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:06:15.8933330Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:06:15.8933798Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:06:15.8934217Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:06:15.8934712Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:06:15.8935121Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:06:15.8935465Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:06:15.8935918Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:06:15.8936411Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:06:15.8936804Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:06:15.8937294Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:06:15.8937736Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:06:15.8938085Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:06:15.8938397Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:06:15.8938879Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:06:15.8939368Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:06:15.8939742Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:06:15.8940092Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:06:15.8940529Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:06:15.8940954Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:06:15.8941405Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:06:15.8941756Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:06:15.8942227Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:06:15.8942673Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:06:15.8943122Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:06:15.8943553Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:06:15.8944005Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:06:15.8944579Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:06:15.8945009Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:06:15.8945490Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:06:15.8945965Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:06:15.8946392Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:06:15.8946869Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:06:15.8947335Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:06:15.8947809Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:06:15.8948257Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:06:15.8948671Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:06:15.8949078Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:06:15.8949400Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:06:15.8949791Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:06:15.8950123Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:06:15.8950452Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:06:15.8961139Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:06:15.8961600Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:06:15.8962079Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:06:15.8962582Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:06:15.8962958Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:06:15.8963404Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:06:15.8963846Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:06:15.8964216Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:06:15.8964631Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:06:15.8965078Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:06:15.8965401Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:06:15.8965789Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:06:15.9000251Z + 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:15.9007374Z + 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:15.9021761Z + 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:15.9039745Z + 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:15.9047248Z + 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:15.9048658Z + 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:15.9049307Z +++ nproc --ignore=2 2022-12-01T10:06:15.9050824Z ++ 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:26.5749470Z + container_name=d2eadf6c68ffc45010c4b4c2556efa2fb13dc12d453bc14e44a6a28683a0c1eb 2022-12-01T10:06:26.5752715Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:26.5754697Z + docker exec -t d2eadf6c68ffc45010c4b4c2556efa2fb13dc12d453bc14e44a6a28683a0c1eb 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:27.1551210Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:06:27.2351726Z 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:27.2362524Z 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:27.2432290Z 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:28.0286211Z Installing collected packages: torch 2022-12-01T10:06:34.5138204Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:06:34.6582119Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:06:34.6742111Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:06:34.6742647Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:06:34.6743059Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:06:34.6743396Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:06:34.6743625Z + BUILD_DIR=build 2022-12-01T10:06:34.6743817Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:06:34.6744003Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:06:34.6747059Z + export VALGRIND=ON 2022-12-01T10:06:34.6747464Z + VALGRIND=ON 2022-12-01T10:06:34.6747937Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-12-01T10:06:34.6748166Z + export VALGRIND=OFF 2022-12-01T10:06:34.6748332Z + VALGRIND=OFF 2022-12-01T10:06:34.6748583Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-12-01T10:06:34.6748822Z ++ realpath build/custom_test_artifacts 2022-12-01T10:06:34.6782603Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:06:34.6785776Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:06:34.6804961Z + source .jenkins/pytorch/common.sh 2022-12-01T10:06:34.6807773Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:06:34.6815598Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:06:34.6817375Z +++ declare -f -t trap_add 2022-12-01T10:06:34.6820840Z ++ set -ex 2022-12-01T10:06:34.6821193Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:34.6821462Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:06:34.6822005Z ++ [[ crossref == *xla* ]] 2022-12-01T10:06:34.6822489Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:34.6822811Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-12-01T10:06:34.6823028Z ++ which conda 2022-12-01T10:06:34.6832249Z /opt/conda/bin/conda 2022-12-01T10:06:34.6833150Z ++ conda install -q -y cmake 2022-12-01T10:06:38.4763714Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:06:39.3958375Z Solving environment: ...working... done 2022-12-01T10:06:39.4854981Z 2022-12-01T10:06:39.4855283Z ## Package Plan ## 2022-12-01T10:06:39.4855773Z 2022-12-01T10:06:39.4855987Z environment location: /opt/conda 2022-12-01T10:06:39.4856222Z 2022-12-01T10:06:39.4856372Z added / updated specs: 2022-12-01T10:06:39.4856782Z - cmake 2022-12-01T10:06:39.4856896Z 2022-12-01T10:06:39.4856901Z 2022-12-01T10:06:39.4857009Z The following packages will be downloaded: 2022-12-01T10:06:39.4857153Z 2022-12-01T10:06:39.4857233Z package | build 2022-12-01T10:06:39.4857508Z ---------------------------|----------------- 2022-12-01T10:06:39.4857898Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:06:39.4858384Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:06:39.4858796Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:06:39.4859382Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:06:39.4859846Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:06:39.4860317Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:06:39.4860792Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:06:39.4861423Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:06:39.4861978Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:06:39.4862415Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:06:39.4862944Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:06:39.4863443Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:06:39.4863945Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:06:39.4864594Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:06:39.4864971Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:06:39.4865247Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:06:39.4865613Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:06:39.4866139Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:06:39.4866605Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:06:39.4866872Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:06:39.4867179Z ------------------------------------------------------------ 2022-12-01T10:06:39.4867421Z Total: 26.3 MB 2022-12-01T10:06:39.4867546Z 2022-12-01T10:06:39.4867658Z The following NEW packages will be INSTALLED: 2022-12-01T10:06:39.4867790Z 2022-12-01T10:06:39.4868056Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:06:39.4868420Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:06:39.4868785Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:06:39.4869148Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:06:39.4869486Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:06:39.4869845Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:06:39.4870224Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:06:39.4870574Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:06:39.4870951Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:06:39.4871330Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:06:39.4871688Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:06:39.4872024Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:06:39.4872373Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:06:39.4872722Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:06:39.4872979Z 2022-12-01T10:06:39.4873079Z The following packages will be UPDATED: 2022-12-01T10:06:39.4873203Z 2022-12-01T10:06:39.4873412Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:06:39.4873773Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:06:39.4874114Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:39.4874430Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:39.4874763Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:06:39.4875102Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:06:39.4875244Z 2022-12-01T10:06:39.4875248Z 2022-12-01T10:06:40.6221879Z Preparing transaction: ...working... done 2022-12-01T10:06:41.1100022Z Verifying transaction: ...working... done 2022-12-01T10:06:42.0489774Z Executing transaction: ...working... done 2022-12-01T10:06:42.1342532Z Retrieving notices: ...working... done 2022-12-01T10:06:42.3723270Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-12-01T10:06:42.3723628Z + echo 'Environment variables' 2022-12-01T10:06:42.3723843Z Environment variables 2022-12-01T10:06:42.3724020Z + env 2022-12-01T10:06:42.3752838Z SHARD_NUMBER=2 2022-12-01T10:06:42.3753354Z UCC_HOME=/usr 2022-12-01T10:06:42.3754052Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-12-01T10:06:42.3754670Z INSTALLED_DB=yes 2022-12-01T10:06:42.3754980Z HOSTNAME=d2eadf6c68ff 2022-12-01T10:06:42.3755438Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:06:42.3755855Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:06:42.3756226Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:06:42.3756567Z UCC_COMMIT= 2022-12-01T10:06:42.3757323Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f5892237-595e-4eff-87ad-7b3274cd85d2 2022-12-01T10:06:42.3757850Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:06:42.3758506Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:06:42.3759022Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:06:42.3759334Z INSTALLED_THRIFT= 2022-12-01T10:06:42.3759663Z TEST_CONFIG=crossref 2022-12-01T10:06:42.3760015Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:06:42.3760289Z GITHUB_ACTIONS=true 2022-12-01T10:06:42.3760456Z CI=true 2022-12-01T10:06:42.3760634Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:06:42.3760818Z BRANCH=pull/89997 2022-12-01T10:06:42.3761056Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:06:42.3761244Z UCX_COMMIT= 2022-12-01T10:06:42.3761438Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:06:42.3761620Z GITHUB_ACTION_REF= 2022-12-01T10:06:42.3761795Z GITHUB_ACTION=__self 2022-12-01T10:06:42.3761970Z VALGRIND=OFF 2022-12-01T10:06:42.3762137Z GITHUB_REF_PROTECTED=false 2022-12-01T10:06:42.3762474Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:06:42.3764429Z *** 2022-12-01T10:06:42.3764671Z INSTALLED_VISION=yes 2022-12-01T10:06:42.3764936Z HOME=/var/lib/jenkins 2022-12-01T10:06:42.3765579Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_f5892237-595e-4eff-87ad-7b3274cd85d2 2022-12-01T10:06:42.3766028Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:06:42.3766352Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:06:42.3766644Z GITHUB_REF_TYPE=branch 2022-12-01T10:06:42.3766921Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:06:42.3767404Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:06:42.3768161Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_f5892237-595e-4eff-87ad-7b3274cd85d2 2022-12-01T10:06:42.3768662Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:06:42.3769010Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:06:42.3769411Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:06:42.3769984Z INSTALLED_PROTOBUF=yes 2022-12-01T10:06:42.3770250Z DESIRED_CUDA= 2022-12-01T10:06:42.3770552Z GITHUB_RUN_ID=3591403534 2022-12-01T10:06:42.3770876Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:06:42.3771187Z MAX_JOBS=6 2022-12-01T10:06:42.3771762Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:06:42.3772192Z UCX_HOME=/usr 2022-12-01T10:06:42.3772491Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:06:42.3772895Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:06:42.3773300Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:06:42.3773630Z INSTALLED_ANDROID= 2022-12-01T10:06:42.3775439Z 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:42.3776664Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:06:42.3776981Z TERM=xterm 2022-12-01T10:06:42.3777430Z XLA_CUDA= 2022-12-01T10:06:42.3777686Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:06:42.3778028Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:06:42.3778727Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_f5892237-595e-4eff-87ad-7b3274cd85d2 2022-12-01T10:06:42.3779133Z GITHUB_JOB=test 2022-12-01T10:06:42.3779413Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:06:42.3793627Z 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:42.3799673Z NUM_TEST_SHARDS=2 2022-12-01T10:06:42.3799843Z PR_NUMBER=89997 2022-12-01T10:06:42.3800250Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_f5892237-595e-4eff-87ad-7b3274cd85d2 2022-12-01T10:06:42.3800570Z SHLVL=1 2022-12-01T10:06:42.3800748Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:06:42.3800984Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:06:42.3801212Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:06:42.3801460Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:06:42.3801670Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:06:42.3801857Z GITHUB_WORKFLOW=pull 2022-12-01T10:06:42.3802242Z 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:42.3802726Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:06:42.3803026Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:06:42.3803221Z _=/usr/bin/env 2022-12-01T10:06:42.3803415Z + echo 'Testing pytorch' 2022-12-01T10:06:42.3803597Z Testing pytorch 2022-12-01T10:06:42.3803793Z + export LANG=C.UTF-8 2022-12-01T10:06:42.3803969Z + LANG=C.UTF-8 2022-12-01T10:06:42.3857313Z + PR_NUMBER=89997 2022-12-01T10:06:42.3857666Z + [[ crossref == \d\e\f\a\u\l\t ]] 2022-12-01T10:06:42.3858017Z + [[ crossref == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:06:42.3858366Z + [[ crossref == \s\l\o\w ]] 2022-12-01T10:06:42.3859055Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-12-01T10:06:42.3859576Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T10:06:42.3860064Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:42.3860589Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-12-01T10:06:42.3860943Z + [[ crossref == *crossref* ]] 2022-12-01T10:06:42.3861261Z + export PYTORCH_TEST_WITH_CROSSREF=1 2022-12-01T10:06:42.3861599Z + PYTORCH_TEST_WITH_CROSSREF=1 2022-12-01T10:06:42.3861906Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:42.3862256Z + [[ -n 89997 ]] 2022-12-01T10:06:42.3862566Z + [[ -z '' ]] 2022-12-01T10:06:42.3862899Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:42.3863332Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:06:42.3863794Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-12-01T10:06:42.3864087Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-12-01T10:06:42.3864327Z + pip_install --user ninja 2022-12-01T10:06:42.3864873Z + pip install --progress-bar off --user ninja 2022-12-01T10:06:42.8173586Z Collecting ninja 2022-12-01T10:06:42.8339510Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:06:43.5704864Z Installing collected packages: ninja 2022-12-01T10:06:43.5801071Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:06:43.5801580Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:06:43.5925715Z Successfully installed ninja-1.11.1 2022-12-01T10:06:43.6696437Z + 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:43.6697010Z + 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:43.6697988Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-12-01T10:06:43.6698258Z + [[ crossref == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:06:43.6698491Z + [[ crossref == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:06:43.6701700Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-12-01T10:06:43.6713774Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:43.6714288Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-12-01T10:06:43.6717031Z + cd test 2022-12-01T10:06:43.6717628Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:06:44.4501581Z PyTorch built with: 2022-12-01T10:06:44.4502011Z - GCC 4.2 2022-12-01T10:06:44.4502231Z - C++ Version: 201402 2022-12-01T10:06:44.4502445Z - clang 9.0.0 2022-12-01T10:06:44.4502826Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:44.4503475Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:44.4503790Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:44.4504072Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:06:44.4504298Z - NNPACK is enabled 2022-12-01T10:06:44.4504705Z - CPU capability usage: AVX2 2022-12-01T10:06:44.4507622Z - 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:44.4509605Z 2022-12-01T10:06:44.5877131Z + cd test 2022-12-01T10:06:44.5877527Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:06:45.3115986Z ATen/Parallel: 2022-12-01T10:06:45.3116408Z at::get_num_threads() : 4 2022-12-01T10:06:45.3116803Z at::get_num_interop_threads() : 4 2022-12-01T10:06:45.3117225Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-12-01T10:06:45.3117465Z omp_get_max_threads() : 4 2022-12-01T10:06:45.3117961Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:06:45.3118248Z mkl_get_max_threads() : 4 2022-12-01T10:06:45.3118581Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:06:45.3118836Z std::thread::hardware_concurrency() : 8 2022-12-01T10:06:45.3119050Z Environment variables: 2022-12-01T10:06:45.3119245Z OMP_NUM_THREADS : [not set] 2022-12-01T10:06:45.3119428Z MKL_NUM_THREADS : [not set] 2022-12-01T10:06:45.3119629Z ATen parallel backend: OpenMP 2022-12-01T10:06:45.3119755Z 2022-12-01T10:06:45.4484179Z + [[ crossref == *backward* ]] 2022-12-01T10:06:45.4484403Z + [[ crossref == *xla* ]] 2022-12-01T10:06:45.4484622Z + [[ crossref == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:06:45.4485105Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-12-01T10:06:45.4485342Z + [[ crossref == distributed ]] 2022-12-01T10:06:45.4485580Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:45.4485773Z + [[ crossref == *dynamo* ]] 2022-12-01T10:06:45.4485946Z + [[ 2 == 1 ]] 2022-12-01T10:06:45.4486090Z + [[ 2 == 2 ]] 2022-12-01T10:06:45.4486332Z + [[ 2 -gt 1 ]] 2022-12-01T10:06:45.4486509Z + install_torchvision 2022-12-01T10:06:45.4486671Z + local commit 2022-12-01T10:06:45.4487924Z ++ get_pinned_commit vision 2022-12-01T10:06:45.4488152Z ++ cat .github/ci_commit_pins/vision.txt 2022-12-01T10:06:45.4534844Z + commit=d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.4535754Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.4536963Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.8117692Z Collecting git+https://github.com/pytorch/vision.git@d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:45.8124044Z Cloning https://github.com/pytorch/vision.git (to revision d7d90f56117ce0955332846a5f90b8d1346c4c09) to /tmp/pip-req-build-szg2tw_q 2022-12-01T10:06:45.8415166Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-szg2tw_q 2022-12-01T10:06:47.8131734Z Running command git rev-parse -q --verify 'sha^d7d90f56117ce0955332846a5f90b8d1346c4c09' 2022-12-01T10:06:47.8175395Z Running command git fetch -q https://github.com/pytorch/vision.git d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:48.7487400Z Running command git checkout -q d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:49.2857207Z Resolved https://github.com/pytorch/vision.git to commit d7d90f56117ce0955332846a5f90b8d1346c4c09 2022-12-01T10:06:50.8227287Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:06:50.8302817Z [?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:50.8307094Z 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:50.8310858Z 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:50.8314986Z 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:50.8321793Z 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:50.8574269Z 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:50.8587946Z 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:50.8594542Z 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:50.8601146Z 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:50.8746293Z Building wheels for collected packages: torchvision 2022-12-01T10:07:58.0844806Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / done 2022-12-01T10:07:58.1193259Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+d7d90f5-cp37-cp37m-linux_x86_64.whl size=13982959 sha256=f91b409550370c2b9312bc4c43b67d9846a529ebcabb78e09280108d3c1dbc28 2022-12-01T10:07:58.1194582Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/17/b1/5a/ec673bc71ef16fdf03b58b08a840c9c6188bc53a632a04e543 2022-12-01T10:07:58.1236484Z Successfully built torchvision 2022-12-01T10:07:58.8114650Z Installing collected packages: torchvision 2022-12-01T10:07:59.4129133Z Successfully installed torchvision-0.14.0a0+d7d90f5 2022-12-01T10:07:59.5657644Z + checkout_install_torchdynamo 2022-12-01T10:07:59.5658033Z + local commit 2022-12-01T10:07:59.5660482Z ++ get_pinned_commit torchdynamo 2022-12-01T10:07:59.5661042Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:07:59.5691616Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:07:59.5691997Z + pushd .. 2022-12-01T10:07:59.5694169Z ~ ~/workspace 2022-12-01T10:07:59.5694620Z + git clone https://github.com/pytorch/torchdynamo 2022-12-01T10:07:59.5703842Z Cloning into 'torchdynamo'... 2022-12-01T10:07:59.8130818Z remote: Enumerating objects: 17794, done. 2022-12-01T10:07:59.8164941Z remote: Counting objects: 0% (1/17794) 2022-12-01T10:07:59.8167081Z remote: Counting objects: 1% (178/17794) 2022-12-01T10:07:59.8168899Z remote: Counting objects: 2% (356/17794) 2022-12-01T10:07:59.8169720Z remote: Counting objects: 3% (534/17794) 2022-12-01T10:07:59.8175710Z remote: Counting objects: 4% (712/17794) 2022-12-01T10:07:59.8176033Z remote: Counting objects: 5% (890/17794) 2022-12-01T10:07:59.8176323Z remote: Counting objects: 6% (1068/17794) 2022-12-01T10:07:59.8188955Z remote: Counting objects: 7% (1246/17794) 2022-12-01T10:07:59.8189605Z remote: Counting objects: 8% (1424/17794) 2022-12-01T10:07:59.8190032Z remote: Counting objects: 9% (1602/17794) 2022-12-01T10:07:59.8190288Z remote: Counting objects: 10% (1780/17794) 2022-12-01T10:07:59.8190630Z remote: Counting objects: 11% (1958/17794) 2022-12-01T10:07:59.8190966Z remote: Counting objects: 12% (2136/17794) 2022-12-01T10:07:59.8191350Z remote: Counting objects: 13% (2314/17794) 2022-12-01T10:07:59.8191750Z remote: Counting objects: 14% (2492/17794) 2022-12-01T10:07:59.8192348Z remote: Counting objects: 15% (2670/17794) 2022-12-01T10:07:59.8192691Z remote: Counting objects: 16% (2848/17794) 2022-12-01T10:07:59.8192944Z remote: Counting objects: 17% (3025/17794) 2022-12-01T10:07:59.8193207Z remote: Counting objects: 18% (3203/17794) 2022-12-01T10:07:59.8193473Z remote: Counting objects: 19% (3381/17794) 2022-12-01T10:07:59.8193722Z remote: Counting objects: 20% (3559/17794) 2022-12-01T10:07:59.8193987Z remote: Counting objects: 21% (3737/17794) 2022-12-01T10:07:59.8194250Z remote: Counting objects: 22% (3915/17794) 2022-12-01T10:07:59.8194499Z remote: Counting objects: 23% (4093/17794) 2022-12-01T10:07:59.8194813Z remote: Counting objects: 24% (4271/17794) 2022-12-01T10:07:59.8195086Z remote: Counting objects: 25% (4449/17794) 2022-12-01T10:07:59.8195411Z remote: Counting objects: 26% (4627/17794) 2022-12-01T10:07:59.8195714Z remote: Counting objects: 27% (4805/17794) 2022-12-01T10:07:59.8195995Z remote: Counting objects: 28% (4983/17794) 2022-12-01T10:07:59.8196315Z remote: Counting objects: 29% (5161/17794) 2022-12-01T10:07:59.8197082Z remote: Counting objects: 30% (5339/17794) 2022-12-01T10:07:59.8197349Z remote: Counting objects: 31% (5517/17794) 2022-12-01T10:07:59.8198973Z remote: Counting objects: 32% (5695/17794) 2022-12-01T10:07:59.8199911Z remote: Counting objects: 33% (5873/17794) 2022-12-01T10:07:59.8201714Z remote: Counting objects: 34% (6050/17794) 2022-12-01T10:07:59.8204883Z remote: Counting objects: 35% (6228/17794) 2022-12-01T10:07:59.8205557Z remote: Counting objects: 36% (6406/17794) 2022-12-01T10:07:59.8207867Z remote: Counting objects: 37% (6584/17794) 2022-12-01T10:07:59.8208192Z remote: Counting objects: 38% (6762/17794) 2022-12-01T10:07:59.8208635Z remote: Counting objects: 39% (6940/17794) 2022-12-01T10:07:59.8209795Z remote: Counting objects: 40% (7118/17794) 2022-12-01T10:07:59.8215605Z remote: Counting objects: 41% (7296/17794) 2022-12-01T10:07:59.8217603Z remote: Counting objects: 42% (7474/17794) 2022-12-01T10:07:59.8217902Z remote: Counting objects: 43% (7652/17794) 2022-12-01T10:07:59.8218156Z remote: Counting objects: 44% (7830/17794) 2022-12-01T10:07:59.8220215Z remote: Counting objects: 45% (8008/17794) 2022-12-01T10:07:59.8220573Z remote: Counting objects: 46% (8186/17794) 2022-12-01T10:07:59.8222926Z remote: Counting objects: 47% (8364/17794) 2022-12-01T10:07:59.8229593Z remote: Counting objects: 48% (8542/17794) 2022-12-01T10:07:59.8229867Z remote: Counting objects: 49% (8720/17794) 2022-12-01T10:07:59.8233277Z remote: Counting objects: 50% (8897/17794) 2022-12-01T10:07:59.8233540Z remote: Counting objects: 51% (9075/17794) 2022-12-01T10:07:59.8233859Z remote: Counting objects: 52% (9253/17794) 2022-12-01T10:07:59.8234479Z remote: Counting objects: 53% (9431/17794) 2022-12-01T10:07:59.8234849Z remote: Counting objects: 54% (9609/17794) 2022-12-01T10:07:59.8235652Z remote: Counting objects: 55% (9787/17794) 2022-12-01T10:07:59.8236068Z remote: Counting objects: 56% (9965/17794) 2022-12-01T10:07:59.8236342Z remote: Counting objects: 57% (10143/17794) 2022-12-01T10:07:59.8236647Z remote: Counting objects: 58% (10321/17794) 2022-12-01T10:07:59.8237124Z remote: Counting objects: 59% (10499/17794) 2022-12-01T10:07:59.8237458Z remote: Counting objects: 60% (10677/17794) 2022-12-01T10:07:59.8238464Z remote: Counting objects: 61% (10855/17794) 2022-12-01T10:07:59.8238784Z remote: Counting objects: 62% (11033/17794) 2022-12-01T10:07:59.8241512Z remote: Counting objects: 63% (11211/17794) 2022-12-01T10:07:59.8241859Z remote: Counting objects: 64% (11389/17794) 2022-12-01T10:07:59.8244342Z remote: Counting objects: 65% (11567/17794) 2022-12-01T10:07:59.8248157Z remote: Counting objects: 66% (11745/17794) 2022-12-01T10:07:59.8248448Z remote: Counting objects: 67% (11922/17794) 2022-12-01T10:07:59.8250236Z remote: Counting objects: 68% (12100/17794) 2022-12-01T10:07:59.8250634Z remote: Counting objects: 69% (12278/17794) 2022-12-01T10:07:59.8251019Z remote: Counting objects: 70% (12456/17794) 2022-12-01T10:07:59.8252046Z remote: Counting objects: 71% (12634/17794) 2022-12-01T10:07:59.8253333Z remote: Counting objects: 72% (12812/17794) 2022-12-01T10:07:59.8255946Z remote: Counting objects: 73% (12990/17794) 2022-12-01T10:07:59.8257897Z remote: Counting objects: 74% (13168/17794) 2022-12-01T10:07:59.8258150Z remote: Counting objects: 75% (13346/17794) 2022-12-01T10:07:59.8260525Z remote: Counting objects: 76% (13524/17794) 2022-12-01T10:07:59.8263452Z remote: Counting objects: 77% (13702/17794) 2022-12-01T10:07:59.8263724Z remote: Counting objects: 78% (13880/17794) 2022-12-01T10:07:59.8266059Z remote: Counting objects: 79% (14058/17794) 2022-12-01T10:07:59.8266334Z remote: Counting objects: 80% (14236/17794) 2022-12-01T10:07:59.8269045Z remote: Counting objects: 81% (14414/17794) 2022-12-01T10:07:59.8269304Z remote: Counting objects: 82% (14592/17794) 2022-12-01T10:07:59.8273399Z remote: Counting objects: 83% (14770/17794) 2022-12-01T10:07:59.8273670Z remote: Counting objects: 84% (14947/17794) 2022-12-01T10:07:59.8273934Z remote: Counting objects: 85% (15125/17794) 2022-12-01T10:07:59.8274185Z remote: Counting objects: 86% (15303/17794) 2022-12-01T10:07:59.8275961Z remote: Counting objects: 87% (15481/17794) 2022-12-01T10:07:59.8276230Z remote: Counting objects: 88% (15659/17794) 2022-12-01T10:07:59.8276480Z remote: Counting objects: 89% (15837/17794) 2022-12-01T10:07:59.8279176Z remote: Counting objects: 90% (16015/17794) 2022-12-01T10:07:59.8279443Z remote: Counting objects: 91% (16193/17794) 2022-12-01T10:07:59.8282862Z remote: Counting objects: 92% (16371/17794) 2022-12-01T10:07:59.8283136Z remote: Counting objects: 93% (16549/17794) 2022-12-01T10:07:59.8283404Z remote: Counting objects: 94% (16727/17794) 2022-12-01T10:07:59.8285922Z remote: Counting objects: 95% (16905/17794) 2022-12-01T10:07:59.8288744Z remote: Counting objects: 96% (17083/17794) 2022-12-01T10:07:59.8289014Z remote: Counting objects: 97% (17261/17794) 2022-12-01T10:07:59.8292146Z remote: Counting objects: 98% (17439/17794) 2022-12-01T10:07:59.8296055Z remote: Counting objects: 99% (17617/17794) 2022-12-01T10:07:59.8296318Z remote: Counting objects: 100% (17794/17794) 2022-12-01T10:07:59.8296601Z remote: Counting objects: 100% (17794/17794), done. 2022-12-01T10:07:59.8317249Z remote: Compressing objects: 0% (1/4049) 2022-12-01T10:07:59.8367922Z remote: Compressing objects: 1% (41/4049) 2022-12-01T10:07:59.8447933Z remote: Compressing objects: 2% (81/4049) 2022-12-01T10:07:59.8522028Z remote: Compressing objects: 3% (122/4049) 2022-12-01T10:07:59.8601870Z remote: Compressing objects: 4% (162/4049) 2022-12-01T10:07:59.8767912Z remote: Compressing objects: 5% (203/4049) 2022-12-01T10:07:59.8894059Z remote: Compressing objects: 6% (243/4049) 2022-12-01T10:07:59.8929749Z remote: Compressing objects: 7% (284/4049) 2022-12-01T10:07:59.8997412Z remote: Compressing objects: 8% (324/4049) 2022-12-01T10:07:59.8997683Z remote: Compressing objects: 9% (365/4049) 2022-12-01T10:07:59.9071015Z remote: Compressing objects: 10% (405/4049) 2022-12-01T10:08:00.0103182Z remote: Compressing objects: 11% (446/4049) 2022-12-01T10:08:00.0316592Z remote: Compressing objects: 12% (486/4049) 2022-12-01T10:08:00.0316905Z remote: Compressing objects: 13% (527/4049) 2022-12-01T10:08:00.0317197Z remote: Compressing objects: 14% (567/4049) 2022-12-01T10:08:00.0318824Z remote: Compressing objects: 15% (608/4049) 2022-12-01T10:08:00.0323811Z remote: Compressing objects: 16% (648/4049) 2022-12-01T10:08:00.0324105Z remote: Compressing objects: 17% (689/4049) 2022-12-01T10:08:00.0332092Z remote: Compressing objects: 18% (729/4049) 2022-12-01T10:08:00.0342265Z remote: Compressing objects: 19% (770/4049) 2022-12-01T10:08:00.0342808Z remote: Compressing objects: 20% (810/4049) 2022-12-01T10:08:00.0343090Z remote: Compressing objects: 21% (851/4049) 2022-12-01T10:08:00.0343362Z remote: Compressing objects: 22% (891/4049) 2022-12-01T10:08:00.0347274Z remote: Compressing objects: 23% (932/4049) 2022-12-01T10:08:00.0376867Z remote: Compressing objects: 24% (972/4049) 2022-12-01T10:08:00.0384366Z remote: Compressing objects: 25% (1013/4049) 2022-12-01T10:08:00.0384911Z remote: Compressing objects: 26% (1053/4049) 2022-12-01T10:08:00.0385215Z remote: Compressing objects: 27% (1094/4049) 2022-12-01T10:08:00.0385559Z remote: Compressing objects: 28% (1134/4049) 2022-12-01T10:08:00.0385840Z remote: Compressing objects: 29% (1175/4049) 2022-12-01T10:08:00.0386107Z remote: Compressing objects: 30% (1215/4049) 2022-12-01T10:08:00.0386388Z remote: Compressing objects: 31% (1256/4049) 2022-12-01T10:08:00.0386669Z remote: Compressing objects: 32% (1296/4049) 2022-12-01T10:08:00.0386938Z remote: Compressing objects: 33% (1337/4049) 2022-12-01T10:08:00.0387209Z remote: Compressing objects: 34% (1377/4049) 2022-12-01T10:08:00.0387482Z remote: Compressing objects: 35% (1418/4049) 2022-12-01T10:08:00.0387743Z remote: Compressing objects: 36% (1458/4049) 2022-12-01T10:08:00.0388012Z remote: Compressing objects: 37% (1499/4049) 2022-12-01T10:08:00.0388287Z remote: Compressing objects: 38% (1539/4049) 2022-12-01T10:08:00.0393074Z remote: Compressing objects: 39% (1580/4049) 2022-12-01T10:08:00.0393379Z remote: Compressing objects: 40% (1620/4049) 2022-12-01T10:08:00.0393662Z remote: Compressing objects: 41% (1661/4049) 2022-12-01T10:08:00.0393938Z remote: Compressing objects: 42% (1701/4049) 2022-12-01T10:08:00.0394196Z remote: Compressing objects: 43% (1742/4049) 2022-12-01T10:08:00.0394475Z remote: Compressing objects: 44% (1782/4049) 2022-12-01T10:08:00.0394757Z remote: Compressing objects: 45% (1823/4049) 2022-12-01T10:08:00.0395026Z remote: Compressing objects: 46% (1863/4049) 2022-12-01T10:08:00.0395300Z remote: Compressing objects: 47% (1904/4049) 2022-12-01T10:08:00.0395576Z remote: Compressing objects: 48% (1944/4049) 2022-12-01T10:08:00.0395835Z remote: Compressing objects: 49% (1985/4049) 2022-12-01T10:08:00.0405518Z remote: Compressing objects: 50% (2025/4049) 2022-12-01T10:08:00.0417165Z remote: Compressing objects: 51% (2065/4049) 2022-12-01T10:08:00.0423147Z remote: Compressing objects: 52% (2106/4049) 2022-12-01T10:08:00.0423516Z remote: Compressing objects: 53% (2146/4049) 2022-12-01T10:08:00.0423800Z remote: Compressing objects: 54% (2187/4049) 2022-12-01T10:08:00.0425960Z remote: Compressing objects: 55% (2227/4049) 2022-12-01T10:08:00.0426320Z remote: Compressing objects: 56% (2268/4049) 2022-12-01T10:08:00.0426900Z remote: Compressing objects: 57% (2308/4049) 2022-12-01T10:08:00.0427180Z remote: Compressing objects: 58% (2349/4049) 2022-12-01T10:08:00.0432312Z remote: Compressing objects: 59% (2389/4049) 2022-12-01T10:08:00.0432615Z remote: Compressing objects: 60% (2430/4049) 2022-12-01T10:08:00.0432907Z remote: Compressing objects: 61% (2470/4049) 2022-12-01T10:08:00.0433354Z remote: Compressing objects: 62% (2511/4049) 2022-12-01T10:08:00.0433706Z remote: Compressing objects: 63% (2551/4049) 2022-12-01T10:08:00.0434103Z remote: Compressing objects: 64% (2592/4049) 2022-12-01T10:08:00.0434378Z remote: Compressing objects: 65% (2632/4049) 2022-12-01T10:08:00.0434801Z remote: Compressing objects: 66% (2673/4049) 2022-12-01T10:08:00.0435209Z remote: Compressing objects: 67% (2713/4049) 2022-12-01T10:08:00.0435682Z remote: Compressing objects: 68% (2754/4049) 2022-12-01T10:08:00.0436060Z remote: Compressing objects: 69% (2794/4049) 2022-12-01T10:08:00.0436448Z remote: Compressing objects: 70% (2835/4049) 2022-12-01T10:08:00.0436866Z remote: Compressing objects: 71% (2875/4049) 2022-12-01T10:08:00.0437145Z remote: Compressing objects: 72% (2916/4049) 2022-12-01T10:08:00.0437577Z remote: Compressing objects: 73% (2956/4049) 2022-12-01T10:08:00.0437856Z remote: Compressing objects: 74% (2997/4049) 2022-12-01T10:08:00.0438139Z remote: Compressing objects: 75% (3037/4049) 2022-12-01T10:08:00.0438413Z remote: Compressing objects: 76% (3078/4049) 2022-12-01T10:08:00.0440947Z remote: Compressing objects: 77% (3118/4049) 2022-12-01T10:08:00.0441344Z remote: Compressing objects: 78% (3159/4049) 2022-12-01T10:08:00.0441699Z remote: Compressing objects: 79% (3199/4049) 2022-12-01T10:08:00.0442029Z remote: Compressing objects: 80% (3240/4049) 2022-12-01T10:08:00.0442484Z remote: Compressing objects: 81% (3280/4049) 2022-12-01T10:08:00.0443196Z remote: Compressing objects: 82% (3321/4049) 2022-12-01T10:08:00.0443674Z remote: Compressing objects: 83% (3361/4049) 2022-12-01T10:08:00.0443947Z remote: Compressing objects: 84% (3402/4049) 2022-12-01T10:08:00.0445907Z remote: Compressing objects: 85% (3442/4049) 2022-12-01T10:08:00.0446753Z remote: Compressing objects: 86% (3483/4049) 2022-12-01T10:08:00.0447281Z remote: Compressing objects: 87% (3523/4049) 2022-12-01T10:08:00.0447702Z remote: Compressing objects: 88% (3564/4049) 2022-12-01T10:08:00.0448190Z remote: Compressing objects: 89% (3604/4049) 2022-12-01T10:08:00.0448691Z remote: Compressing objects: 90% (3645/4049) 2022-12-01T10:08:00.0449305Z remote: Compressing objects: 91% (3685/4049) 2022-12-01T10:08:00.0449808Z remote: Compressing objects: 92% (3726/4049) 2022-12-01T10:08:00.0450238Z remote: Compressing objects: 93% (3766/4049) 2022-12-01T10:08:00.0450501Z remote: Compressing objects: 94% (3807/4049) 2022-12-01T10:08:00.0450778Z remote: Compressing objects: 95% (3847/4049) 2022-12-01T10:08:00.0452538Z remote: Compressing objects: 96% (3888/4049) 2022-12-01T10:08:00.0452829Z remote: Compressing objects: 97% (3928/4049) 2022-12-01T10:08:00.0453090Z remote: Compressing objects: 98% (3969/4049) 2022-12-01T10:08:00.0453364Z remote: Compressing objects: 99% (4009/4049) 2022-12-01T10:08:00.0453641Z remote: Compressing objects: 100% (4049/4049) 2022-12-01T10:08:00.0453918Z remote: Compressing objects: 100% (4049/4049), done. 2022-12-01T10:08:00.0497280Z Receiving objects: 0% (1/17794) 2022-12-01T10:08:00.0515539Z Receiving objects: 1% (178/17794) 2022-12-01T10:08:00.0536268Z Receiving objects: 2% (356/17794) 2022-12-01T10:08:00.0555746Z Receiving objects: 3% (534/17794) 2022-12-01T10:08:00.0576006Z Receiving objects: 4% (712/17794) 2022-12-01T10:08:00.0595155Z Receiving objects: 5% (890/17794) 2022-12-01T10:08:00.0616582Z Receiving objects: 6% (1068/17794) 2022-12-01T10:08:00.0637472Z Receiving objects: 7% (1246/17794) 2022-12-01T10:08:00.0656120Z Receiving objects: 8% (1424/17794) 2022-12-01T10:08:00.0673972Z Receiving objects: 9% (1602/17794) 2022-12-01T10:08:00.0690074Z Receiving objects: 10% (1780/17794) 2022-12-01T10:08:00.0705758Z Receiving objects: 11% (1958/17794) 2022-12-01T10:08:00.0721345Z Receiving objects: 12% (2136/17794) 2022-12-01T10:08:00.0743194Z Receiving objects: 13% (2314/17794) 2022-12-01T10:08:00.0765755Z Receiving objects: 14% (2492/17794) 2022-12-01T10:08:00.0786755Z Receiving objects: 15% (2670/17794) 2022-12-01T10:08:00.0801580Z Receiving objects: 16% (2848/17794) 2022-12-01T10:08:00.0805592Z Receiving objects: 17% (3025/17794) 2022-12-01T10:08:00.0810379Z Receiving objects: 18% (3203/17794) 2022-12-01T10:08:00.0813527Z Receiving objects: 19% (3381/17794) 2022-12-01T10:08:00.0816289Z Receiving objects: 20% (3559/17794) 2022-12-01T10:08:00.0818644Z Receiving objects: 21% (3737/17794) 2022-12-01T10:08:00.0821939Z Receiving objects: 22% (3915/17794) 2022-12-01T10:08:00.0824180Z Receiving objects: 23% (4093/17794) 2022-12-01T10:08:00.0827337Z Receiving objects: 24% (4271/17794) 2022-12-01T10:08:00.0829490Z Receiving objects: 25% (4449/17794) 2022-12-01T10:08:00.0832146Z Receiving objects: 26% (4627/17794) 2022-12-01T10:08:00.0835275Z Receiving objects: 27% (4805/17794) 2022-12-01T10:08:00.0838088Z Receiving objects: 28% (4983/17794) 2022-12-01T10:08:00.0841079Z Receiving objects: 29% (5161/17794) 2022-12-01T10:08:00.0843998Z Receiving objects: 30% (5339/17794) 2022-12-01T10:08:00.0846425Z Receiving objects: 31% (5517/17794) 2022-12-01T10:08:00.0848360Z Receiving objects: 32% (5695/17794) 2022-12-01T10:08:00.0850780Z Receiving objects: 33% (5873/17794) 2022-12-01T10:08:00.0852635Z Receiving objects: 34% (6050/17794) 2022-12-01T10:08:00.0854735Z Receiving objects: 35% (6228/17794) 2022-12-01T10:08:00.0856826Z Receiving objects: 36% (6406/17794) 2022-12-01T10:08:00.0859097Z Receiving objects: 37% (6584/17794) 2022-12-01T10:08:00.0860532Z Receiving objects: 38% (6762/17794) 2022-12-01T10:08:00.0862368Z Receiving objects: 39% (6940/17794) 2022-12-01T10:08:00.0864094Z Receiving objects: 40% (7118/17794) 2022-12-01T10:08:00.0866428Z Receiving objects: 41% (7296/17794) 2022-12-01T10:08:00.0868481Z Receiving objects: 42% (7474/17794) 2022-12-01T10:08:00.0870263Z Receiving objects: 43% (7652/17794) 2022-12-01T10:08:00.0872362Z Receiving objects: 44% (7830/17794) 2022-12-01T10:08:00.0875364Z Receiving objects: 45% (8008/17794) 2022-12-01T10:08:00.0877239Z Receiving objects: 46% (8186/17794) 2022-12-01T10:08:00.0879146Z Receiving objects: 47% (8364/17794) 2022-12-01T10:08:00.0881406Z Receiving objects: 48% (8542/17794) 2022-12-01T10:08:00.0883769Z Receiving objects: 49% (8720/17794) 2022-12-01T10:08:00.0887346Z Receiving objects: 50% (8897/17794) 2022-12-01T10:08:00.0890902Z Receiving objects: 51% (9075/17794) 2022-12-01T10:08:00.0892513Z Receiving objects: 52% (9253/17794) 2022-12-01T10:08:00.0894629Z Receiving objects: 53% (9431/17794) 2022-12-01T10:08:00.0897279Z Receiving objects: 54% (9609/17794) 2022-12-01T10:08:00.0898999Z Receiving objects: 55% (9787/17794) 2022-12-01T10:08:00.0901375Z Receiving objects: 56% (9965/17794) 2022-12-01T10:08:00.0907660Z Receiving objects: 57% (10143/17794) 2022-12-01T10:08:00.0910648Z Receiving objects: 58% (10321/17794) 2022-12-01T10:08:00.0913748Z Receiving objects: 59% (10499/17794) 2022-12-01T10:08:00.0961256Z Receiving objects: 60% (10677/17794) 2022-12-01T10:08:00.1074300Z Receiving objects: 61% (10855/17794) 2022-12-01T10:08:00.1255134Z Receiving objects: 62% (11033/17794) 2022-12-01T10:08:00.1317378Z Receiving objects: 63% (11211/17794) 2022-12-01T10:08:00.1407083Z Receiving objects: 64% (11389/17794) 2022-12-01T10:08:00.1435855Z Receiving objects: 65% (11567/17794) 2022-12-01T10:08:00.1461099Z Receiving objects: 66% (11745/17794) 2022-12-01T10:08:00.1491593Z Receiving objects: 67% (11922/17794) 2022-12-01T10:08:00.1531276Z Receiving objects: 68% (12100/17794) 2022-12-01T10:08:00.1566070Z Receiving objects: 69% (12278/17794) 2022-12-01T10:08:00.1596117Z Receiving objects: 70% (12456/17794) 2022-12-01T10:08:00.1628994Z Receiving objects: 71% (12634/17794) 2022-12-01T10:08:00.1660405Z Receiving objects: 72% (12812/17794) 2022-12-01T10:08:00.1686915Z Receiving objects: 73% (12990/17794) 2022-12-01T10:08:00.1721375Z Receiving objects: 74% (13168/17794) 2022-12-01T10:08:00.1742406Z Receiving objects: 75% (13346/17794) 2022-12-01T10:08:00.1775960Z Receiving objects: 76% (13524/17794) 2022-12-01T10:08:00.1797942Z Receiving objects: 77% (13702/17794) 2022-12-01T10:08:00.1812630Z Receiving objects: 78% (13880/17794) 2022-12-01T10:08:00.1823326Z Receiving objects: 79% (14058/17794) 2022-12-01T10:08:00.1914752Z Receiving objects: 80% (14236/17794) 2022-12-01T10:08:00.1926373Z Receiving objects: 81% (14414/17794) 2022-12-01T10:08:00.1941219Z Receiving objects: 82% (14592/17794) 2022-12-01T10:08:00.1958493Z Receiving objects: 83% (14770/17794) 2022-12-01T10:08:00.1971625Z Receiving objects: 84% (14947/17794) 2022-12-01T10:08:00.1982236Z Receiving objects: 85% (15125/17794) 2022-12-01T10:08:00.1988988Z Receiving objects: 86% (15303/17794) 2022-12-01T10:08:00.1995105Z Receiving objects: 87% (15481/17794) 2022-12-01T10:08:00.2006529Z Receiving objects: 88% (15659/17794) 2022-12-01T10:08:00.2012938Z Receiving objects: 89% (15837/17794) 2022-12-01T10:08:00.2022351Z Receiving objects: 90% (16015/17794) 2022-12-01T10:08:00.2035634Z Receiving objects: 91% (16193/17794) 2022-12-01T10:08:00.2048761Z Receiving objects: 92% (16371/17794) 2022-12-01T10:08:00.2056109Z Receiving objects: 93% (16549/17794) 2022-12-01T10:08:00.2059887Z Receiving objects: 94% (16727/17794) 2022-12-01T10:08:00.2070782Z Receiving objects: 95% (16905/17794) 2022-12-01T10:08:00.2084263Z Receiving objects: 96% (17083/17794) 2022-12-01T10:08:00.2093378Z Receiving objects: 97% (17261/17794) 2022-12-01T10:08:00.2103039Z Receiving objects: 98% (17439/17794) 2022-12-01T10:08:00.2116243Z Receiving objects: 99% (17617/17794) 2022-12-01T10:08:00.2116738Z remote: Total 17794 (delta 13834), reused 17458 (delta 13658), pack-reused 0 2022-12-01T10:08:00.2136468Z Receiving objects: 100% (17794/17794) 2022-12-01T10:08:00.2136740Z Receiving objects: 100% (17794/17794), 6.78 MiB | 40.85 MiB/s, done. 2022-12-01T10:08:00.2169876Z Resolving deltas: 0% (0/13834) 2022-12-01T10:08:00.2180878Z Resolving deltas: 1% (140/13834) 2022-12-01T10:08:00.2193026Z Resolving deltas: 2% (277/13834) 2022-12-01T10:08:00.2205741Z Resolving deltas: 3% (451/13834) 2022-12-01T10:08:00.2213175Z Resolving deltas: 4% (620/13834) 2022-12-01T10:08:00.2223641Z Resolving deltas: 5% (720/13834) 2022-12-01T10:08:00.2235770Z Resolving deltas: 6% (862/13834) 2022-12-01T10:08:00.2241334Z Resolving deltas: 7% (1031/13834) 2022-12-01T10:08:00.2251845Z Resolving deltas: 8% (1107/13834) 2022-12-01T10:08:00.2266721Z Resolving deltas: 9% (1263/13834) 2022-12-01T10:08:00.2273304Z Resolving deltas: 10% (1483/13834) 2022-12-01T10:08:00.2281737Z Resolving deltas: 11% (1575/13834) 2022-12-01T10:08:00.2289980Z Resolving deltas: 12% (1707/13834) 2022-12-01T10:08:00.2299176Z Resolving deltas: 13% (1836/13834) 2022-12-01T10:08:00.2310541Z Resolving deltas: 14% (1970/13834) 2022-12-01T10:08:00.2317259Z Resolving deltas: 15% (2132/13834) 2022-12-01T10:08:00.2328425Z Resolving deltas: 16% (2239/13834) 2022-12-01T10:08:00.2333173Z Resolving deltas: 17% (2415/13834) 2022-12-01T10:08:00.2345394Z Resolving deltas: 18% (2494/13834) 2022-12-01T10:08:00.2373250Z Resolving deltas: 19% (2645/13834) 2022-12-01T10:08:00.2382559Z Resolving deltas: 21% (3011/13834) 2022-12-01T10:08:00.2386969Z Resolving deltas: 22% (3123/13834) 2022-12-01T10:08:00.2395646Z Resolving deltas: 23% (3192/13834) 2022-12-01T10:08:00.2404201Z Resolving deltas: 24% (3328/13834) 2022-12-01T10:08:00.2413285Z Resolving deltas: 25% (3469/13834) 2022-12-01T10:08:00.2423598Z Resolving deltas: 26% (3620/13834) 2022-12-01T10:08:00.2431694Z Resolving deltas: 27% (3783/13834) 2022-12-01T10:08:00.2444393Z Resolving deltas: 28% (3905/13834) 2022-12-01T10:08:00.2450262Z Resolving deltas: 29% (4101/13834) 2022-12-01T10:08:00.2456884Z Resolving deltas: 30% (4197/13834) 2022-12-01T10:08:00.2467877Z Resolving deltas: 31% (4297/13834) 2022-12-01T10:08:00.2477027Z Resolving deltas: 32% (4459/13834) 2022-12-01T10:08:00.2484496Z Resolving deltas: 33% (4594/13834) 2022-12-01T10:08:00.2497482Z Resolving deltas: 34% (4717/13834) 2022-12-01T10:08:00.2515709Z Resolving deltas: 35% (4879/13834) 2022-12-01T10:08:00.2518268Z Resolving deltas: 36% (5110/13834) 2022-12-01T10:08:00.2530701Z Resolving deltas: 37% (5146/13834) 2022-12-01T10:08:00.2539707Z Resolving deltas: 38% (5302/13834) 2022-12-01T10:08:00.2550519Z Resolving deltas: 39% (5418/13834) 2022-12-01T10:08:00.2560113Z Resolving deltas: 40% (5555/13834) 2022-12-01T10:08:00.2578518Z Resolving deltas: 41% (5684/13834) 2022-12-01T10:08:00.2582883Z Resolving deltas: 42% (5920/13834) 2022-12-01T10:08:00.2591139Z Resolving deltas: 43% (5979/13834) 2022-12-01T10:08:00.2604173Z Resolving deltas: 44% (6088/13834) 2022-12-01T10:08:00.2621443Z Resolving deltas: 45% (6265/13834) 2022-12-01T10:08:00.2629438Z Resolving deltas: 46% (6394/13834) 2022-12-01T10:08:00.2640573Z Resolving deltas: 47% (6506/13834) 2022-12-01T10:08:00.2651030Z Resolving deltas: 48% (6647/13834) 2022-12-01T10:08:00.2662175Z Resolving deltas: 49% (6782/13834) 2022-12-01T10:08:00.2674171Z Resolving deltas: 50% (6918/13834) 2022-12-01T10:08:00.2685295Z Resolving deltas: 51% (7058/13834) 2022-12-01T10:08:00.2716332Z Resolving deltas: 52% (7199/13834) 2022-12-01T10:08:00.2746275Z Resolving deltas: 53% (7400/13834) 2022-12-01T10:08:00.2754324Z Resolving deltas: 54% (7547/13834) 2022-12-01T10:08:00.2820428Z Resolving deltas: 55% (7613/13834) 2022-12-01T10:08:00.2882935Z Resolving deltas: 56% (7797/13834) 2022-12-01T10:08:00.3013932Z Resolving deltas: 57% (7967/13834) 2022-12-01T10:08:00.3058145Z Resolving deltas: 60% (8340/13834) 2022-12-01T10:08:00.3118879Z Resolving deltas: 61% (8461/13834) 2022-12-01T10:08:00.3141676Z Resolving deltas: 62% (8649/13834) 2022-12-01T10:08:00.3185809Z Resolving deltas: 63% (8722/13834) 2022-12-01T10:08:00.3202133Z Resolving deltas: 64% (8874/13834) 2022-12-01T10:08:00.3266485Z Resolving deltas: 65% (8994/13834) 2022-12-01T10:08:00.3287252Z Resolving deltas: 66% (9180/13834) 2022-12-01T10:08:00.3356181Z Resolving deltas: 67% (9275/13834) 2022-12-01T10:08:00.3417666Z Resolving deltas: 68% (9417/13834) 2022-12-01T10:08:00.3462844Z Resolving deltas: 69% (9579/13834) 2022-12-01T10:08:00.3494266Z Resolving deltas: 70% (9709/13834) 2022-12-01T10:08:00.3530054Z Resolving deltas: 71% (9851/13834) 2022-12-01T10:08:00.3576512Z Resolving deltas: 72% (10018/13834) 2022-12-01T10:08:00.3622557Z Resolving deltas: 74% (10242/13834) 2022-12-01T10:08:00.3645331Z Resolving deltas: 75% (10427/13834) 2022-12-01T10:08:00.3681066Z Resolving deltas: 76% (10526/13834) 2022-12-01T10:08:00.3710251Z Resolving deltas: 77% (10680/13834) 2022-12-01T10:08:00.3765031Z Resolving deltas: 78% (10805/13834) 2022-12-01T10:08:00.3783968Z Resolving deltas: 79% (11002/13834) 2022-12-01T10:08:00.3803933Z Resolving deltas: 80% (11096/13834) 2022-12-01T10:08:00.3825253Z Resolving deltas: 81% (11247/13834) 2022-12-01T10:08:00.4047479Z Resolving deltas: 82% (11357/13834) 2022-12-01T10:08:00.4151973Z Resolving deltas: 84% (11719/13834) 2022-12-01T10:08:00.4177034Z Resolving deltas: 85% (11896/13834) 2022-12-01T10:08:00.4206073Z Resolving deltas: 86% (11966/13834) 2022-12-01T10:08:00.4313968Z Resolving deltas: 87% (12061/13834) 2022-12-01T10:08:00.4331889Z Resolving deltas: 88% (12252/13834) 2022-12-01T10:08:00.4402002Z Resolving deltas: 89% (12334/13834) 2022-12-01T10:08:00.4417775Z Resolving deltas: 90% (12547/13834) 2022-12-01T10:08:00.4442245Z Resolving deltas: 91% (12645/13834) 2022-12-01T10:08:00.4462622Z Resolving deltas: 92% (12745/13834) 2022-12-01T10:08:00.4489582Z Resolving deltas: 93% (12881/13834) 2022-12-01T10:08:00.4520582Z Resolving deltas: 94% (13010/13834) 2022-12-01T10:08:00.4539979Z Resolving deltas: 95% (13173/13834) 2022-12-01T10:08:00.4566009Z Resolving deltas: 96% (13288/13834) 2022-12-01T10:08:00.4581723Z Resolving deltas: 97% (13422/13834) 2022-12-01T10:08:00.4598221Z Resolving deltas: 98% (13593/13834) 2022-12-01T10:08:00.4635362Z Resolving deltas: 99% (13713/13834) 2022-12-01T10:08:00.4635629Z Resolving deltas: 100% (13834/13834) 2022-12-01T10:08:00.4635845Z Resolving deltas: 100% (13834/13834), done. 2022-12-01T10:08:00.5158184Z + pushd torchdynamo 2022-12-01T10:08:00.5158439Z ~/torchdynamo ~ ~/workspace 2022-12-01T10:08:00.5158695Z + git checkout 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:08:00.5534452Z Note: checking out '6ead5cae0d1234aa64db06fe230ef56e12ec76fe'. 2022-12-01T10:08:00.5534982Z 2022-12-01T10:08:00.5535371Z You are in 'detached HEAD' state. You can look around, make experimental 2022-12-01T10:08:00.5535934Z changes and commit them, and you can discard any commits you make in this 2022-12-01T10:08:00.5536463Z state without impacting any branches by performing another checkout. 2022-12-01T10:08:00.5536647Z 2022-12-01T10:08:00.5536784Z If you want to create a new branch to retain commits you create, you may 2022-12-01T10:08:00.5537134Z do so (now or later) by using -b with the checkout command again. Example: 2022-12-01T10:08:00.5537303Z 2022-12-01T10:08:00.5537439Z git checkout -b 2022-12-01T10:08:00.5537574Z 2022-12-01T10:08:00.5537733Z HEAD is now at 6ead5cae Add a upload_tar functionality for inductor debug trace (#1321) 2022-12-01T10:08:00.5539970Z + python setup.py develop 2022-12-01T10:08:01.7027728Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:01.7413628Z running develop 2022-12-01T10:08:01.7437296Z /opt/conda/lib/python3.7/site-packages/setuptools/command/easy_install.py:147: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:08:01.7437736Z EasyInstallDeprecationWarning, 2022-12-01T10:08:01.7524367Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:08:01.7524840Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T10:08:01.8290632Z running egg_info 2022-12-01T10:08:01.8291200Z creating torchdynamo.egg-info 2022-12-01T10:08:01.8343018Z writing torchdynamo.egg-info/PKG-INFO 2022-12-01T10:08:01.8346078Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-12-01T10:08:01.8348015Z writing requirements to torchdynamo.egg-info/requires.txt 2022-12-01T10:08:01.8349030Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-12-01T10:08:01.8350102Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:08:01.8491149Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:08:01.8491758Z adding license file 'LICENSE' 2022-12-01T10:08:01.8505488Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-12-01T10:08:01.8506136Z running build_ext 2022-12-01T10:08:01.8520523Z building 'torchdynamo._eval_frame' extension 2022-12-01T10:08:01.8521265Z creating build 2022-12-01T10:08:01.8521939Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T10:08:01.8522499Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:08:01.8524156Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torchdynamo/_eval_frame.c -o build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -Wall 2022-12-01T10:08:02.0953546Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T10:08:02.0953990Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-12-01T10:08:02.0954718Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_eval_frame.o -o build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:08:02.1244538Z building 'torchdynamo._guards' extension 2022-12-01T10:08:02.1245751Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c torchdynamo/_guards.cpp -o build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.o -std=c++14 2022-12-01T10:08:03.0654610Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T10:08:03.0664282Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torchdynamo/_guards.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/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:08:03.3331591Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:08:03.3332292Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-12-01T10:08:03.3388859Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-12-01T10:08:03.3393056Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-12-01T10:08:03.3402060Z 2022-12-01T10:08:03.3402262Z Installed /var/lib/jenkins/torchdynamo 2022-12-01T10:08:03.3415059Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:08:03.3447695Z Searching for tabulate 2022-12-01T10:08:03.3448635Z Reading https://pypi.org/simple/tabulate/ 2022-12-01T10:08:03.3700672Z /opt/conda/lib/python3.7/site-packages/pkg_resources/__init__.py:126: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release 2022-12-01T10:08:03.3701090Z PkgResourcesDeprecationWarning, 2022-12-01T10:08:03.4056544Z Downloading https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl#sha256=024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f 2022-12-01T10:08:03.4212440Z Best match: tabulate 0.9.0 2022-12-01T10:08:03.4213058Z Processing tabulate-0.9.0-py3-none-any.whl 2022-12-01T10:08:03.4254844Z Installing tabulate-0.9.0-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4525668Z Adding tabulate 0.9.0 to easy-install.pth file 2022-12-01T10:08:03.4540157Z Installing tabulate script to /opt/conda/bin 2022-12-01T10:08:03.4541176Z 2022-12-01T10:08:03.4541738Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.9.0-py3.7.egg 2022-12-01T10:08:03.4627068Z Searching for sympy==1.10.1 2022-12-01T10:08:03.4627420Z Best match: sympy 1.10.1 2022-12-01T10:08:03.4627888Z Adding sympy 1.10.1 to easy-install.pth file 2022-12-01T10:08:03.4631193Z Installing isympy script to /opt/conda/bin 2022-12-01T10:08:03.4645995Z 2022-12-01T10:08:03.4646540Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4652099Z Searching for PyYAML==6.0 2022-12-01T10:08:03.4652704Z Best match: PyYAML 6.0 2022-12-01T10:08:03.4653312Z Adding PyYAML 6.0 to easy-install.pth file 2022-12-01T10:08:03.4655915Z 2022-12-01T10:08:03.4656178Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4673993Z Searching for numpy==1.18.5 2022-12-01T10:08:03.4674553Z Best match: numpy 1.18.5 2022-12-01T10:08:03.4674979Z Adding numpy 1.18.5 to easy-install.pth file 2022-12-01T10:08:03.4677455Z Installing f2py script to /opt/conda/bin 2022-12-01T10:08:03.4679203Z Installing f2py3 script to /opt/conda/bin 2022-12-01T10:08:03.4680590Z Installing f2py3.7 script to /opt/conda/bin 2022-12-01T10:08:03.4681768Z 2022-12-01T10:08:03.4682031Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4706722Z Searching for torch==1.13.0a0+gitc13d400 2022-12-01T10:08:03.4707486Z Best match: torch 1.13.0a0+gitc13d400 2022-12-01T10:08:03.4708047Z Adding torch 1.13.0a0+gitc13d400 to easy-install.pth file 2022-12-01T10:08:03.4710996Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-12-01T10:08:03.4712756Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-12-01T10:08:03.4714097Z Installing torchrun script to /opt/conda/bin 2022-12-01T10:08:03.4715448Z 2022-12-01T10:08:03.4715617Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4721438Z Searching for mpmath==1.2.1 2022-12-01T10:08:03.4722238Z Best match: mpmath 1.2.1 2022-12-01T10:08:03.4722915Z Adding mpmath 1.2.1 to easy-install.pth file 2022-12-01T10:08:03.4724996Z 2022-12-01T10:08:03.4725319Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4730913Z Searching for typing-extensions==4.3.0 2022-12-01T10:08:03.4731874Z Best match: typing-extensions 4.3.0 2022-12-01T10:08:03.4732422Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-12-01T10:08:03.4734145Z 2022-12-01T10:08:03.4734545Z Using /opt/conda/lib/python3.7/site-packages 2022-12-01T10:08:03.4735414Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-12-01T10:08:03.7299655Z 2022-12-01T10:08:03.7300045Z real 0m3.176s 2022-12-01T10:08:03.7300337Z user 0m1.871s 2022-12-01T10:08:03.7301564Z sys 0m0.660s 2022-12-01T10:08:03.7301994Z + popd 2022-12-01T10:08:03.7302294Z ~ ~/workspace 2022-12-01T10:08:03.7302465Z + popd 2022-12-01T10:08:03.7302606Z ~/workspace 2022-12-01T10:08:03.7302788Z + test_python_shard 2 2022-12-01T10:08:03.7303093Z + [[ -z 2 ]] 2022-12-01T10:08:03.7303473Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-12-01T10:08:04.8827456Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:05.0693386Z Ignoring disabled issues: [] 2022-12-01T10:08:05.1729235Z Found test time stats from artifacts 2022-12-01T10:08:05.1755853Z Selected tests: 2022-12-01T10:08:05.1756126Z test_ops_jit 2022-12-01T10:08:05.1756442Z test_ops_gradients 2022-12-01T10:08:05.1756733Z test_fx 2022-12-01T10:08:05.1757019Z test_sparse_csr 2022-12-01T10:08:05.1757321Z test_modules 2022-12-01T10:08:05.1757595Z test_nn 2022-12-01T10:08:05.1757943Z distributions/test_distributions 2022-12-01T10:08:05.1758289Z test_cpp_extensions_jit 2022-12-01T10:08:05.1759175Z test_dispatch 2022-12-01T10:08:05.1759465Z test_autograd 2022-12-01T10:08:05.1759778Z test_multiprocessing 2022-12-01T10:08:05.1760074Z test_mobile_optimizer 2022-12-01T10:08:05.1760268Z test_overrides 2022-12-01T10:08:05.1760544Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:05.1760752Z test_prims 2022-12-01T10:08:05.1760923Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:05.1761156Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:08:05.1761403Z distributions/test_constraints 2022-12-01T10:08:05.1761602Z lazy/test_extract_compiled_graph 2022-12-01T10:08:05.1761802Z test_comparison_utils 2022-12-01T10:08:05.1763845Z test_cuda_primary_ctx 2022-12-01T10:08:05.1764164Z test_cuda_trace 2022-12-01T10:08:05.1764467Z test_fx_backends 2022-12-01T10:08:05.1764805Z test_jiterator 2022-12-01T10:08:05.1765082Z doctests 2022-12-01T10:08:05.1765275Z test_quantization 2022-12-01T10:08:05.1765458Z test_sparse 2022-12-01T10:08:05.1765615Z test_schema_check 2022-12-01T10:08:05.1766012Z test_unary_ufuncs 2022-12-01T10:08:05.1766339Z test_foreach 2022-12-01T10:08:05.1766568Z test_mkldnn 2022-12-01T10:08:05.1766801Z test_jit_llga_fuser 2022-12-01T10:08:05.1766969Z test_meta 2022-12-01T10:08:05.1767126Z test_testing 2022-12-01T10:08:05.1768254Z test_view_ops 2022-12-01T10:08:05.1768502Z test_spectral_ops 2022-12-01T10:08:05.1768780Z test_xnnpack_integration 2022-12-01T10:08:05.1769165Z test_transformers 2022-12-01T10:08:05.1769499Z test_ao_sparsity 2022-12-01T10:08:05.1770078Z test_openmp 2022-12-01T10:08:05.1770387Z test_functionalization 2022-12-01T10:08:05.1770724Z profiler/test_profiler 2022-12-01T10:08:05.1771029Z test_maskedtensor 2022-12-01T10:08:05.1771358Z test_utils 2022-12-01T10:08:05.1771791Z test_package 2022-12-01T10:08:05.1772031Z test_vmap 2022-12-01T10:08:05.1772346Z test_expanded_weights 2022-12-01T10:08:05.1773794Z test_logging 2022-12-01T10:08:05.1774108Z test_shape_ops 2022-12-01T10:08:05.1774463Z test_dynamic_shapes 2022-12-01T10:08:05.1774844Z test_bundled_inputs 2022-12-01T10:08:05.1775131Z test_tensorexpr_pybind 2022-12-01T10:08:05.1775454Z test_datapipe 2022-12-01T10:08:05.1775750Z test_fx_passes 2022-12-01T10:08:05.1776159Z lazy/test_reuse_ir 2022-12-01T10:08:05.1776527Z nn/test_packed_sequence 2022-12-01T10:08:05.1776876Z benchmark_utils/test_benchmark_utils 2022-12-01T10:08:05.1777209Z nn/test_dropout 2022-12-01T10:08:05.1777459Z test_autocast 2022-12-01T10:08:05.1777784Z test_native_functions 2022-12-01T10:08:05.1778159Z test_functional_optim 2022-12-01T10:08:05.1778426Z test_pytree 2022-12-01T10:08:05.1778754Z profiler/test_profiler_tree 2022-12-01T10:08:05.1779091Z test_per_overload_api 2022-12-01T10:08:05.1779421Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:05.1779780Z test_itt 2022-12-01T10:08:05.1780073Z test_native_mha 2022-12-01T10:08:05.1780316Z test_dlpack 2022-12-01T10:08:05.1780618Z test_tensorboard 2022-12-01T10:08:05.1780958Z test_nvfuser_frontend 2022-12-01T10:08:05.1781238Z test_numba_integration 2022-12-01T10:08:05.1781551Z test_complex 2022-12-01T10:08:05.1781849Z test_vulkan 2022-12-01T10:08:05.4906993Z Prioritized test from test file changes. 2022-12-01T10:08:05.4907885Z reordering tests for PR: 2022-12-01T10:08:05.4910095Z prioritized: ['test_ops_jit', 'test_ops_gradients', 'test_fx', 'test_sparse_csr', 'test_modules', 'test_nn', 'distributions/test_distributions', 'test_cpp_extensions_jit', 'test_autograd', 'test_overrides', 'test_prims', 'lazy/test_extract_compiled_graph', 'test_fx_backends', 'test_quantization', 'test_sparse', 'test_foreach', 'test_mkldnn', 'test_jit_llga_fuser', 'test_meta', 'test_testing', 'test_view_ops', 'test_spectral_ops', 'test_xnnpack_integration', 'test_transformers', 'test_functionalization', 'profiler/test_profiler', 'test_utils', 'test_vmap', 'test_expanded_weights', 'test_shape_ops', 'test_dynamic_shapes', 'test_datapipe', 'test_fx_passes', 'lazy/test_reuse_ir', 'nn/test_dropout', 'test_autocast', 'test_native_functions', 'test_functional_optim', 'test_pytree', 'profiler/test_profiler_tree', 'test_native_mha', 'test_nvfuser_frontend'] 2022-12-01T10:08:05.4912296Z the rest: ['test_dispatch', 'test_multiprocessing', 'test_mobile_optimizer', 'test_cpp_extensions_open_device_registration', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'distributions/test_constraints', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_jiterator', 'doctests', 'test_schema_check', 'test_unary_ufuncs', 'test_ao_sparsity', 'test_openmp', 'test_maskedtensor', 'test_package', 'test_logging', 'test_bundled_inputs', 'test_tensorexpr_pybind', 'nn/test_packed_sequence', 'benchmark_utils/test_benchmark_utils', 'test_per_overload_api', 'test_set_default_mobile_cpu_allocator', 'test_itt', 'test_dlpack', 'test_tensorboard', 'test_numba_integration', 'test_complex', 'test_vulkan'] 2022-12-01T10:08:05.4913059Z 2022-12-01T10:08:05.4913499Z 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:05.5100055Z 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:05.5248483Z parallel (file granularity) tests: 2022-12-01T10:08:05.5248967Z lazy/test_extract_compiled_graph 2022-12-01T10:08:05.5249378Z test_quantization 2022-12-01T10:08:05.5249750Z test_sparse 2022-12-01T10:08:05.5250231Z test_foreach 2022-12-01T10:08:05.5250597Z test_mkldnn 2022-12-01T10:08:05.5250951Z test_jit_llga_fuser 2022-12-01T10:08:05.5287983Z test_meta 2022-12-01T10:08:05.5288271Z test_testing 2022-12-01T10:08:05.5288427Z test_view_ops 2022-12-01T10:08:05.5288594Z test_spectral_ops 2022-12-01T10:08:05.5288775Z test_xnnpack_integration 2022-12-01T10:08:05.5288942Z test_transformers 2022-12-01T10:08:05.5289119Z test_functionalization 2022-12-01T10:08:05.5289400Z profiler/test_profiler 2022-12-01T10:08:05.5289730Z test_utils 2022-12-01T10:08:05.5290020Z test_vmap 2022-12-01T10:08:05.5290301Z test_expanded_weights 2022-12-01T10:08:05.5290567Z test_shape_ops 2022-12-01T10:08:05.5290830Z test_dynamic_shapes 2022-12-01T10:08:05.5291281Z test_datapipe 2022-12-01T10:08:05.5291539Z test_fx_passes 2022-12-01T10:08:05.5291797Z lazy/test_reuse_ir 2022-12-01T10:08:05.5292035Z nn/test_dropout 2022-12-01T10:08:05.5292250Z test_autocast 2022-12-01T10:08:05.5292511Z test_native_functions 2022-12-01T10:08:05.5292881Z test_functional_optim 2022-12-01T10:08:05.5293196Z test_pytree 2022-12-01T10:08:05.5293371Z profiler/test_profiler_tree 2022-12-01T10:08:05.5293556Z test_native_mha 2022-12-01T10:08:05.5293729Z test_nvfuser_frontend 2022-12-01T10:08:05.5293912Z distributions/test_constraints 2022-12-01T10:08:05.5294180Z test_comparison_utils 2022-12-01T10:08:05.5294356Z test_jiterator 2022-12-01T10:08:05.5294513Z test_schema_check 2022-12-01T10:08:05.5294669Z test_unary_ufuncs 2022-12-01T10:08:05.5294830Z test_ao_sparsity 2022-12-01T10:08:05.5294975Z test_openmp 2022-12-01T10:08:05.5295126Z test_maskedtensor 2022-12-01T10:08:05.5295278Z test_package 2022-12-01T10:08:05.5295419Z test_logging 2022-12-01T10:08:05.5295573Z test_bundled_inputs 2022-12-01T10:08:05.5295740Z test_tensorexpr_pybind 2022-12-01T10:08:05.5295908Z nn/test_packed_sequence 2022-12-01T10:08:05.5296098Z benchmark_utils/test_benchmark_utils 2022-12-01T10:08:05.5296287Z test_per_overload_api 2022-12-01T10:08:05.5296471Z test_set_default_mobile_cpu_allocator 2022-12-01T10:08:05.5296646Z test_itt 2022-12-01T10:08:05.5296790Z test_dlpack 2022-12-01T10:08:05.5296937Z test_tensorboard 2022-12-01T10:08:05.5297098Z test_numba_integration 2022-12-01T10:08:05.5297255Z test_complex 2022-12-01T10:08:05.5297396Z test_vulkan 2022-12-01T10:08:05.5297565Z serial (file granularity) tests: 2022-12-01T10:08:05.5297738Z test_ops_jit 2022-12-01T10:08:05.5297889Z test_ops_gradients 2022-12-01T10:08:05.5298043Z test_fx 2022-12-01T10:08:05.5298189Z test_sparse_csr 2022-12-01T10:08:05.5298335Z test_modules 2022-12-01T10:08:05.5298476Z test_nn 2022-12-01T10:08:05.5298642Z distributions/test_distributions 2022-12-01T10:08:05.5298825Z test_cpp_extensions_jit 2022-12-01T10:08:05.5298990Z test_autograd 2022-12-01T10:08:05.5299138Z test_overrides 2022-12-01T10:08:05.5299282Z test_prims 2022-12-01T10:08:05.5299429Z test_fx_backends 2022-12-01T10:08:05.5299579Z test_dispatch 2022-12-01T10:08:05.5299737Z test_multiprocessing 2022-12-01T10:08:05.5299906Z test_mobile_optimizer 2022-12-01T10:08:05.5300104Z test_cpp_extensions_open_device_registration 2022-12-01T10:08:05.5300305Z test_cpp_extensions_aot_ninja 2022-12-01T10:08:05.5300498Z test_cpp_extensions_aot_no_ninja 2022-12-01T10:08:05.5300679Z test_cuda_primary_ctx 2022-12-01T10:08:05.5300834Z test_cuda_trace 2022-12-01T10:08:05.5300983Z doctests 2022-12-01T10:08:06.6953750Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:06.7224741Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:06.7584242Z Ignoring disabled issues: [] 2022-12-01T10:08:06.7718213Z Running lazy/test_extract_compiled_graph ... [2022-12-01 10:08:06.771586] 2022-12-01T10:08:06.7720159Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:06.771832] 2022-12-01T10:08:06.7844511Z Ignoring disabled issues: [] 2022-12-01T10:08:06.7977410Z Running test_quantization ... [2022-12-01 10:08:06.797431] 2022-12-01T10:08:06.7979517Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:06.797717] 2022-12-01T10:08:07.7345820Z 2022-12-01T10:08:07.7346389Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-12-01T10:08:07.7351889Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_jkog5veq) 2022-12-01T10:08:07.7352185Z 2022-12-01T10:08:07.7352438Z ##[endgroup] 2022-12-01T10:08:07.7353124Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/var/lib/jenkins/workspace/test/test-reports/lazy-test_extract_compiled_graph_jkog5veq) 2022-12-01T10:08:07.7353383Z 2022-12-01T10:08:09.1827564Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:08:09.2489556Z Ignoring disabled issues: [] 2022-12-01T10:08:09.2627543Z Running test_sparse ... [2022-12-01 10:08:09.262406] 2022-12-01T10:08:09.2629028Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:08:09.262685] 2022-12-01T10:16:51.3821465Z 2022-12-01T10:16:51.3822287Z Expand the folded group to see the log file of test_sparse 2022-12-01T10:16:51.3824116Z ##[group]PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_vn9v37kl) 2022-12-01T10:16:51.3836339Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-12-01T10:16:51.3837221Z 2022-12-01T10:16:51.3905174Z Running tests... 2022-12-01T10:16:51.3923191Z ---------------------------------------------------------------------- 2022-12-01T10:16:51.3925593Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3926985Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3929000Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3930249Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3930551Z ok (0.779s) 2022-12-01T10:16:51.3931739Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:16:51.3932766Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3934951Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3936219Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3938299Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3939541Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3939831Z ok (0.795s) 2022-12-01T10:16:51.3941985Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3943315Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3945570Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:16:51.3946808Z r = func(*args, **kwargs) 2022-12-01T10:16:51.3947107Z ok (0.676s) 2022-12-01T10:16:51.3947738Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:16:51.3948502Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-12-01T10:16:51.3949091Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.102s) 2022-12-01T10:16:51.3949653Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.089s) 2022-12-01T10:16:51.3950183Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.066s) 2022-12-01T10:16:51.3950685Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.074s) 2022-12-01T10:16:51.3951188Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.081s) 2022-12-01T10:16:51.3951670Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.065s) 2022-12-01T10:16:51.3952139Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.774s) 2022-12-01T10:16:51.3952694Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.912s) 2022-12-01T10:16:51.3953137Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.059s) 2022-12-01T10:16:51.3953597Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (1.474s) 2022-12-01T10:16:51.3954063Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (1.012s) 2022-12-01T10:16:51.3954539Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.971s) 2022-12-01T10:16:51.3955280Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.972s) 2022-12-01T10:16:51.3956818Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (1.138s) 2022-12-01T10:16:51.3957293Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (1.107s) 2022-12-01T10:16:51.3957823Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.913s) 2022-12-01T10:16:51.3958283Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.060s) 2022-12-01T10:16:51.3958849Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.948s) 2022-12-01T10:16:51.3959316Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.573s) 2022-12-01T10:16:51.3959918Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (28.916s) 2022-12-01T10:16:51.3960467Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (18.109s) 2022-12-01T10:16:51.3961020Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:51.3961845Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-12-01T10:16:51.3963045Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-12-01T10:16:51.3963680Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.319s) 2022-12-01T10:16:51.3964127Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (1.588s) 2022-12-01T10:16:51.3964626Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:16:51.3965264Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.042s) 2022-12-01T10:16:51.3965771Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.307s) 2022-12-01T10:16:51.3966237Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.267s) 2022-12-01T10:16:51.3966692Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (1.546s) 2022-12-01T10:16:51.3967173Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.078s) 2022-12-01T10:16:51.3967650Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.953s) 2022-12-01T10:16:51.3968859Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... Test test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/89395 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:16:51.3970829Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/89395 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:16:51.3971723Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.363s) 2022-12-01T10:16:51.3972225Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.021s) 2022-12-01T10:16:51.3972712Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.157s) 2022-12-01T10:16:51.3973180Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.158s) 2022-12-01T10:16:51.3973658Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.161s) 2022-12-01T10:16:51.3974245Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.161s) 2022-12-01T10:16:51.3974734Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:16:51.3975238Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:16:51.3975724Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:16:51.3976232Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:51.3976733Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.037s) 2022-12-01T10:16:51.3977224Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.496s) 2022-12-01T10:16:51.3977702Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.422s) 2022-12-01T10:16:51.3978170Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.660s) 2022-12-01T10:16:51.3978610Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.008s) 2022-12-01T10:16:51.3979032Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.062s) 2022-12-01T10:16:51.3979498Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.288s) 2022-12-01T10:16:51.3980009Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.321s) 2022-12-01T10:16:51.3980461Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.065s) 2022-12-01T10:16:51.3980925Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.201s) 2022-12-01T10:16:51.3981396Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.279s) 2022-12-01T10:16:51.3981863Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.291s) 2022-12-01T10:16:51.3982311Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.284s) 2022-12-01T10:16:51.3982771Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.221s) 2022-12-01T10:16:51.3983229Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-12-01T10:16:51.3983706Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3984209Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3984880Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:51.3985423Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.013s) 2022-12-01T10:16:51.3985902Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3986384Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3986872Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.083s) 2022-12-01T10:16:51.3987357Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.083s) 2022-12-01T10:16:51.3987858Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:16:51.3988364Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:16:51.3988889Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:16:51.3989411Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3989934Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.019s) 2022-12-01T10:16:51.3990459Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3990963Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3991470Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.018s) 2022-12-01T10:16:51.3991982Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.026s) 2022-12-01T10:16:51.3992485Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.320s) 2022-12-01T10:16:51.3992975Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (1.173s) 2022-12-01T10:16:51.3993517Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.632s) 2022-12-01T10:16:51.3993981Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (4.920s) 2022-12-01T10:16:51.3994458Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (3.800s) 2022-12-01T10:16:51.3995004Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.376s) 2022-12-01T10:16:51.3995611Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.369s) 2022-12-01T10:16:51.3996210Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (4.920s) 2022-12-01T10:16:51.3996767Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (4.919s) 2022-12-01T10:16:51.3997341Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (24.801s) 2022-12-01T10:16:51.3997914Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (24.034s) 2022-12-01T10:16:51.3998445Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:16:51.3999034Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.334s) 2022-12-01T10:16:51.3999553Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:16:51.4000066Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.276s) 2022-12-01T10:16:51.4000536Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.047s) 2022-12-01T10:16:51.4000970Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-12-01T10:16:51.4001403Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.041s) 2022-12-01T10:16:51.4001842Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-12-01T10:16:51.4002300Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-12-01T10:16:51.4002743Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.271s) 2022-12-01T10:16:51.4003191Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.264s) 2022-12-01T10:16:51.4003625Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.210s) 2022-12-01T10:16:51.4004061Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.208s) 2022-12-01T10:16:51.4004497Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.205s) 2022-12-01T10:16:51.4004917Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.204s) 2022-12-01T10:16:51.4005351Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.205s) 2022-12-01T10:16:51.4005790Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.084s) 2022-12-01T10:16:51.4006215Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.688s) 2022-12-01T10:16:51.4006647Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.933s) 2022-12-01T10:16:51.4007093Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.968s) 2022-12-01T10:16:51.4007550Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (1.926s) 2022-12-01T10:16:51.4008015Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.664s) 2022-12-01T10:16:51.4008501Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.666s) 2022-12-01T10:16:51.4008966Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.226s) 2022-12-01T10:16:51.4009395Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.216s) 2022-12-01T10:16:51.4009902Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-12-01T10:16:51.4010464Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:51.4010976Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.458s) 2022-12-01T10:16:51.4011414Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.407s) 2022-12-01T10:16:51.4011875Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (15.352s) 2022-12-01T10:16:51.4012336Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (6.949s) 2022-12-01T10:16:51.4012822Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.317s) 2022-12-01T10:16:51.4013300Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.361s) 2022-12-01T10:16:51.4013802Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.363s) 2022-12-01T10:16:51.4014330Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.073s) 2022-12-01T10:16:51.4014783Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.262s) 2022-12-01T10:16:51.4015244Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.291s) 2022-12-01T10:16:51.4015715Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.061s) 2022-12-01T10:16:51.4016161Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.834s) 2022-12-01T10:16:51.4016646Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:16:51.4017132Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.209s) 2022-12-01T10:16:51.4017576Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.169s) 2022-12-01T10:16:51.4018031Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (5.540s) 2022-12-01T10:16:51.4018527Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (4.977s) 2022-12-01T10:16:51.4019012Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.099s) 2022-12-01T10:16:51.4019515Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.100s) 2022-12-01T10:16:51.4020028Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.100s) 2022-12-01T10:16:51.4020546Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.101s) 2022-12-01T10:16:51.4021045Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.100s) 2022-12-01T10:16:51.4021537Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.054s) 2022-12-01T10:16:51.4022001Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.050s) 2022-12-01T10:16:51.4022476Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.011s) 2022-12-01T10:16:51.4022936Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (82.395s) 2022-12-01T10:16:51.4023414Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-12-01T10:16:51.4023884Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (6.597s) 2022-12-01T10:16:51.4024361Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.033s) 2022-12-01T10:16:51.4024991Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:16:51.4025510Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.034s) 2022-12-01T10:16:51.4025999Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-12-01T10:16:51.4026556Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:51.4027152Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:16:51.4027808Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:16:51.4028494Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:16:51.4029192Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.003s) 2022-12-01T10:16:51.4029774Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:16:51.4030255Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.015s) 2022-12-01T10:16:51.4030741Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.541s) 2022-12-01T10:16:51.4031253Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.399s) 2022-12-01T10:16:51.4031980Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (7.403s) 2022-12-01T10:16:51.4032605Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.883s) 2022-12-01T10:16:51.4033089Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (15.485s) 2022-12-01T10:16:51.4033596Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (17.403s) 2022-12-01T10:16:51.4034238Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (7.963s) 2022-12-01T10:16:51.4034846Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (14.844s) 2022-12-01T10:16:51.4035343Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (14.071s) 2022-12-01T10:16:51.4035834Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (10.002s) 2022-12-01T10:16:51.4036316Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (10.009s) 2022-12-01T10:16:51.4036783Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (9.536s) 2022-12-01T10:16:51.4037312Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (10.154s) 2022-12-01T10:16:51.4037791Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (10.143s) 2022-12-01T10:16:51.4038260Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.787s) 2022-12-01T10:16:51.4038742Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (1.799s) 2022-12-01T10:16:51.4039240Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.477s) 2022-12-01T10:16:51.4039743Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (2.354s) 2022-12-01T10:16:51.4040212Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-12-01T10:16:51.4040798Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.006s) 2022-12-01T10:16:51.4041369Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-12-01T10:16:51.4041938Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.006s) 2022-12-01T10:16:51.4042491Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-12-01T10:16:51.4043062Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.006s) 2022-12-01T10:16:51.4043617Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-12-01T10:16:51.4044173Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... skip: not working with fake tensor (0.006s) 2022-12-01T10:16:51.4044748Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.030s) 2022-12-01T10:16:51.4045220Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.471s) 2022-12-01T10:16:51.4045845Z test_sparse_sparse_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (1.110s) 2022-12-01T10:16:51.4046485Z test_sparse_sparse_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.526s) 2022-12-01T10:16:51.4046994Z test_sparse_sparse_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (2.986s) 2022-12-01T10:16:51.4047492Z test_sparse_sparse_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (2.850s) 2022-12-01T10:16:51.4047977Z test_sparse_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (2.323s) 2022-12-01T10:16:51.4048465Z test_sparse_sparse_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (1.724s) 2022-12-01T10:16:51.4049687Z test_sparse_sparse_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (1.668s) 2022-12-01T10:16:51.4050169Z test_sparse_sparse_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (1.696s) 2022-12-01T10:16:51.4050630Z test_sparse_sparse_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (2.135s) 2022-12-01T10:16:51.4051176Z test_sparse_sparse_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (1.899s) 2022-12-01T10:16:51.4052908Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:16:51.4053923Z r = func(*args, **kwargs) 2022-12-01T10:16:51.4054265Z ok (0.235s) 2022-12-01T10:16:51.4054655Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.684s) 2022-12-01T10:16:51.4055167Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.723s) 2022-12-01T10:16:51.4055660Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.495s) 2022-12-01T10:16:51.4056147Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.449s) 2022-12-01T10:16:51.4056639Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.211s) 2022-12-01T10:16:51.4057187Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.189s) 2022-12-01T10:16:51.4057653Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.179s) 2022-12-01T10:16:51.4058128Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.247s) 2022-12-01T10:16:51.4058604Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.247s) 2022-12-01T10:16:51.4059145Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... skip: fallback triggers cuda device error (0.004s) 2022-12-01T10:16:51.4059677Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.006s) 2022-12-01T10:16:51.4060150Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.785s) 2022-12-01T10:16:51.4060631Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.310s) 2022-12-01T10:16:51.4061128Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:16:51.4061629Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:16:51.4062099Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-12-01T10:16:51.4062552Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.484s) 2022-12-01T10:16:51.4063021Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.419s) 2022-12-01T10:16:51.4063497Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.441s) 2022-12-01T10:16:51.4063949Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.541s) 2022-12-01T10:16:51.4064503Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.448s) 2022-12-01T10:16:51.4064977Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.487s) 2022-12-01T10:16:51.4065467Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.759s) 2022-12-01T10:16:51.4065946Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.310s) 2022-12-01T10:16:51.4066426Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (2.367s) 2022-12-01T10:16:51.4066899Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.383s) 2022-12-01T10:16:51.4067369Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (2.393s) 2022-12-01T10:16:51.4067838Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (2.411s) 2022-12-01T10:16:51.4068298Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (2.292s) 2022-12-01T10:16:51.4068751Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (1.956s) 2022-12-01T10:16:51.4069205Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.042s) 2022-12-01T10:16:51.4069678Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.990s) 2022-12-01T10:16:51.4070149Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.871s) 2022-12-01T10:16:51.4070611Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.775s) 2022-12-01T10:16:51.4071154Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (7.736s) 2022-12-01T10:16:51.4071612Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (7.019s) 2022-12-01T10:16:51.4072070Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (10.424s) 2022-12-01T10:16:51.4072549Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (11.126s) 2022-12-01T10:16:51.4073092Z test_future_empty_dim_masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4073655Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:16:51.4074199Z test_future_empty_dim_masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4074752Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-12-01T10:16:51.4075308Z test_future_empty_dim_masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4075846Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:16:51.4076396Z test_future_empty_dim_masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4076999Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-12-01T10:16:51.4077555Z test_future_empty_dim_masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4078086Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4078631Z test_future_empty_dim_masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4079180Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4079709Z test_future_empty_dim_masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4080245Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4080797Z test_future_empty_dim_masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4081339Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4081884Z test_future_empty_dim_masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4082432Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4082982Z test_future_empty_dim_masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4083534Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-12-01T10:16:51.4084072Z test_future_empty_dim_masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4084629Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-12-01T10:16:51.4085183Z test_future_empty_dim_masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4085716Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-12-01T10:16:51.4086267Z test_future_empty_dim_masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4086825Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.040s) 2022-12-01T10:16:51.4087372Z test_future_empty_dim_masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4087902Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4088454Z test_future_empty_dim_masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4088995Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4089537Z test_future_empty_dim_masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4090081Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4090674Z test_future_empty_dim_masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4091220Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4091763Z test_future_empty_dim_masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4092312Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4092857Z test_future_empty_dim_masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4093388Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4093948Z test_future_empty_dim_masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4094577Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.032s) 2022-12-01T10:16:51.4095135Z test_future_empty_dim_masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4095682Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:16:51.4096236Z test_future_empty_dim_masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4096835Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:16:51.4097377Z test_future_empty_dim_masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4097927Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.041s) 2022-12-01T10:16:51.4098473Z test_future_empty_dim_masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4099015Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4099550Z test_future_empty_dim_masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4100093Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4100645Z test_future_empty_dim_masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4101181Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.031s) 2022-12-01T10:16:51.4101728Z test_future_empty_dim_masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4102269Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.030s) 2022-12-01T10:16:51.4102815Z test_future_empty_dim_masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4103342Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.038s) 2022-12-01T10:16:51.4103892Z test_future_empty_dim_masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4104618Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:16:51.4105149Z test_future_empty_dim_masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4105698Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4106262Z test_future_empty_dim_masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4106823Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.036s) 2022-12-01T10:16:51.4107362Z test_future_empty_dim_masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4107915Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.036s) 2022-12-01T10:16:51.4108459Z test_future_empty_dim_masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4108984Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.046s) 2022-12-01T10:16:51.4109529Z test_future_empty_dim_masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4110074Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-12-01T10:16:51.4110624Z test_future_empty_dim_masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4111219Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.045s) 2022-12-01T10:16:51.4111764Z test_future_empty_dim_masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4112315Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4112846Z test_future_empty_dim_masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4113398Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4113943Z test_future_empty_dim_masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4114484Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4115014Z test_future_empty_dim_masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4115551Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4116093Z test_future_empty_dim_masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-12-01T10:16:51.4116679Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.035s) 2022-12-01T10:16:51.4117138Z test_basic (__main__.TestSparseMeta) ... ok (0.005s) 2022-12-01T10:16:51.4117620Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-12-01T10:16:51.4118187Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-12-01T10:16:51.4118746Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4119303Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:16:51.4119854Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4120389Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4120935Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4121470Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4122004Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4122525Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4123055Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4123607Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:51.4124154Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4124707Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4125258Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4125807Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4126343Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4126877Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4127415Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4127946Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4128498Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:51.4129062Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4129616Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4130146Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4130725Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4131262Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4131799Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4132325Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4132854Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4133406Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4133955Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4134595Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4135148Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4135702Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4136226Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4136809Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4137348Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4137873Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4138416Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4138957Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4139487Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4140003Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4140532Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4141066Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4141586Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4142196Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4142879Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4143541Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4144180Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4144930Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4145583Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4146233Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4146867Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4147504Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4148241Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4149031Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4149805Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4150668Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4151445Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4152211Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4152963Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4153726Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4154495Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-12-01T10:16:51.4155149Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4155731Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4156270Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4156800Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4157322Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4157856Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4158382Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4158924Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4159467Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4160011Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4160552Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4161076Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4161617Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4162157Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4162696Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4163232Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4163777Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4164321Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4164850Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4165393Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4165934Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4166547Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4167210Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4167875Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4168548Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4169209Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4169902Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4170544Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4171193Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4171844Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4172500Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4173169Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4173835Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4174535Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4175235Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4175885Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4176532Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4177170Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4177820Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4178482Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4179157Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4179808Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4180474Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4181133Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4181802Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4182455Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4183129Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4183800Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4184556Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4185214Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4185876Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4186546Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4187213Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4187802Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4188435Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4188991Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4189524Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4190063Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4190608Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4191153Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4191691Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4192253Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4192814Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4193357Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4193981Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4194533Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4195080Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4195622Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4196310Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4196866Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4197404Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4197941Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4198482Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4199013Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4199532Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4200062Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4200603Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4201140Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4201687Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4202232Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4202774Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4203302Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4203835Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4204383Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4204926Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4205478Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4206023Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4206556Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4207065Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4207585Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4208165Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4208684Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4209230Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4209782Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4210320Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4210840Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4211369Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4211907Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4212430Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4213032Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4213754Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4214481Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4215128Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4215782Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4216450Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4217118Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4217717Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4218289Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4218844Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4219392Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4219913Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4220446Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:51.4221047Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4221568Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4222098Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4222646Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:51.4223207Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4223747Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4224295Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4224934Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4225456Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4225991Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4226528Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4227061Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4227591Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4228239Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4228793Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4229328Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4229867Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4230398Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4230928Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4231450Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4231985Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4232537Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4233084Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4233694Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4234243Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4234785Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4235305Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4235831Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4236362Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4236882Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4237432Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4237993Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4238548Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4239081Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4239622Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4240150Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4240670Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4241204Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:16:51.4241736Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:16:51.4242283Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4242822Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4243372Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4243918Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4244446Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4244990Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4245529Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4246063Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4246590Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4247122Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4247647Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4248198Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4248715Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4249230Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4249748Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4250254Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4250788Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4251333Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4251860Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4252392Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4252917Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4253468Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4253972Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4254545Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4255067Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4255587Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4256124Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4256654Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4257180Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4257694Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4258208Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4258726Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4259225Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4259743Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4260276Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4260820Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4261343Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4261872Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4262397Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4262904Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4263419Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4263943Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4264555Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4265070Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4265589Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4266115Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4266614Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4267132Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4267786Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4268310Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4268893Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4269555Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4270203Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4270832Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4271474Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:16:51.4272102Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4272739Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:16:51.4273396Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4274031Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4274636Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4275213Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4275768Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4276334Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4276890Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4277435Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4277985Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4278540Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4279095Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4279620Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4280143Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4280666Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4281169Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4281682Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4282197Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4282706Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4283212Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4283741Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4284262Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4284767Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4285278Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4285792Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4286317Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4286830Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4287406Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4287937Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4288441Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4288952Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4289467Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4289984Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4290564Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4291222Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4291868Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:16:51.4292508Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4293164Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4293791Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4294493Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4295106Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4295738Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4296398Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4297057Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4297693Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4298338Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4298974Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4299605Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T10:16:51.4300216Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4300853Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4301485Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.002s) 2022-12-01T10:16:51.4302072Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4302611Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4303151Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4303693Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4304219Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4304844Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4305375Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4305921Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4306534Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4307078Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4307617Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4308133Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4308658Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4309189Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4309723Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4310229Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4310760Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4311279Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4311788Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4312382Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4312905Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4313440Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4313969Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4314505Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4315037Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4315563Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4316094Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4316635Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4317170Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4317695Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4318224Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4318742Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4319251Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4319776Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4320286Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4320799Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4321304Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4321829Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4322363Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4322875Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4323397Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4323912Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4324436Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4324943Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4325474Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4326006Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4326575Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4327094Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4327613Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4328112Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4328620Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4329130Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4329642Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4330153Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4330680Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4331205Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4331710Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4332279Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4332804Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4333321Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4333831Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4334437Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4334974Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4335485Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4336012Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4336540Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4337076Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4337594Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4338121Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4338652Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4339153Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4339669Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4340184Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4340692Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4341190Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4341703Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4342231Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4342755Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4343285Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4343807Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4344326Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4344925Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4345442Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4345955Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4346540Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4347074Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4347613Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4348143Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4348654Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4349166Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4349678Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4350174Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4350692Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4351206Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4351737Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4352309Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4352841Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4353363Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4353867Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4354384Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4354898Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4355409Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4355908Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4356440Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4356983Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4357502Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4358027Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4358544Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4359059Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4359557Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4360075Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4360595Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4361112Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4361645Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4362169Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4362687Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4363193Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4363708Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4364228Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4364779Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4365379Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4366018Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4366606Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4367181Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4367762Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4368336Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4368901Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4369474Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4370066Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4370670Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4371256Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4371867Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4372456Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4373032Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4373598Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4374230Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4374814Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4375398Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4376002Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4376603Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4377188Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4377761Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4378341Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4378912Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4379469Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4380047Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4380644Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4381245Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4381827Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4382416Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4383004Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4383587Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4384153Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4384828Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4385481Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4386052Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4386646Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4387231Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4387809Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4388369Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4388950Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4389528Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4390106Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4390712Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4391349Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4391937Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4392512Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4393091Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4393668Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4394242Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4394805Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4395423Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4396065Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4396679Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4397309Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4397936Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4398554Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4399152Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4399763Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4400383Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4400987Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4401556Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4402133Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4402711Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4403271Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4403835Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4404414Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4405047Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4405630Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4406213Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4406795Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4407376Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4407938Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4408521Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4409109Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4409683Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:16:51.4410265Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4410875Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4411455Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4412022Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4412602Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4413199Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:16:51.4413792Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4414465Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4415061Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4415652Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4416223Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4416797Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4417377Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4417956Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4418535Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4419146Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4419749Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4420323Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4420912Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4421495Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4422079Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4422643Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4423224Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4423817Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4424726Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4425327Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4425923Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4426529Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4427112Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4427711Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4428313Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4428923Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4429515Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4430162Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4430767Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4431365Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4431948Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4432541Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4433129Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4433699Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4434287Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4434872Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4435455Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4436018Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4436614Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4437221Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4437802Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4438396Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4438997Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4439604Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4440188Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4440781Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4441378Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4441965Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4442534Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4443112Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4443688Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4444300Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4444873Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4445452Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4446041Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4446618Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4447207Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4447785Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4448365Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4448930Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4449554Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4500200Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4500995Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4501593Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4502188Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4502781Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4503350Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4503938Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4504628Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4505212Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4505784Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4506374Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4506958Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4507539Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4508100Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4508676Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4509249Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4509828Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4510428Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4511024Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4511621Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4512196Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4512778Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4513367Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4514196Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4514786Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4515373Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4515960Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4516527Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4517103Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4517672Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4518241Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4518803Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4519389Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4520087Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4520680Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4521270Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4521850Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4522429Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4522989Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4523563Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4524138Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4524728Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4525314Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4525910Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4526502Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4527068Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4527644Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4528212Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4528784Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4529349Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4529944Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4530546Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4531141Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4531716Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4532301Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4532878Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4533476Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4534123Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4534708Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4535301Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4535892Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:16:51.4536489Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4537073Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4537644Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4538230Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4538813Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4539432Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4540002Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4540589Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4541179Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4541766Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4542329Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4542916Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4543504Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4544077Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4544864Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4545602Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4546338Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4547067Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4547800Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4548542Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4549271Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4549992Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4550637Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4551215Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:16:51.4551788Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:16:51.4552374Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:51.4553068Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4553735Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4554468Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4555097Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4556037Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4556936Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4557833Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4558758Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4559661Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4560569Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4561304Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4562023Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4562679Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:16:51.4563261Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4563815Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4564480Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4564830Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4565099Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4565627Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-12-01T10:16:51.4565980Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4566330Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4566688Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4567034Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4567373Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4567727Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4568083Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4568432Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4568832Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4569180Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-12-01T10:16:51.4569450Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:16:51.4569728Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4570004Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4570264Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4570533Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4570803Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4571099Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4571363Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4571623Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4571890Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4572171Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4572452Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4572710Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4572985Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4573252Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4573520Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4573789Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4574110Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:16:51.4574377Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4574658Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4574918Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4575186Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4575461Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4575728Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4575991Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4576249Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4576512Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4576774Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4577056Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4577319Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4577630Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4577900Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4578171Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4578437Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4578695Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4578959Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4579224Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4579493Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4579747Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4580012Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4580319Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4580584Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4580845Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4581102Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4581380Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4581656Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4581908Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4582180Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4582443Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4582705Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4582967Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4583229Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4583486Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4583791Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4584090Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4584472Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4584770Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4585055Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4585338Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4585614Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4585893Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4586179Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4586453Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4586771Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4587037Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4587302Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4587562Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4587827Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4588091Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4588362Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4588636Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4588903Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4589161Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4589512Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4589778Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4590039Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4590312Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4590579Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4590841Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4591103Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4591367Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4591619Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4591884Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4592165Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4592445Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4592711Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4592978Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4593239Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4593504Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4593759Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4594027Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4594288Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4594570Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4594848Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4595118Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4595382Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4595649Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4595947Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4596203Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4596473Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4596737Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4597023Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4597301Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4597578Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4597850Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4598124Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4598382Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4598692Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4598975Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4599255Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4599526Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4599797Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4600071Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4600344Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4600619Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4600875Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4601143Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4601409Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4601673Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4601937Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4602200Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4602464Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4602749Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4603036Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4603299Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4603572Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4603850Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4604125Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4604400Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4604674Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4604989Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4605258Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4605509Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4605768Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4606029Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4606285Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4606546Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4606804Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4607078Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4607353Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4607672Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4607925Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4608184Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4608446Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4608712Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4608989Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4609262Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4609531Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4609800Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4610047Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4610305Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4610565Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4610830Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4611087Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4611353Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4611622Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4611888Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4612155Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4612407Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4612667Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4612929Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4613209Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4613485Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4613754Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4614126Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4614397Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4614654Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4614922Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4615198Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4615459Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4615727Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4615995Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4616257Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4616518Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4616829Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4617080Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4617345Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4617624Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4617900Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4618167Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4618435Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4618703Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4618968Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4619218Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4619480Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4619739Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4620012Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4620289Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4620556Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4620828Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4621090Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4621355Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4621601Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4621864Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4622123Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4622397Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4622672Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4622940Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4623247Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4623509Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4623753Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4624014Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4624275Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4624619Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4624900Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4625176Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4625447Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4625715Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4626045Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4626295Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4626556Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4626816Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4627081Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4627352Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4627623Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4627891Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4628161Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4628421Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4628671Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4628941Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4629211Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4629477Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4629741Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4630003Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4630259Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4630523Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4630767Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:16:51.4631025Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4631280Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4631553Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4631826Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4632088Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4632401Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4632663Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4632911Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4633168Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4633430Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4633689Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4633958Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4634223Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4634486Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4634751Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4635041Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4635280Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4635538Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4635794Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4636048Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4636326Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4636594Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4636859Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4637125Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4637372Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4637631Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4637886Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4638142Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4638400Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4638661Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4638922Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4639181Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4639437Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4639680Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4639935Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4640185Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4640451Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4640718Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4640984Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4641246Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4641547Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4641789Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4642038Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4642293Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4642545Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4642838Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4643126Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4643409Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4643695Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4643972Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4644273Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4644550Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4644826Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4645099Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4645359Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4645623Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4645881Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4646142Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4646378Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4646632Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4646883Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4647147Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4647402Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4647663Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4647923Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4648179Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4648426Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4648688Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4648950Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4649215Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4649469Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4649723Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4649977Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4650235Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4650532Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4650793Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4651064Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4651326Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4651587Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4651842Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4652102Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4652362Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4652621Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4652870Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4653191Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4653463Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4653727Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4653986Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4654309Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4654571Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4654827Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4655084Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4655334Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4655609Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4655881Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4656144Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4656408Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4656674Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4656946Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4657207Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4657466Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4657738Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4658003Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4658273Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4658536Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4658802Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4659068Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4659331Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4659595Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4659879Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4660143Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4660403Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4660666Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4660928Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4661196Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4661466Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4661737Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4661995Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4662289Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4662555Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4662819Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4663085Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4663351Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4663607Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4663863Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4664119Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4664355Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4664735Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4664993Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4665248Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4665514Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4665778Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4666039Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4666294Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4666537Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4666803Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4667061Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4667325Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4667586Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4667847Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4668103Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4668358Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4668597Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4668912Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4669171Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4669424Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4669689Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4669951Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4670209Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4670465Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4670722Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4670962Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4671222Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4671565Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4671834Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4672095Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4672360Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4672621Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4672879Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4673130Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4673393Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4673654Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4673917Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4674174Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4674425Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4674674Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4674922Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4675180Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4675413Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4675682Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4675958Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4676226Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4676490Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4676749Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4677003Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4677256Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4677505Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4677762Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4678066Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4678332Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4678598Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4678857Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4679113Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4679367Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4679604Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4679861Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4680117Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4680385Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4680686Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4680950Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4681213Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4681466Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4681712Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4681944Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4682202Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4682457Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4682729Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4682996Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4683256Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4683515Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4683770Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4684016Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4684265Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4684521Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4684774Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4685042Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4685303Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4685560Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4685821Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4686076Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4686321Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4686580Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:16:51.4686595Z 2022-12-01T10:16:51.4687035Z ---------------------------------------------------------------------- 2022-12-01T10:16:51.4687213Z Ran 1409 tests in 517.955s 2022-12-01T10:16:51.4687221Z 2022-12-01T10:16:51.4687339Z OK (skipped=142) 2022-12-01T10:16:51.4687346Z 2022-12-01T10:16:51.4687483Z Generating XML reports... 2022-12-01T10:16:51.4687977Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201100812.xml 2022-12-01T10:16:51.4688548Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201100812.xml 2022-12-01T10:16:51.4688999Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201100812.xml 2022-12-01T10:16:51.4689519Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201100812.xml 2022-12-01T10:16:51.4689998Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201100812.xml 2022-12-01T10:16:51.4690006Z 2022-12-01T10:16:51.4690566Z ##[endgroup] 2022-12-01T10:16:51.4691031Z FINISHED PRINTING LOG FILE of test_sparse (/var/lib/jenkins/workspace/test/test-reports/test_sparse_vn9v37kl) 2022-12-01T10:16:51.4691042Z 2022-12-01T10:16:53.3534288Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:16:53.4367260Z Ignoring disabled issues: [] 2022-12-01T10:16:53.4567417Z Running test_foreach ... [2022-12-01 10:16:53.456154] 2022-12-01T10:16:53.4568305Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:16:53.456448] 2022-12-01T10:19:22.5814893Z 2022-12-01T10:19:22.5816118Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:19:22.5817475Z ##[group]PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_v6snlkvt) 2022-12-01T10:19:22.5820006Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-12-01T10:19:22.5820338Z 2022-12-01T10:19:22.5820456Z Running tests... 2022-12-01T10:19:22.5820978Z ---------------------------------------------------------------------- 2022-12-01T10:19:22.5821536Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:19:22.5832862Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5833801Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5834416Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5835029Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5835630Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5836208Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5836795Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5837386Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5906442Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5907029Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5907630Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.5908218Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.5908787Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.5909375Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.5994595Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.5999157Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.5999771Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6000359Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6000938Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6001492Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6002059Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6002627Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6003197Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6003963Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6004543Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6005124Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6005704Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6006283Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6006856Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6007434Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6007994Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6008561Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6009122Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6009684Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6010235Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6010800Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6011373Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6011957Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6012530Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6013112Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6013686Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6014313Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6014878Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6015441Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6016004Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6016545Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:19:22.6017186Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6017754Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6018322Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6018890Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6019480Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6020066Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6020627Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6021202Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6021776Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6022382Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6022933Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6023491Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6024049Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6024749Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6025370Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6026003Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6026652Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6027275Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6027902Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6028530Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6029149Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6029749Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6030361Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6030981Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6031609Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6032216Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6032840Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6033470Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6034110Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6034727Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6035404Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6036024Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6036637Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6037239Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6037851Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6038459Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6039075Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6039686Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6040354Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6040991Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6041622Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6042237Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6042858Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6043480Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6044081Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6044690Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6045306Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6045916Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6046518Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6111808Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6112369Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6112867Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6113415Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6113962Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6114487Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6115010Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6115547Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6116094Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6116827Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6117373Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6117902Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:19:22.6120211Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:19:22.6120720Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:19:22.6121238Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:19:22.6121756Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.140s) 2022-12-01T10:19:22.6123259Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:19:22.6124039Z r = func(*args, **kwargs) 2022-12-01T10:19:22.6124292Z ok (0.128s) 2022-12-01T10:19:22.6124658Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.146s) 2022-12-01T10:19:22.6125174Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.134s) 2022-12-01T10:19:22.6125651Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:19:22.6126128Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:19:22.6126604Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:19:22.6127087Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:19:22.6127656Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.117s) 2022-12-01T10:19:22.6128143Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:19:22.6128618Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.202s) 2022-12-01T10:19:22.6133805Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.192s) 2022-12-01T10:19:22.6134420Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.141s) 2022-12-01T10:19:22.6134914Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.157s) 2022-12-01T10:19:22.6135402Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.142s) 2022-12-01T10:19:22.6135906Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:19:22.6136388Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:19:22.6136868Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.140s) 2022-12-01T10:19:22.6137346Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:19:22.6137812Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:19:22.6138312Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:19:22.6138824Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:19:22.6139328Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.130s) 2022-12-01T10:19:22.6139930Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.137s) 2022-12-01T10:19:22.6140451Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:19:22.6140968Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:19:22.6141476Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:19:22.6141960Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:19:22.6142449Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:19:22.6142937Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:19:22.6143415Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:19:22.6143906Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:19:22.6144678Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:19:22.6145193Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:19:22.6145677Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.153s) 2022-12-01T10:19:22.6146195Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.149s) 2022-12-01T10:19:22.6146708Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:19:22.6147205Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.140s) 2022-12-01T10:19:22.6147663Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.143s) 2022-12-01T10:19:22.6148159Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.140s) 2022-12-01T10:19:22.6148644Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.132s) 2022-12-01T10:19:22.6149137Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.132s) 2022-12-01T10:19:22.6149609Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:19:22.6150085Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.130s) 2022-12-01T10:19:22.6150554Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.131s) 2022-12-01T10:19:22.6151025Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.238s) 2022-12-01T10:19:22.6151510Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.182s) 2022-12-01T10:19:22.6152018Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:19:22.6152529Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.215s) 2022-12-01T10:19:22.6153012Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.196s) 2022-12-01T10:19:22.6153512Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.198s) 2022-12-01T10:19:22.6154031Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.194s) 2022-12-01T10:19:22.6154545Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:19:22.6155033Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.169s) 2022-12-01T10:19:22.6155497Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.156s) 2022-12-01T10:19:22.6156125Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:19:22.6156610Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.175s) 2022-12-01T10:19:22.6157119Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.183s) 2022-12-01T10:19:22.6157621Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.178s) 2022-12-01T10:19:22.6158146Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.209s) 2022-12-01T10:19:22.6158662Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.152s) 2022-12-01T10:19:22.6159154Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.198s) 2022-12-01T10:19:22.6159651Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.169s) 2022-12-01T10:19:22.6160164Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:19:22.6160737Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.171s) 2022-12-01T10:19:22.6161255Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.190s) 2022-12-01T10:19:22.6161740Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.149s) 2022-12-01T10:19:22.6162222Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.148s) 2022-12-01T10:19:22.6162723Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.198s) 2022-12-01T10:19:22.6163229Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:19:22.6163740Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.153s) 2022-12-01T10:19:22.6164241Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.246s) 2022-12-01T10:19:22.6164785Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.254s) 2022-12-01T10:19:22.6165311Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.231s) 2022-12-01T10:19:22.6165831Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.224s) 2022-12-01T10:19:22.6166330Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.253s) 2022-12-01T10:19:22.6166843Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.195s) 2022-12-01T10:19:22.6167349Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.194s) 2022-12-01T10:19:22.6167835Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.192s) 2022-12-01T10:19:22.6168347Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.189s) 2022-12-01T10:19:22.6168867Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.195s) 2022-12-01T10:19:22.6169381Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.219s) 2022-12-01T10:19:22.6169854Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:19:22.6170335Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.261s) 2022-12-01T10:19:22.6170827Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.257s) 2022-12-01T10:19:22.6171323Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.264s) 2022-12-01T10:19:22.6171905Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.233s) 2022-12-01T10:19:22.6172425Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.233s) 2022-12-01T10:19:22.6172927Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6173409Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:19:22.6173912Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.210s) 2022-12-01T10:19:22.6174491Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.190s) 2022-12-01T10:19:22.6174979Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.189s) 2022-12-01T10:19:22.6175490Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6176068Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6176713Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6177279Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6177821Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:19:22.6178391Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6178958Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6179529Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6180080Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6180624Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6181179Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6181709Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6182259Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6182804Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6183347Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6183898Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6184653Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6185233Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6186320Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6186867Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6187412Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6187950Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6188599Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6189129Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6189629Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6190115Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6190648Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6191161Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6191709Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6192254Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6192902Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6193448Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6193995Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6194529Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6195123Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6195653Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6196207Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6196769Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6197305Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6197836Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6198374Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6198912Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.014s) 2022-12-01T10:19:22.6199469Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6200015Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6200575Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6201115Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6201638Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6202128Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6202600Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6203138Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6203631Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6204264Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:19:22.6204808Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:19:22.6205326Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.195s) 2022-12-01T10:19:22.6205842Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.238s) 2022-12-01T10:19:22.6206359Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.210s) 2022-12-01T10:19:22.6206882Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6207398Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:19:22.6207892Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6208472Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.211s) 2022-12-01T10:19:22.6208988Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.186s) 2022-12-01T10:19:22.6209482Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.183s) 2022-12-01T10:19:22.6209953Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.185s) 2022-12-01T10:19:22.6210446Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.184s) 2022-12-01T10:19:22.6210971Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.198s) 2022-12-01T10:19:22.6211462Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.229s) 2022-12-01T10:19:22.6211975Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.205s) 2022-12-01T10:19:22.6212512Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:19:22.6220923Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.221s) 2022-12-01T10:19:22.6221421Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.203s) 2022-12-01T10:19:22.6221922Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.223s) 2022-12-01T10:19:22.6223354Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6223861Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6225630Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6226139Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.206s) 2022-12-01T10:19:22.6227789Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.220s) 2022-12-01T10:19:22.6228287Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-12-01T10:19:22.6229937Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.188s) 2022-12-01T10:19:22.6230485Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.205s) 2022-12-01T10:19:22.6232109Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.209s) 2022-12-01T10:19:22.6232663Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.200s) 2022-12-01T10:19:22.6234562Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:19:22.6235394Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.199s) 2022-12-01T10:19:22.6235919Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.181s) 2022-12-01T10:19:22.6237641Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.182s) 2022-12-01T10:19:22.6238354Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.178s) 2022-12-01T10:19:22.6239268Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.179s) 2022-12-01T10:19:22.6239953Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.181s) 2022-12-01T10:19:22.6240449Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.219s) 2022-12-01T10:19:22.6242184Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.228s) 2022-12-01T10:19:22.6243028Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.229s) 2022-12-01T10:19:22.6243814Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.230s) 2022-12-01T10:19:22.6244528Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.219s) 2022-12-01T10:19:22.6245432Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.223s) 2022-12-01T10:19:22.6246120Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.222s) 2022-12-01T10:19:22.6246616Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:19:22.6248315Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.209s) 2022-12-01T10:19:22.6249556Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.207s) 2022-12-01T10:19:22.6250131Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.206s) 2022-12-01T10:19:22.6251856Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.208s) 2022-12-01T10:19:22.6252822Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.306s) 2022-12-01T10:19:22.6253519Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.320s) 2022-12-01T10:19:22.6254536Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.320s) 2022-12-01T10:19:22.6255231Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.323s) 2022-12-01T10:19:22.6255756Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.309s) 2022-12-01T10:19:22.6257415Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.308s) 2022-12-01T10:19:22.6258121Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.304s) 2022-12-01T10:19:22.6258635Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.277s) 2022-12-01T10:19:22.6260312Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.275s) 2022-12-01T10:19:22.6261003Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.273s) 2022-12-01T10:19:22.6261512Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.276s) 2022-12-01T10:19:22.6263201Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.276s) 2022-12-01T10:19:22.6263957Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.300s) 2022-12-01T10:19:22.6264814Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.297s) 2022-12-01T10:19:22.6270080Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.318s) 2022-12-01T10:19:22.6270952Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.319s) 2022-12-01T10:19:22.6271781Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.318s) 2022-12-01T10:19:22.6272388Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.304s) 2022-12-01T10:19:22.6272992Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.299s) 2022-12-01T10:19:22.6273584Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.301s) 2022-12-01T10:19:22.6274175Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.296s) 2022-12-01T10:19:22.6275020Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.297s) 2022-12-01T10:19:22.6275636Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.294s) 2022-12-01T10:19:22.6276216Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.295s) 2022-12-01T10:19:22.6276812Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.296s) 2022-12-01T10:19:22.6277408Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.276s) 2022-12-01T10:19:22.6278018Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.319s) 2022-12-01T10:19:22.6278674Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.324s) 2022-12-01T10:19:22.6279286Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.300s) 2022-12-01T10:19:22.6279884Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.301s) 2022-12-01T10:19:22.6280494Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.297s) 2022-12-01T10:19:22.6281063Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.267s) 2022-12-01T10:19:22.6281645Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.267s) 2022-12-01T10:19:22.6282231Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.266s) 2022-12-01T10:19:22.6282808Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.267s) 2022-12-01T10:19:22.6283373Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.269s) 2022-12-01T10:19:22.6283969Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.314s) 2022-12-01T10:19:22.6284569Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.306s) 2022-12-01T10:19:22.6285165Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.335s) 2022-12-01T10:19:22.6285754Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.338s) 2022-12-01T10:19:22.6286351Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.319s) 2022-12-01T10:19:22.6286932Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.321s) 2022-12-01T10:19:22.6287515Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.320s) 2022-12-01T10:19:22.6288082Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.295s) 2022-12-01T10:19:22.6288732Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.295s) 2022-12-01T10:19:22.6289401Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.291s) 2022-12-01T10:19:22.6289985Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.293s) 2022-12-01T10:19:22.6290567Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.293s) 2022-12-01T10:19:22.6291152Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.165s) 2022-12-01T10:19:22.6291777Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:19:22.6292399Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:19:22.6293023Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.154s) 2022-12-01T10:19:22.6293661Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:19:22.6294379Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:19:22.6294986Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:19:22.6295586Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:19:22.6296181Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:19:22.6296752Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:19:22.6297344Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:19:22.6297944Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:19:22.6298551Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:19:22.6299133Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:19:22.6299737Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:19:22.6300352Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:19:22.6300957Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:19:22.6301536Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:19:22.6302126Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:19:22.6302732Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:19:22.6303310Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:19:22.6303902Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:19:22.6304728Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:19:22.6305319Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:19:22.6305900Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:19:22.6306499Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:19:22.6307205Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:19:22.6307841Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:19:22.6308448Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:19:22.6309027Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:19:22.6309621Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:19:22.6310209Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:19:22.6310786Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:19:22.6311284Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:19:22.6311874Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6312533Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6313116Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:19:22.6313719Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.135s) 2022-12-01T10:19:22.6314322Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.187s) 2022-12-01T10:19:22.6314934Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.158s) 2022-12-01T10:19:22.6315520Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:19:22.6316120Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.141s) 2022-12-01T10:19:22.6316711Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.162s) 2022-12-01T10:19:22.6317320Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:19:22.6317938Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:19:22.6318539Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:19:22.6319155Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:19:22.6319756Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:19:22.6320333Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:19:22.6320932Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:19:22.6321568Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.143s) 2022-12-01T10:19:22.6322187Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.192s) 2022-12-01T10:19:22.6322790Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.156s) 2022-12-01T10:19:22.6323373Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:19:22.6323973Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:19:22.6324577Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:19:22.6325153Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6325778Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:19:22.6326371Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:19:22.6326968Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6327839Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:19:22.6328491Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:19:22.6329100Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:19:22.6329718Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6330310Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-12-01T10:19:22.6330908Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:19:22.6331548Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:19:22.6332129Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6332721Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:19:22.6333310Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6333898Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6334544Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:19:22.6335153Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:19:22.6335757Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6336364Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:19:22.6336964Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6337565Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6338163Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6338762Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:19:22.6339338Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6339926Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6340518Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:19:22.6341090Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:19:22.6341679Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:19:22.6342272Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:19:22.6342865Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:19:22.6343462Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.145s) 2022-12-01T10:19:22.6344070Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.144s) 2022-12-01T10:19:22.6344857Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.177s) 2022-12-01T10:19:22.6345459Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.180s) 2022-12-01T10:19:22.6346041Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.128s) 2022-12-01T10:19:22.6346635Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6347229Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6347813Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:19:22.6348386Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6348984Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:19:22.6349697Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6350375Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6351080Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6351784Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6352485Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6353165Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6353854Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6354557Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6355241Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6355904Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6356577Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6357260Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6357952Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6358639Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6359311Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6360010Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6360709Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6361396Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6362061Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6362792Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6363463Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6364137Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6364793Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6416786Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6417542Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6418237Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6419022Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6419732Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6420429Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6421119Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6421786Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6422473Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6423151Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6423826Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6424599Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6425275Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6425965Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6426652Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6427725Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6428419Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6429103Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6429787Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6430446Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6431123Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6431881Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6432566Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6433212Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6433887Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6434557Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6435219Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6435821Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6436433Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6436996Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6437567Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:19:22.6438111Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:19:22.6438671Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6439223Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6439753Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6440298Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6440847Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6441407Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6441948Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6442495Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6443053Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6443613Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6444142Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:19:22.6444684Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:19:22.6445228Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6445757Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6446300Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6446855Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6447426Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6447979Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6448548Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6449111Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6449705Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6450267Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6450832Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-12-01T10:19:22.6451397Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:19:22.6451936Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:19:22.6452501Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:19:22.6453053Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:19:22.6453610Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:19:22.6454208Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6454767Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6455353Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:19:22.6455881Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6456426Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6456986Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:19:22.6457544Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:19:22.6458076Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-12-01T10:19:22.6458629Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:19:22.6459186Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:19:22.6459743Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6460280Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6460822Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-12-01T10:19:22.6461362Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6461887Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-12-01T10:19:22.6462463Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.210s) 2022-12-01T10:19:22.6463070Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.288s) 2022-12-01T10:19:22.6463668Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.830s) 2022-12-01T10:19:22.6464241Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.668s) 2022-12-01T10:19:22.6464925Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.909s) 2022-12-01T10:19:22.6465510Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.749s) 2022-12-01T10:19:22.6466068Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.811s) 2022-12-01T10:19:22.6466649Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.837s) 2022-12-01T10:19:22.6467223Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.766s) 2022-12-01T10:19:22.6467819Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.182s) 2022-12-01T10:19:22.6468477Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.266s) 2022-12-01T10:19:22.6469073Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.931s) 2022-12-01T10:19:22.6469663Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.668s) 2022-12-01T10:19:22.6470251Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.391s) 2022-12-01T10:19:22.6470810Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.288s) 2022-12-01T10:19:22.6471384Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.217s) 2022-12-01T10:19:22.6471958Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.220s) 2022-12-01T10:19:22.6472519Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.231s) 2022-12-01T10:19:22.6473116Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.512s) 2022-12-01T10:19:22.6473755Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.539s) 2022-12-01T10:19:22.6474353Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (2.180s) 2022-12-01T10:19:22.6474923Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (2.488s) 2022-12-01T10:19:22.6475505Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (2.246s) 2022-12-01T10:19:22.6476078Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (2.248s) 2022-12-01T10:19:22.6476646Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (2.239s) 2022-12-01T10:19:22.6477200Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (2.240s) 2022-12-01T10:19:22.6477784Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.252s) 2022-12-01T10:19:22.6478375Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.841s) 2022-12-01T10:19:22.6522012Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (2.854s) 2022-12-01T10:19:22.6522399Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (2.455s) 2022-12-01T10:19:22.6522739Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (2.374s) 2022-12-01T10:19:22.6523086Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.665s) 2022-12-01T10:19:22.6523435Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.606s) 2022-12-01T10:19:22.6523764Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.684s) 2022-12-01T10:19:22.6524118Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.615s) 2022-12-01T10:19:22.6524464Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.671s) 2022-12-01T10:19:22.6524854Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6525266Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6525693Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6526105Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:22.6526470Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:19:22.6526936Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.134s) 2022-12-01T10:19:22.6527279Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:19:22.6527610Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.083s) 2022-12-01T10:19:22.6527935Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:19:22.6528238Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:19:22.6528568Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:19:22.6528898Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:19:22.6529218Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.150s) 2022-12-01T10:19:22.6529546Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:19:22.6529927Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:19:22.6530245Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:19:22.6530547Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6530871Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6531198Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6531505Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6531829Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6532144Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6532466Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6532772Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6533088Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6533400Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6533709Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6534017Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6534427Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6534752Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6535061Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6535382Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6535713Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6536035Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6536338Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6536657Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:19:22.6536986Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6537295Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6537608Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6537967Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6538289Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6538589Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6538900Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6539215Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6539516Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6539830Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6540147Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6540465Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.050s) 2022-12-01T10:19:22.6540779Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6541128Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6541449Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6541768Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6542079Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:19:22.6542395Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6542712Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6543014Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6543327Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6543642Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6543960Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6544265Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6544712Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6545035Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6545348Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6545671Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6545987Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-12-01T10:19:22.6546313Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6546626Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-12-01T10:19:22.6546952Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6547270Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6547578Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6547892Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6548209Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6548523Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6548877Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6549191Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6549507Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:19:22.6549826Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6550135Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6550453Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6550779Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6551094Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6551416Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6551737Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6552092Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:19:22.6552400Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6552719Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6553041Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6553354Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:19:22.6553673Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6553988Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:19:22.6554309Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:19:22.6554615Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6554935Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:19:22.6555255Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6555575Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6555882Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6556198Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6556514Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6556816Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6557131Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6557446Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6557758Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6558056Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6558379Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6558720Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6559044Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6559376Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6559698Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6560052Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6560355Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6560670Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6560983Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6561285Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6561603Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6561925Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6562253Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6562568Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6562917Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6563244Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6563560Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6563863Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6564180Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6564506Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6564813Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6565131Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6565451Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:19:22.6565779Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6566093Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6566411Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6566722Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6567030Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6567355Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6567677Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6567995Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6568307Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:19:22.6568634Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6568951Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6569267Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6569578Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6569899Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:19:22.6570220Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:19:22.6570523Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6570870Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6571187Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:19:22.6571501Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6571803Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:19:22.6572167Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6572579Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6572985Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6573382Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6573814Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6574296Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6574697Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6575076Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6575476Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6575870Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6576275Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6576671Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6577078Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6577486Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6577881Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6578270Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6578682Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6579088Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6579485Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6579872Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6580277Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6580684Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6581130Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6581516Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6581920Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6582315Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6582710Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6583091Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6583490Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6583917Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6584313Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6584833Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6585242Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6585649Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6586049Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6586451Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6586860Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6587266Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6587666Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6588043Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6588443Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6588842Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6589246Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6589631Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6590027Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6590427Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6590835Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6591285Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6591687Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6592092Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6592499Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6592891Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6593296Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6593702Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6594138Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6594526Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6594922Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6595314Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6595710Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6596094Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6596496Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6596899Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6597300Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6597693Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6598102Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6598509Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6598913Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6599309Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6599721Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6600122Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6600530Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6600927Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6601369Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6601766Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6602170Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6602563Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6602967Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6603367Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6603780Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6604374Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6604774Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6605169Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6605565Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6605960Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6606345Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6606745Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6607145Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6607550Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6607963Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6608383Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6608795Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6609200Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6609585Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6609988Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6610383Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6610777Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6611165Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6611600Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6612011Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6612425Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6612816Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6613227Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6613636Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6614035Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6614546Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6614958Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6615371Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6615783Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6616172Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6616575Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6616987Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6617398Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6617793Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6618185Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6618583Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6618990Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6619395Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6619779Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6620190Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6620601Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6621001Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6621382Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6621812Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6622221Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6622629Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6623016Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6623412Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6623807Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6624196Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6624755Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:22.6625124Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6625448Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6625759Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:19:22.6626087Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.051s) 2022-12-01T10:19:22.6626412Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6626731Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6627036Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:19:22.6627356Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6627676Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6627990Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6628290Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6628608Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6628925Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6629229Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6629555Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6629887Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6630209Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6630524Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6630832Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6631150Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6631450Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6631767Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6632082Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6632397Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6632749Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6633072Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6633398Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6633710Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6634043Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6634363Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6634679Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6634984Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6635299Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6635617Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6635981Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6636282Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6636599Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6636919Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6637235Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:19:22.6637562Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6637887Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6638206Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6638509Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6638824Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6639137Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6639436Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6639756Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6640073Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6640389Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6640695Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6641016Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6641347Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6641656Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6641983Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6642296Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6642613Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6642913Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6643225Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6643535Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6643893Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6644195Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6644514Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6644834Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6645145Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6645465Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6645785Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6646102Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6646406Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6646718Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6647057Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6647362Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6647672Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6647991Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6648313Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6648623Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6648958Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6649284Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6649597Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6649912Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6650224Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6650541Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6650842Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6651152Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6651466Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6651778Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6652085Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6652409Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:19:22.6652737Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6653044Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6653358Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6653675Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6653990Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6654369Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6654737Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6655056Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6655359Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6655675Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6655992Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6656315Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6656627Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6656949Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6657268Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6657576Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6657919Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6658235Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6658548Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6658848Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6659160Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6659472Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6659775Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6660096Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6660425Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6660752Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6661060Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6661372Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6661685Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6661997Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6662293Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6662604Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6662918Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6663226Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6663557Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6663882Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6664209Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6664637Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6664961Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6665277Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6665580Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6665964Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6666283Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6666601Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6666903Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6667221Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6667546Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6667858Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6668190Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6668514Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6668837Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6669180Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6669502Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6669818Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6670131Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6670430Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6670745Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6671065Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6671377Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6671704Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:19:22.6672035Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6672362Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6672666Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6672979Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6673297Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6673597Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6673909Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6674224Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6674541Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6674845Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6675161Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6675488Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6675816Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:19:22.6676125Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6676450Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6676761Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6677098Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6677413Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6677727Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6678041Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6678340Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6678657Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6678977Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6679290Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6679624Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6679991Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6680314Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6680616Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6680928Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6681246Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6681548Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6681860Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6682177Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6682500Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6682811Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6683134Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6683456Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6683773Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6684076Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6684385Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6684701Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6685001Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6685310Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6685625Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6685939Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6686243Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6686558Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6686880Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6687194Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6687511Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6687863Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6688177Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6688479Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6688791Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6689103Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6689402Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6689717Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6690031Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6690350Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6690659Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6691011Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6691334Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6691654Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6691954Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6692268Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6692579Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6692875Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6693184Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6693501Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6693827Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6694214Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6694561Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6694908Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6695237Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6695574Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6695906Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:19:22.6696244Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6696565Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6696892Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6697222Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6697548Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6697858Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6698179Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6698499Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6698855Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:19:22.6699187Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6699506Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6699823Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6700121Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6700439Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6700760Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6701064Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6701383Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6701709Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6702062Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6702381Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:19:22.6702720Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:19:22.6703048Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6703361Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6703681Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6704005Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6704329Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6704791Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6705115Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6705442Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6705758Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6706060Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6706384Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6706709Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6707018Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6707344Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6707660Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6707973Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6708272Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6708583Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6708896Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6709191Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6709505Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6709822Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6710199Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6710518Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6710845Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6711166Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6711484Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6711787Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6712102Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6712415Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6712720Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6713029Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6713380Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6713700Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6714007Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:19:22.6714337Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:19:22.6714656Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6714960Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:19:22.6715275Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6715587Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6715900Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6716200Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6716511Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6716825Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6717127Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6717445Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6717765Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6718089Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6718398Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6718717Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6719034Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6719347Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6719645Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6719958Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6720271Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6720569Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6720917Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6721234Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6721558Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:19:22.6721871Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6722191Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:19:22.6722511Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6722813Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6723129Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6723439Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6723752Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6724082Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6724395Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:19:22.6724715Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6725017Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6725339Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6725665Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:19:22.6725987Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:19:22.6726294Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:19:22.6726620Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:19:22.6726940Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6727256Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:19:22.6727553Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:19:22.6727871Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6728185Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:19:22.6728361Z 2022-12-01T10:19:22.6728638Z ---------------------------------------------------------------------- 2022-12-01T10:19:22.6728888Z Ran 1182 tests in 146.528s 2022-12-01T10:19:22.6729004Z 2022-12-01T10:19:22.6729082Z OK (skipped=232) 2022-12-01T10:19:22.6729194Z 2022-12-01T10:19:22.6729283Z Generating XML reports... 2022-12-01T10:19:22.6729690Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201101655.xml 2022-12-01T10:19:22.6729922Z 2022-12-01T10:19:22.6730278Z ##[endgroup] 2022-12-01T10:19:22.6730654Z FINISHED PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_v6snlkvt) 2022-12-01T10:19:22.6730854Z 2022-12-01T10:19:24.3187069Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:19:24.3897172Z Ignoring disabled issues: [] 2022-12-01T10:19:24.4101104Z Running test_mkldnn ... [2022-12-01 10:19:24.409701] 2022-12-01T10:19:24.4102544Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:19:24.410031] 2022-12-01T10:20:39.9370004Z 2022-12-01T10:20:39.9370639Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:20:39.9372236Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_3anumdbi) 2022-12-01T10:20:39.9373280Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:20:39.9373678Z 2022-12-01T10:20:39.9373811Z Running tests... 2022-12-01T10:20:39.9457424Z ---------------------------------------------------------------------- 2022-12-01T10:20:39.9458125Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (0.323s) 2022-12-01T10:20:39.9458723Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.127s) 2022-12-01T10:20:39.9459325Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.045s) 2022-12-01T10:20:39.9459846Z test_add (__main__.TestMkldnn) ... ok (0.062s) 2022-12-01T10:20:39.9460392Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:20:39.9460967Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.013s) 2022-12-01T10:20:39.9549393Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.020s) 2022-12-01T10:20:39.9550000Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:20:39.9550576Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:20:39.9551420Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.320s) 2022-12-01T10:20:39.9551940Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.329s) 2022-12-01T10:20:39.9553321Z test_batch_norm_2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-12-01T10:20:39.9554517Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-12-01T10:20:39.9555065Z ok (0.088s) 2022-12-01T10:20:39.9555499Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.020s) 2022-12-01T10:20:39.9556047Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (0.882s) 2022-12-01T10:20:39.9556598Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.347s) 2022-12-01T10:20:39.9557110Z test_clone (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:20:39.9557619Z test_conv1d (__main__.TestMkldnn) ... ok (0.134s) 2022-12-01T10:20:39.9558141Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.070s) 2022-12-01T10:20:39.9558693Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:20:39.9559200Z test_conv2d (__main__.TestMkldnn) ... ok (0.658s) 2022-12-01T10:20:39.9559709Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.195s) 2022-12-01T10:20:39.9560235Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:20:39.9560857Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.014s) 2022-12-01T10:20:39.9561495Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.767s) 2022-12-01T10:20:39.9562035Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (1.129s) 2022-12-01T10:20:39.9562526Z test_conv3d (__main__.TestMkldnn) ... ok (1.948s) 2022-12-01T10:20:39.9563045Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.297s) 2022-12-01T10:20:39.9563575Z test_conversion (__main__.TestMkldnn) ... ok (0.026s) 2022-12-01T10:20:39.9564151Z test_copy (__main__.TestMkldnn) ... ok (0.012s) 2022-12-01T10:20:39.9564627Z test_detach (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:20:39.9565126Z test_empty (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:20:39.9565618Z test_gelu (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:20:39.9566092Z test_gelu_bf16 (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:20:39.9566600Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.001s) 2022-12-01T10:20:39.9567119Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:20:39.9567665Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:20:39.9568167Z test_linear (__main__.TestMkldnn) ... ok (0.020s) 2022-12-01T10:20:39.9568690Z test_linear_backward (__main__.TestMkldnn) ... ok (0.007s) 2022-12-01T10:20:39.9569347Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.014s) 2022-12-01T10:20:39.9569906Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:20:39.9570483Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.126s) 2022-12-01T10:20:39.9571017Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.057s) 2022-12-01T10:20:39.9571561Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.016s) 2022-12-01T10:20:39.9572115Z test_max_pool3d (__main__.TestMkldnn) ... ok (27.466s) 2022-12-01T10:20:39.9572651Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (22.144s) 2022-12-01T10:20:39.9573214Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.030s) 2022-12-01T10:20:39.9573774Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.029s) 2022-12-01T10:20:39.9574379Z test_mul (__main__.TestMkldnn) ... ok (0.098s) 2022-12-01T10:20:39.9574867Z test_prelu (__main__.TestMkldnn) ... ok (8.980s) 2022-12-01T10:20:39.9575361Z test_prelu_bf16 (__main__.TestMkldnn) ... ok (3.935s) 2022-12-01T10:20:39.9575865Z test_relu (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:20:39.9576360Z test_relu_ (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:20:39.9576921Z test_relu_bf16 (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:20:39.9577467Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:20:39.9577995Z test_repr (__main__.TestMkldnn) ... ok (0.002s) 2022-12-01T10:20:39.9578483Z test_reshape (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:20:39.9579018Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:20:39.9579593Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.008s) 2022-12-01T10:20:39.9581039Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:20:39.9582397Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:20:39.9583960Z /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:20:39.9585089Z warnings.warn(msg) 2022-12-01T10:20:39.9585461Z ok (0.537s) 2022-12-01T10:20:39.9585916Z test_resnext50_32x4d (__main__.TestMkldnn) ... ok (1.199s) 2022-12-01T10:20:39.9586474Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.006s) 2022-12-01T10:20:39.9587028Z test_sigmoid (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:20:39.9587538Z test_softmax (__main__.TestMkldnn) ... ok (0.005s) 2022-12-01T10:20:39.9588026Z test_tanh (__main__.TestMkldnn) ... ok (0.004s) 2022-12-01T10:20:39.9588532Z test_transpose (__main__.TestMkldnn) ... ok (0.010s) 2022-12-01T10:20:39.9589076Z test_unsupported (__main__.TestMkldnn) ... ok (0.089s) 2022-12-01T10:20:39.9589575Z test_view (__main__.TestMkldnn) ... ok (0.009s) 2022-12-01T10:20:39.9590073Z test_zero_ (__main__.TestMkldnn) ... ok (0.003s) 2022-12-01T10:20:39.9590366Z 2022-12-01T10:20:39.9590799Z ---------------------------------------------------------------------- 2022-12-01T10:20:39.9591313Z Ran 67 tests in 73.706s 2022-12-01T10:20:39.9591533Z 2022-12-01T10:20:39.9591664Z OK 2022-12-01T10:20:39.9591860Z 2022-12-01T10:20:39.9592037Z Generating XML reports... 2022-12-01T10:20:39.9592858Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201101925.xml 2022-12-01T10:20:39.9593316Z 2022-12-01T10:20:39.9593920Z ##[endgroup] 2022-12-01T10:20:39.9594700Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_3anumdbi) 2022-12-01T10:20:39.9595145Z 2022-12-01T10:20:42.3922144Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:20:42.5208179Z Ignoring disabled issues: [] 2022-12-01T10:20:42.5479305Z Running test_jit_llga_fuser ... [2022-12-01 10:20:42.547401] 2022-12-01T10:20:42.5482756Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:20:42.547836] 2022-12-01T10:22:07.8536725Z 2022-12-01T10:22:07.8537668Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:22:07.8538731Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_y0z0fdrz) 2022-12-01T10:22:07.8539458Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:22:07.8539774Z 2022-12-01T10:22:07.8539883Z Running tests... 2022-12-01T10:22:07.8540302Z ---------------------------------------------------------------------- 2022-12-01T10:22:07.8541943Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (0.313s) 2022-12-01T10:22:07.8542465Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.030s) 2022-12-01T10:22:07.8542864Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.038s) 2022-12-01T10:22:07.8543502Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.039s) 2022-12-01T10:22:07.8544116Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.141s) 2022-12-01T10:22:07.8544937Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.161s) 2022-12-01T10:22:07.8627008Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.275s) 2022-12-01T10:22:07.8741090Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.056s) 2022-12-01T10:22:07.8743695Z 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:22:07.8745411Z argument_names, 2022-12-01T10:22:07.8745774Z ok (0.036s) 2022-12-01T10:22:07.8746226Z test_vision_alexnet (__main__.TestModel) ... ok (0.861s) 2022-12-01T10:22:07.8748250Z test_vision_densenet121 (__main__.TestModel) ... ok (6.576s) 2022-12-01T10:22:07.8750127Z 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:22:07.8751291Z FutureWarning, 2022-12-01T10:22:07.8751653Z ok (3.841s) 2022-12-01T10:22:07.8752102Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.929s) 2022-12-01T10:22:07.8752669Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (3.027s) 2022-12-01T10:22:07.8753198Z test_vision_resnet50 (__main__.TestModel) ... ok (2.969s) 2022-12-01T10:22:07.8753771Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (10.019s) 2022-12-01T10:22:07.8754371Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (4.389s) 2022-12-01T10:22:07.8754920Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (2.691s) 2022-12-01T10:22:07.8755486Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (1.514s) 2022-12-01T10:22:07.8756027Z test_vision_vgg16 (__main__.TestModel) ... ok (6.083s) 2022-12-01T10:22:07.8756571Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (5.981s) 2022-12-01T10:22:07.8757061Z test_add (__main__.TestOp) ... ok (0.132s) 2022-12-01T10:22:07.8757540Z test_add_scalar (__main__.TestOp) ... ok (0.020s) 2022-12-01T10:22:07.8758021Z test_addmm (__main__.TestOp) ... ok (0.021s) 2022-12-01T10:22:07.8758758Z test_avg_pool2d (__main__.TestOp) ... ok (6.398s) 2022-12-01T10:22:07.8759246Z test_bn2d (__main__.TestOp) ... ok (0.027s) 2022-12-01T10:22:07.8759707Z test_cat (__main__.TestOp) ... ok (0.384s) 2022-12-01T10:22:07.8760164Z test_conv2d (__main__.TestOp) ... ok (21.798s) 2022-12-01T10:22:07.8760653Z test_eltwise (__main__.TestOp) ... ok (0.028s) 2022-12-01T10:22:07.8761164Z test_identity_binary (__main__.TestOp) ... ok (0.007s) 2022-12-01T10:22:07.8761654Z test_layer_norm (__main__.TestOp) ... ok (0.018s) 2022-12-01T10:22:07.8762143Z test_linear (__main__.TestOp) ... ok (0.033s) 2022-12-01T10:22:07.8762634Z test_max_pool2d (__main__.TestOp) ... ok (2.500s) 2022-12-01T10:22:07.8763112Z test_mul (__main__.TestOp) ... ok (0.108s) 2022-12-01T10:22:07.8763570Z test_softmax (__main__.TestOp) ... ok (0.101s) 2022-12-01T10:22:07.8764066Z test_typecheck (__main__.TestOp) ... ok (0.017s) 2022-12-01T10:22:07.8764612Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.015s) 2022-12-01T10:22:07.8764942Z 2022-12-01T10:22:07.8765365Z ---------------------------------------------------------------------- 2022-12-01T10:22:07.8765873Z Ran 37 tests in 82.579s 2022-12-01T10:22:07.8766114Z 2022-12-01T10:22:07.8766356Z OK 2022-12-01T10:22:07.8766554Z 2022-12-01T10:22:07.8766716Z Generating XML reports... 2022-12-01T10:22:07.8767710Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102043.xml 2022-12-01T10:22:07.8768931Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102043.xml 2022-12-01T10:22:07.8770026Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102043.xml 2022-12-01T10:22:07.8771041Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102043.xml 2022-12-01T10:22:07.8771499Z 2022-12-01T10:22:07.8772133Z ##[endgroup] 2022-12-01T10:22:07.8772989Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_y0z0fdrz) 2022-12-01T10:22:07.8773471Z 2022-12-01T10:22:09.6698071Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:09.8175940Z Ignoring disabled issues: [] 2022-12-01T10:22:09.8560016Z Running test_meta ... [2022-12-01 10:22:09.855437] 2022-12-01T10:22:09.8561453Z Executing ['/opt/conda/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:09.855862] 2022-12-01T10:22:30.6891208Z 2022-12-01T10:22:30.6891612Z Expand the folded group to see the log file of test_meta 2022-12-01T10:22:30.6893897Z ##[group]PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_ooigy1ct) 2022-12-01T10:22:30.6907004Z Test results will be stored in test-reports/python-unittest/test_meta 2022-12-01T10:22:30.6907779Z 2022-12-01T10:22:30.6907906Z Running tests... 2022-12-01T10:22:30.6914517Z ---------------------------------------------------------------------- 2022-12-01T10:22:30.6915700Z test_dispatch_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.004s) 2022-12-01T10:22:30.6916612Z test_dispatch_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6917743Z test_dispatch_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6918629Z test_dispatch_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6919364Z test_dispatch_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6920123Z test_dispatch_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6920851Z test_dispatch_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6921866Z test_dispatch_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6922656Z test_dispatch_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6923485Z test_dispatch_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6924223Z test_dispatch_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6924995Z test_dispatch_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6925748Z test_dispatch_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6926530Z test_dispatch_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6927299Z test_dispatch_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6928279Z test_dispatch_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6928897Z test_dispatch_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6929518Z test_dispatch_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6930156Z test_dispatch_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6930742Z test_dispatch_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6931434Z test_dispatch_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6931986Z test_dispatch_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6932600Z test_dispatch_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6933170Z test_dispatch_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6933809Z test_dispatch_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6934479Z test_dispatch_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6935150Z test_dispatch_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6935762Z test_dispatch_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6936389Z test_dispatch_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6937119Z test_dispatch_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6937861Z test_dispatch_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6938609Z test_dispatch_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6939434Z test_dispatch_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6940312Z test_dispatch_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6941046Z test_dispatch_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6941961Z test_dispatch_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6942820Z test_dispatch_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6943615Z test_dispatch_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6944546Z test_dispatch_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6945302Z test_dispatch_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6946062Z test_dispatch_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6946855Z test_dispatch_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6947673Z test_dispatch_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6948646Z test_dispatch_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6949455Z test_dispatch_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6950233Z test_dispatch_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6951051Z test_dispatch_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6951752Z test_dispatch_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6952441Z test_dispatch_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6953184Z test_dispatch_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6953859Z test_dispatch_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6954577Z test_dispatch_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6955249Z test_dispatch_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6955959Z test_dispatch_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.6956740Z test_dispatch_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7013312Z test_dispatch_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7014150Z test_dispatch_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7015048Z test_dispatch_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7015827Z test_dispatch_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7016613Z test_dispatch_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7017418Z test_dispatch_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7018196Z test_dispatch_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7018984Z test_dispatch_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7019969Z test_dispatch_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7020774Z test_dispatch_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7021542Z test_dispatch_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7022324Z test_dispatch_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7023088Z test_dispatch_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7023881Z test_dispatch_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7024912Z test_dispatch_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7025891Z test_dispatch_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7026690Z test_dispatch_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7027423Z test_dispatch_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7028225Z test_dispatch_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7028992Z test_dispatch_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7029742Z test_dispatch_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7030518Z test_dispatch_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7031277Z test_dispatch_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7032038Z test_dispatch_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7032757Z test_dispatch_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7033536Z test_dispatch_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7034303Z test_dispatch_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7035077Z test_dispatch_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7035894Z test_dispatch_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7036704Z test_dispatch_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7037522Z test_dispatch_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7038374Z test_dispatch_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7039158Z test_dispatch_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7039981Z test_dispatch_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7040787Z test_dispatch_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7041748Z test_dispatch_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7042536Z test_dispatch_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7043337Z test_dispatch_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7044161Z test_dispatch_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7044978Z test_dispatch_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7045761Z test_dispatch_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7046568Z test_dispatch_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7047374Z test_dispatch_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7048269Z test_dispatch_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7049054Z test_dispatch_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7049855Z test_dispatch_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7050686Z test_dispatch_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7051512Z test_dispatch_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7052322Z test_dispatch_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7053170Z test_dispatch_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7053997Z test_dispatch_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7054877Z test_dispatch_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7055667Z test_dispatch_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7056464Z test_dispatch_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7057286Z test_dispatch_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7058099Z test_dispatch_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7058914Z test_dispatch_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7059738Z test_dispatch_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7060585Z test_dispatch_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7061406Z test_dispatch_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7062224Z test_dispatch_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7063056Z test_dispatch_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7063947Z test_dispatch_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7064833Z test_dispatch_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7065646Z test_dispatch_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7066452Z test_dispatch_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7067260Z test_dispatch_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7068090Z test_dispatch_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7068905Z test_dispatch_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7069726Z test_dispatch_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7070839Z test_dispatch_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7071613Z test_dispatch_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7072446Z test_dispatch_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7073255Z test_dispatch_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7074069Z test_dispatch_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7074854Z test_dispatch_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7075669Z test_dispatch_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7076496Z test_dispatch_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7077315Z test_dispatch_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7078116Z test_dispatch_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7078923Z test_dispatch_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7079733Z test_dispatch_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7080426Z test_dispatch_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7081159Z test_dispatch_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7081961Z test_dispatch_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7082735Z test_dispatch_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7083523Z test_dispatch_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7084256Z test_dispatch_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7085024Z test_dispatch_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7085826Z test_dispatch_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7086720Z test_dispatch_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7087464Z test_dispatch_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7088261Z test_dispatch_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7089034Z test_dispatch_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7089785Z test_dispatch_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7090525Z test_dispatch_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7091322Z test_dispatch_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7092185Z test_dispatch_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7092940Z test_dispatch_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7093707Z test_dispatch_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7094551Z test_dispatch_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7095354Z test_dispatch_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7096125Z test_dispatch_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7096883Z test_dispatch_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7097677Z test_dispatch_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7098451Z test_dispatch_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7099213Z test_dispatch_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7099950Z test_dispatch_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7100727Z test_dispatch_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7101500Z test_dispatch_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7110811Z test_dispatch_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7111632Z test_dispatch_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7112421Z test_dispatch_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7113186Z test_dispatch_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7113964Z test_dispatch_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7114420Z test_dispatch_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7114876Z test_dispatch_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7115329Z test_dispatch_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7115883Z test_dispatch_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7116333Z test_dispatch_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7116786Z test_dispatch_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7117247Z test_dispatch_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7117703Z test_dispatch_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7118178Z test_dispatch_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7118646Z test_dispatch_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7119097Z test_dispatch_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7119605Z test_dispatch_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7120065Z test_dispatch_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7120520Z test_dispatch_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7120959Z test_dispatch_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7121413Z test_dispatch_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7121878Z test_dispatch_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7122354Z test_dispatch_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7122824Z test_dispatch_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7123298Z test_dispatch_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7123763Z test_dispatch_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7124278Z test_dispatch_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7124738Z test_dispatch_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7125211Z test_dispatch_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7125677Z test_dispatch_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7126146Z test_dispatch_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7126590Z test_dispatch_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7127046Z test_dispatch_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7127497Z test_dispatch_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7127949Z test_dispatch_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7128388Z test_dispatch_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7128886Z test_dispatch_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7129356Z test_dispatch_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7129819Z test_dispatch_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7130268Z test_dispatch_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7130721Z test_dispatch_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7131169Z test_dispatch_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7131619Z test_dispatch_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7132057Z test_dispatch_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7132535Z test_dispatch_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7132991Z test_dispatch_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7133453Z test_dispatch_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7133958Z test_dispatch_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7134549Z test_dispatch_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7135047Z test_dispatch_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7135529Z test_dispatch_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7136020Z test_dispatch_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7136504Z test_dispatch_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7136992Z test_dispatch_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7137463Z test_dispatch_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7137945Z test_dispatch_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7138417Z test_dispatch_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7138887Z test_dispatch_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7139343Z test_dispatch_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7139807Z test_dispatch_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7140264Z test_dispatch_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7140716Z test_dispatch_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7141153Z test_dispatch_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7141657Z test_dispatch_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7142114Z test_dispatch_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7142569Z test_dispatch_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7143010Z test_dispatch_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7143453Z test_dispatch_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7143916Z test_dispatch_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7146209Z test_dispatch_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7146675Z test_dispatch_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7147197Z test_dispatch_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7147658Z test_dispatch_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7148109Z test_dispatch_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7148543Z test_dispatch_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7148988Z test_dispatch_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7149442Z test_dispatch_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7149897Z test_dispatch_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7150344Z test_dispatch_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7150796Z test_dispatch_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7151254Z test_dispatch_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7151704Z test_dispatch_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7152162Z test_dispatch_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7152610Z test_dispatch_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7153063Z test_dispatch_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7153501Z test_dispatch_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7153946Z test_dispatch_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7154392Z test_dispatch_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7154837Z test_dispatch_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7155268Z test_dispatch_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7155728Z test_dispatch_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7156207Z test_dispatch_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7156738Z test_dispatch_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7157194Z test_dispatch_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7157664Z test_dispatch_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7158129Z test_dispatch_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7158594Z test_dispatch_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7159034Z test_dispatch_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7159490Z test_dispatch_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7159969Z test_dispatch_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7160426Z test_dispatch_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7160862Z test_dispatch_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7161309Z test_dispatch_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7161756Z test_dispatch_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7162204Z test_dispatch_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7162642Z test_dispatch_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7163097Z test_dispatch_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7163545Z test_dispatch_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7163987Z test_dispatch_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7164437Z test_dispatch_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7164889Z test_dispatch_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7165340Z test_dispatch_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7165775Z test_dispatch_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7166223Z test_dispatch_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7166668Z test_dispatch_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7167119Z test_dispatch_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7167560Z test_dispatch_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7168021Z test_dispatch_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7168488Z test_dispatch_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7168948Z test_dispatch_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7169436Z test_dispatch_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7169892Z test_dispatch_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7170350Z test_dispatch_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7170808Z test_dispatch_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7171259Z test_dispatch_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7171721Z test_dispatch_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7172187Z test_dispatch_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7172691Z test_dispatch_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7173145Z test_dispatch_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7173608Z test_dispatch_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7174058Z test_dispatch_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7174581Z test_dispatch_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7175033Z test_dispatch_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7175488Z test_dispatch_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7175944Z test_dispatch_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7176383Z test_dispatch_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7176843Z test_dispatch_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7177293Z test_dispatch_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7177754Z test_dispatch_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7178205Z test_dispatch_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7178668Z test_dispatch_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7179121Z test_dispatch_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7179579Z test_dispatch_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7180011Z test_dispatch_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7180456Z test_dispatch_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7180907Z test_dispatch_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7181354Z test_dispatch_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7181789Z test_dispatch_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7182310Z test_dispatch_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7182782Z test_dispatch_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7183246Z test_dispatch_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7183694Z test_dispatch_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7184152Z test_dispatch_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7184726Z test_dispatch_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7185186Z test_dispatch_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7185632Z test_dispatch_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7186146Z test_dispatch_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7186613Z test_dispatch_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7187061Z test_dispatch_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7187526Z test_dispatch_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7187991Z test_dispatch_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7188458Z test_dispatch_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7188905Z test_dispatch_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7189361Z test_dispatch_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7189820Z test_dispatch_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7190381Z test_dispatch_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7191397Z test_dispatch_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7192433Z test_dispatch_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7193455Z test_dispatch_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7194491Z test_dispatch_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7195484Z test_dispatch_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7196484Z test_dispatch_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7197502Z test_dispatch_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7198517Z test_dispatch_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7199494Z test_dispatch_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7200533Z test_dispatch_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7201677Z test_dispatch_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7202683Z test_dispatch_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7203686Z test_dispatch_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7204711Z test_dispatch_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7205727Z test_dispatch_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7206731Z test_dispatch_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7207722Z test_dispatch_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7208816Z test_dispatch_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7209826Z test_dispatch_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7210828Z test_dispatch_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7211854Z test_dispatch_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7212903Z test_dispatch_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7213975Z test_dispatch_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7215123Z test_dispatch_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7216174Z test_dispatch_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7217217Z test_dispatch_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7218258Z test_dispatch_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7219257Z test_dispatch_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7220279Z test_dispatch_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7221307Z test_dispatch_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7222329Z test_dispatch_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7223352Z test_dispatch_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7224477Z test_dispatch_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7225532Z test_dispatch_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7226589Z test_dispatch_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7227630Z test_dispatch_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7228673Z test_dispatch_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7229874Z test_dispatch_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7230929Z test_dispatch_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7231952Z test_dispatch_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7232988Z test_dispatch_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7234027Z test_dispatch_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7235058Z test_dispatch_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7236083Z test_dispatch_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7237167Z test_dispatch_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7238393Z test_dispatch_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7239501Z test_dispatch_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7240593Z test_dispatch_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7241691Z test_dispatch_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7242786Z test_dispatch_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7243898Z test_dispatch_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7244953Z test_dispatch_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7246047Z test_dispatch_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7247129Z test_dispatch_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7248204Z test_dispatch_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7249257Z test_dispatch_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7250326Z test_dispatch_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7251373Z test_dispatch_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7252384Z test_dispatch_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7253384Z test_dispatch_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7254469Z test_dispatch_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7255509Z test_dispatch_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7256513Z test_dispatch_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7257498Z test_dispatch_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7258576Z test_dispatch_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7259576Z test_dispatch_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7260538Z test_dispatch_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7261535Z test_dispatch_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7262504Z test_dispatch_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7263515Z test_dispatch_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7264630Z test_dispatch_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7265781Z test_dispatch_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7266810Z test_dispatch_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7267814Z test_dispatch_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7268794Z test_dispatch_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7269801Z test_dispatch_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7270787Z test_dispatch_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7271769Z test_dispatch_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7272751Z test_dispatch_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7273765Z test_dispatch_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7274764Z test_dispatch_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7275778Z test_dispatch_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7276772Z test_dispatch_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.7277766Z test_dispatch_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7278764Z test_dispatch_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7279747Z test_dispatch_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7280713Z test_dispatch_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7281708Z test_dispatch_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7282719Z test_dispatch_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7283712Z test_dispatch_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7284707Z test_dispatch_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7285729Z test_dispatch_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7286874Z test_dispatch_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7287857Z test_dispatch_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7288860Z test_dispatch_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7289843Z test_dispatch_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7290834Z test_dispatch_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7291789Z test_dispatch_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7292787Z test_dispatch_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7293794Z test_dispatch_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7294978Z test_dispatch_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7295991Z test_dispatch_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7297019Z test_dispatch_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7298048Z test_dispatch_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7299059Z test_dispatch_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7300039Z test_dispatch_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7301047Z test_dispatch_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7302050Z test_dispatch_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7303048Z test_dispatch_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7304016Z test_dispatch_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7305165Z test_dispatch_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7306205Z test_dispatch_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7307255Z test_dispatch_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7308300Z test_dispatch_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7309352Z test_dispatch_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7310401Z test_dispatch_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7311446Z test_dispatch_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7312453Z test_dispatch_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7313485Z test_dispatch_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7314578Z test_dispatch_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7315582Z test_dispatch_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7316618Z test_dispatch_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7317644Z test_dispatch_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7318680Z test_dispatch_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7319685Z test_dispatch_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7320741Z test_dispatch_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7321803Z test_dispatch_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7322924Z test_dispatch_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7323949Z test_dispatch_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7324993Z test_dispatch_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7326040Z test_dispatch_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7327071Z test_dispatch_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7328096Z test_dispatch_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7329137Z test_dispatch_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7330170Z test_dispatch_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7331208Z test_dispatch_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7332229Z test_dispatch_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7333267Z test_dispatch_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7334379Z test_dispatch_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7335437Z test_dispatch_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7336485Z test_dispatch_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7337537Z test_dispatch_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7338570Z test_dispatch_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7339603Z test_dispatch_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7340603Z test_dispatch_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7341622Z test_dispatch_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7342720Z test_dispatch_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7343743Z test_dispatch_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7344841Z test_dispatch_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7345876Z test_dispatch_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7346926Z test_dispatch_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7347980Z test_dispatch_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7349000Z test_dispatch_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7350042Z test_dispatch_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7351158Z test_dispatch_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7352177Z test_dispatch_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7353153Z test_dispatch_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7354162Z test_dispatch_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7355179Z test_dispatch_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7356192Z test_dispatch_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7357250Z test_dispatch_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7358303Z test_dispatch_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7359332Z test_dispatch_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7360326Z test_dispatch_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7361370Z test_dispatch_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7362416Z test_dispatch_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7363462Z test_dispatch_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7364471Z test_dispatch_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7365507Z test_dispatch_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7366527Z test_dispatch_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7367536Z test_dispatch_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7368528Z test_dispatch_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7369538Z test_dispatch_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7370554Z test_dispatch_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7371645Z test_dispatch_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7372645Z test_dispatch_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7373660Z test_dispatch_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7374743Z test_dispatch_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7375762Z test_dispatch_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7377202Z test_dispatch_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7378278Z test_dispatch_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7379320Z test_dispatch_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7380420Z test_dispatch_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7381442Z test_dispatch_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7382482Z test_dispatch_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7383529Z test_dispatch_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7384671Z test_dispatch_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7385741Z test_dispatch_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7386824Z test_dispatch_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7387907Z test_dispatch_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7388985Z test_dispatch_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7390009Z test_dispatch_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7391048Z test_dispatch_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7392074Z test_dispatch_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7393097Z test_dispatch_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7394106Z test_dispatch_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7395140Z test_dispatch_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7396161Z test_dispatch_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7397189Z test_dispatch_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7398187Z test_dispatch_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7399198Z test_dispatch_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7400342Z test_dispatch_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7401357Z test_dispatch_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7402439Z test_dispatch_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7403527Z test_dispatch_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7404614Z test_dispatch_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7405677Z test_dispatch_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7406760Z test_dispatch_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7407903Z test_dispatch_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7408953Z test_dispatch_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7409956Z test_dispatch_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7410991Z test_dispatch_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7412019Z test_dispatch_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7413056Z test_dispatch_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7414079Z test_dispatch_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7415205Z test_dispatch_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7416261Z test_dispatch_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7417325Z test_dispatch_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7418359Z test_dispatch_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7419396Z test_dispatch_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7420442Z test_dispatch_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7421482Z test_dispatch_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7422476Z test_dispatch_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7423503Z test_dispatch_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7424623Z test_dispatch_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7425658Z test_dispatch_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7426665Z test_dispatch_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7427657Z test_dispatch_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7428757Z test_dispatch_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7429774Z test_dispatch_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7430756Z test_dispatch_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7431745Z test_dispatch_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7432733Z test_dispatch_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7433708Z test_dispatch_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7434674Z test_dispatch_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7435664Z test_dispatch_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7436708Z test_dispatch_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7437703Z test_dispatch_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7438692Z test_dispatch_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7439720Z test_dispatch_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7440758Z test_dispatch_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7441754Z test_dispatch_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7442773Z test_dispatch_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7443779Z test_dispatch_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7444778Z test_dispatch_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7445766Z test_dispatch_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7446759Z test_dispatch_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7447750Z test_dispatch_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7448751Z test_dispatch_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7449733Z test_dispatch_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7450791Z test_dispatch_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7451890Z test_dispatch_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7452984Z test_dispatch_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7454073Z test_dispatch_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7455242Z test_dispatch_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7456335Z test_dispatch_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7457504Z test_dispatch_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7458585Z test_dispatch_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7459663Z test_dispatch_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7460735Z test_dispatch_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7461817Z test_dispatch_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7462871Z test_dispatch_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7463957Z test_dispatch_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7465203Z test_dispatch_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7466262Z test_dispatch_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7467309Z test_dispatch_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7468382Z test_dispatch_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7469463Z test_dispatch_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7470521Z test_dispatch_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7471557Z test_dispatch_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7472605Z test_dispatch_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7473651Z test_dispatch_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7474682Z test_dispatch_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7475691Z test_dispatch_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7476726Z test_dispatch_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7478231Z test_dispatch_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7479276Z test_dispatch_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7480298Z test_dispatch_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7481329Z test_dispatch_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7482359Z test_dispatch_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7483377Z test_dispatch_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7484386Z test_dispatch_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7485546Z test_dispatch_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7486575Z test_dispatch_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7487591Z test_dispatch_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7488570Z test_dispatch_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7489586Z test_dispatch_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7490608Z test_dispatch_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7491605Z test_dispatch_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7492606Z test_dispatch_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7493662Z test_dispatch_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7494725Z test_dispatch_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7495685Z test_dispatch_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7496670Z test_dispatch_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7497666Z test_dispatch_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7498658Z test_dispatch_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7499680Z test_dispatch_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7500748Z test_dispatch_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7501834Z test_dispatch_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7502924Z test_dispatch_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7503979Z test_dispatch_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7505203Z test_dispatch_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7506273Z test_dispatch_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7507340Z test_dispatch_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7508372Z test_dispatch_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7509421Z test_dispatch_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7510464Z test_dispatch_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7511516Z test_dispatch_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7512521Z test_dispatch_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7513611Z test_dispatch_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7514623Z test_dispatch_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7515642Z test_dispatch_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7516634Z test_dispatch_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7517639Z test_dispatch_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7518645Z test_dispatch_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7519642Z test_dispatch_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7520621Z test_dispatch_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7521663Z test_dispatch_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7522665Z test_dispatch_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7523637Z test_dispatch_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7524621Z test_dispatch_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7525640Z test_dispatch_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7526660Z test_dispatch_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7527640Z test_dispatch_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7528660Z test_dispatch_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7529682Z test_dispatch_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7530682Z test_dispatch_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7531659Z test_dispatch_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7532633Z test_dispatch_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7533619Z test_dispatch_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7534674Z test_dispatch_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7535666Z test_dispatch_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7536667Z test_dispatch_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7537745Z test_dispatch_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7538773Z test_dispatch_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7539780Z test_dispatch_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7540805Z test_dispatch_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7541811Z test_dispatch_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7542931Z test_dispatch_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7543904Z test_dispatch_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7545080Z test_dispatch_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7546068Z test_dispatch_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7547072Z test_dispatch_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7548052Z test_dispatch_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7549064Z test_dispatch_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7550074Z test_dispatch_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7551165Z test_dispatch_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7552215Z test_dispatch_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7553241Z test_dispatch_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7554256Z test_dispatch_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7555250Z test_dispatch_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7556274Z test_dispatch_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7557282Z test_dispatch_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7558276Z test_dispatch_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7559238Z test_dispatch_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7560232Z test_dispatch_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7561230Z test_dispatch_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7562274Z test_dispatch_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7563332Z test_dispatch_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7564402Z test_dispatch_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7565441Z test_dispatch_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7566517Z test_dispatch_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7567603Z test_dispatch_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7568688Z test_dispatch_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7569773Z test_dispatch_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7570929Z test_dispatch_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7572015Z test_dispatch_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7573093Z test_dispatch_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7574172Z test_dispatch_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7575281Z test_dispatch_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7576264Z test_dispatch_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7577284Z test_dispatch_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7578314Z test_dispatch_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7579401Z test_dispatch_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7580395Z test_dispatch_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7581406Z test_dispatch_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7582396Z test_dispatch_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7583375Z test_dispatch_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7584345Z test_dispatch_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7585439Z test_dispatch_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7586438Z test_dispatch_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7587434Z test_dispatch_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7588431Z test_dispatch_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7589456Z test_dispatch_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7590468Z test_dispatch_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7591466Z test_dispatch_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7592457Z test_dispatch_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7593453Z test_dispatch_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7594444Z test_dispatch_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7595412Z test_dispatch_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7596444Z test_dispatch_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7597488Z test_dispatch_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7598511Z test_dispatch_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7599669Z test_dispatch_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7600725Z test_dispatch_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7601762Z test_dispatch_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7602792Z test_dispatch_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7603807Z test_dispatch_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7604828Z test_dispatch_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7605852Z test_dispatch_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7606899Z test_dispatch_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7608014Z test_dispatch_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7609062Z test_dispatch_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7610092Z test_dispatch_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7611133Z test_dispatch_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7612145Z test_dispatch_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7613173Z test_dispatch_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7614280Z test_dispatch_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7615311Z test_dispatch_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7616318Z test_dispatch_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7617679Z test_dispatch_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7618760Z test_dispatch_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7619802Z test_dispatch_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7620818Z test_dispatch_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7621848Z test_dispatch_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7622868Z test_dispatch_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7623871Z test_dispatch_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7624956Z test_dispatch_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7625974Z test_dispatch_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7626958Z test_dispatch_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7628069Z test_dispatch_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7629052Z test_dispatch_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7630068Z test_dispatch_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7631125Z test_dispatch_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7632167Z test_dispatch_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7633246Z test_dispatch_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7634339Z test_dispatch_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7635418Z test_dispatch_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7636554Z test_dispatch_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7637623Z test_dispatch_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7638696Z test_dispatch_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7639762Z test_dispatch_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7640792Z test_dispatch_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7641820Z test_dispatch_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7642864Z test_dispatch_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7643911Z test_dispatch_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7644953Z test_dispatch_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7646026Z test_dispatch_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7647114Z test_dispatch_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7648211Z test_dispatch_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7649293Z test_dispatch_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7650362Z test_dispatch_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7651434Z test_dispatch_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7652497Z test_dispatch_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7653532Z test_dispatch_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7654636Z test_dispatch_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7655690Z test_dispatch_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7656843Z test_dispatch_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7657890Z test_dispatch_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7658935Z test_dispatch_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7659969Z test_dispatch_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7660985Z test_dispatch_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7661976Z test_dispatch_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7663007Z test_dispatch_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7664038Z test_dispatch_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7665259Z test_dispatch_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7666259Z test_dispatch_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7667271Z test_dispatch_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7668264Z test_dispatch_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7669253Z test_dispatch_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7670226Z test_dispatch_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7671212Z test_dispatch_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7672206Z test_dispatch_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7673165Z test_dispatch_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7674208Z test_dispatch_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7675263Z test_dispatch_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7676334Z test_dispatch_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7677393Z test_dispatch_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7678474Z test_dispatch_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7679540Z test_dispatch_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7680596Z test_dispatch_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7681625Z test_dispatch_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7682712Z test_dispatch_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7683762Z test_dispatch_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7684791Z test_dispatch_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7685952Z test_dispatch_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7687003Z test_dispatch_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7688074Z test_dispatch_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7689143Z test_dispatch_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7690209Z test_dispatch_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7691317Z test_dispatch_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7692391Z test_dispatch_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7693531Z test_dispatch_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7694666Z test_dispatch_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7695729Z test_dispatch_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7696780Z test_dispatch_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7697838Z test_dispatch_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7698872Z test_dispatch_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7699917Z test_dispatch_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7700978Z test_dispatch_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7702006Z test_dispatch_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7703021Z test_dispatch_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7704092Z test_dispatch_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7705315Z test_dispatch_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7706358Z test_dispatch_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7707382Z test_dispatch_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7708427Z test_dispatch_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7709449Z test_dispatch_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7710472Z test_dispatch_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7711472Z test_dispatch_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7712499Z test_dispatch_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7713623Z test_dispatch_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7714661Z test_dispatch_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7715664Z test_dispatch_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7716693Z test_dispatch_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7717721Z test_dispatch_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7719154Z test_dispatch_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7720169Z test_dispatch_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7721192Z test_dispatch_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7722279Z test_dispatch_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7723293Z test_dispatch_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7724299Z test_dispatch_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7725327Z test_dispatch_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7726374Z test_dispatch_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7727413Z test_dispatch_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7728454Z test_dispatch_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7729487Z test_dispatch_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7730501Z test_dispatch_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7731495Z test_dispatch_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7732500Z test_dispatch_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7733509Z test_dispatch_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7734592Z test_dispatch_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7735588Z test_dispatch_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7736588Z test_dispatch_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7737592Z test_dispatch_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7738611Z test_dispatch_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7739595Z test_dispatch_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7740591Z test_dispatch_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7741576Z test_dispatch_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7742636Z test_dispatch_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7743600Z test_dispatch_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7744666Z test_dispatch_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7745655Z test_dispatch_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7746655Z test_dispatch_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7747615Z test_dispatch_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7748617Z test_dispatch_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7749651Z test_dispatch_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7750723Z test_dispatch_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7751696Z test_dispatch_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7752671Z test_dispatch_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7753651Z test_dispatch_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7754602Z test_dispatch_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7755574Z test_dispatch_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7756564Z test_dispatch_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7757609Z test_dispatch_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7758644Z test_dispatch_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7759704Z test_dispatch_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7760782Z test_dispatch_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7761837Z test_dispatch_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7762866Z test_dispatch_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7763921Z test_dispatch_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7764970Z test_dispatch_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7766015Z test_dispatch_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7767031Z test_dispatch_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7768064Z test_dispatch_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7769103Z test_dispatch_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7770206Z test_dispatch_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7771205Z test_dispatch_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7772232Z test_dispatch_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7773242Z test_dispatch_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7774280Z test_dispatch_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7775251Z test_dispatch_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7776234Z test_dispatch_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7777215Z test_dispatch_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7778262Z test_dispatch_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7779213Z test_dispatch_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7780213Z test_dispatch_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7781242Z test_dispatch_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7782275Z test_dispatch_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7783257Z test_dispatch_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7784271Z test_dispatch_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7785377Z test_dispatch_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7786346Z test_dispatch_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7787334Z test_dispatch_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7788322Z test_dispatch_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7789311Z test_dispatch_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7790300Z test_dispatch_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7791293Z test_dispatch_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7792302Z test_dispatch_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7793309Z test_dispatch_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7794300Z test_dispatch_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7795285Z test_dispatch_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7796284Z test_dispatch_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7797288Z test_dispatch_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7798260Z test_dispatch_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7799364Z test_dispatch_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7800705Z test_dispatch_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7801786Z test_dispatch_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7802778Z test_dispatch_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7803782Z test_dispatch_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7804775Z test_dispatch_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7805758Z test_dispatch_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7806797Z test_dispatch_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7807801Z test_dispatch_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7808832Z test_dispatch_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7809885Z test_dispatch_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7810912Z test_dispatch_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7811954Z test_dispatch_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7812978Z test_dispatch_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7814004Z test_dispatch_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7815102Z test_dispatch_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7816102Z test_dispatch_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7817105Z test_dispatch_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7818100Z test_dispatch_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7819110Z test_dispatch_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7820143Z test_dispatch_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7821173Z test_dispatch_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7822160Z test_dispatch_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7823186Z test_dispatch_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7824187Z test_dispatch_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7825280Z test_dispatch_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7826256Z test_dispatch_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7827355Z test_dispatch_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7828360Z test_dispatch_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7829425Z test_dispatch_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7830534Z test_dispatch_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7831668Z test_dispatch_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7832803Z test_dispatch_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7833911Z test_dispatch_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7835058Z test_dispatch_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7836168Z test_dispatch_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7837259Z test_dispatch_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7838348Z test_dispatch_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7839438Z test_dispatch_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7840498Z test_dispatch_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7841528Z test_dispatch_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7842563Z test_dispatch_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7843565Z test_dispatch_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7844601Z test_dispatch_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7845624Z test_dispatch_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7846626Z test_dispatch_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7847610Z test_dispatch_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7848635Z test_dispatch_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7849654Z test_dispatch_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7850674Z test_dispatch_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7851642Z test_dispatch_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7852665Z test_dispatch_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7853698Z test_dispatch_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7854773Z test_dispatch_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7855831Z test_dispatch_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7856830Z test_dispatch_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7857807Z test_dispatch_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7858795Z test_dispatch_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7859782Z test_dispatch_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7860778Z test_dispatch_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7861817Z test_dispatch_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7862837Z test_dispatch_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7863925Z test_dispatch_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7865083Z test_dispatch_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7866150Z test_dispatch_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7867179Z test_dispatch_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7868222Z test_dispatch_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7869283Z test_dispatch_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7870326Z test_dispatch_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7871345Z test_dispatch_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7872370Z test_dispatch_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7873405Z test_dispatch_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7874447Z test_dispatch_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7875460Z test_dispatch_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7876492Z test_dispatch_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7877543Z test_dispatch_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7878595Z test_dispatch_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7879617Z test_dispatch_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7880635Z test_dispatch_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7881643Z test_dispatch_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7882656Z test_dispatch_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7883649Z test_dispatch_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7884824Z test_dispatch_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7885838Z test_dispatch_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7886877Z test_dispatch_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7887876Z test_dispatch_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7888915Z test_dispatch_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7889920Z test_dispatch_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7890964Z test_dispatch_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7892043Z test_dispatch_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7893064Z test_dispatch_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7894084Z test_dispatch_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7895149Z test_dispatch_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7896152Z test_dispatch_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7897173Z test_dispatch_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7898178Z test_dispatch_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7899179Z test_dispatch_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7900240Z test_dispatch_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7901670Z test_dispatch_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7902744Z test_dispatch_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7903812Z test_dispatch_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7905139Z test_dispatch_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7906205Z test_dispatch_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7907268Z test_dispatch_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7908297Z test_dispatch_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7909351Z test_dispatch_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7910398Z test_dispatch_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7911430Z test_dispatch_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7912408Z test_dispatch_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7913561Z test_dispatch_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7914583Z test_dispatch_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7915590Z test_dispatch_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7916562Z test_dispatch_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7917565Z test_dispatch_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7918571Z test_dispatch_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7919564Z test_dispatch_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7920592Z test_dispatch_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7921583Z test_dispatch_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7922576Z test_dispatch_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7923579Z test_dispatch_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7924578Z test_dispatch_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7925596Z test_dispatch_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7926619Z test_dispatch_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7927637Z test_dispatch_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7928624Z test_dispatch_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7929642Z test_dispatch_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7930650Z test_dispatch_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7931635Z test_dispatch_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7932644Z test_dispatch_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7933665Z test_dispatch_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7934759Z test_dispatch_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7935758Z test_dispatch_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7936759Z test_dispatch_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7937775Z test_dispatch_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7938851Z test_dispatch_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7939917Z test_dispatch_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7941047Z test_dispatch_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7942139Z test_dispatch_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7943215Z test_dispatch_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7944264Z test_dispatch_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7945433Z test_dispatch_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7946497Z test_dispatch_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7947552Z test_dispatch_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7948709Z test_dispatch_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7949802Z test_dispatch_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7950912Z test_dispatch_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7952026Z test_dispatch_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7953100Z test_dispatch_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7954188Z test_dispatch_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7955294Z test_dispatch_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7956396Z test_dispatch_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7957458Z test_dispatch_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7958526Z test_dispatch_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7959602Z test_dispatch_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7960675Z test_dispatch_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7961754Z test_dispatch_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7962863Z test_dispatch_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7963957Z test_dispatch_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7965043Z test_dispatch_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7966106Z test_dispatch_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7967169Z test_dispatch_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7968251Z test_dispatch_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7969418Z test_dispatch_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7970491Z test_dispatch_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7971527Z test_dispatch_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7972561Z test_dispatch_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7973587Z test_dispatch_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7974629Z test_dispatch_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7975624Z test_dispatch_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7976616Z test_dispatch_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7977718Z test_dispatch_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7978691Z test_dispatch_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7979675Z test_dispatch_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7980660Z test_dispatch_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7981677Z test_dispatch_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7982671Z test_dispatch_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7983702Z test_dispatch_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7984868Z test_dispatch_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7985906Z test_dispatch_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7986919Z test_dispatch_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7987939Z test_dispatch_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7988943Z test_dispatch_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7989960Z test_dispatch_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7990945Z test_dispatch_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7991955Z test_dispatch_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7992972Z test_dispatch_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7993966Z test_dispatch_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7994993Z test_dispatch_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7996013Z test_dispatch_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7997064Z test_dispatch_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7998170Z test_dispatch_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.7999200Z test_dispatch_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8000215Z test_dispatch_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8001239Z test_dispatch_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8002231Z test_dispatch_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8003243Z test_dispatch_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8004232Z test_dispatch_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8005301Z test_dispatch_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8006289Z test_dispatch_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8007280Z test_dispatch_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8008290Z test_dispatch_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8009295Z test_dispatch_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8010302Z test_dispatch_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8011329Z test_dispatch_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8012372Z test_dispatch_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8013393Z test_dispatch_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8014452Z test_dispatch_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8015464Z test_dispatch_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8016467Z test_dispatch_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8017467Z test_dispatch_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8018449Z test_dispatch_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8019446Z test_dispatch_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8020818Z test_dispatch_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8021811Z test_dispatch_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8022832Z test_dispatch_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8023860Z test_dispatch_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8024971Z test_dispatch_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8026048Z test_dispatch_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8027062Z test_dispatch_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8028063Z test_dispatch_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8029053Z test_dispatch_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8030038Z test_dispatch_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8031048Z test_dispatch_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8126446Z test_dispatch_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8127903Z test_dispatch_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8129301Z test_dispatch_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8130324Z test_dispatch_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8131360Z test_dispatch_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8132384Z test_dispatch_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8133386Z test_dispatch_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8134436Z test_dispatch_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8135437Z test_dispatch_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8136424Z test_dispatch_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8137402Z test_dispatch_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8138385Z test_dispatch_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8139393Z test_dispatch_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8140410Z test_dispatch_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8141448Z test_dispatch_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8142486Z test_dispatch_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8143546Z test_dispatch_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8144720Z test_dispatch_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8145774Z test_dispatch_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8146793Z test_dispatch_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8147828Z test_dispatch_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8148843Z test_dispatch_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8149951Z test_dispatch_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8150963Z test_dispatch_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8151979Z test_dispatch_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8152990Z test_dispatch_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8153993Z test_dispatch_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8154947Z test_dispatch_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8155934Z test_dispatch_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8156925Z test_dispatch_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8157972Z test_dispatch_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8158955Z test_dispatch_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8159916Z test_dispatch_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8160887Z test_dispatch_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8161833Z test_dispatch_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8162791Z test_dispatch_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8163748Z test_dispatch_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8164711Z test_dispatch_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8165656Z test_dispatch_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8166635Z test_dispatch_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8167620Z test_dispatch_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8168615Z test_dispatch_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8169627Z test_dispatch_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8170630Z test_dispatch_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8171621Z test_dispatch_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8172581Z test_dispatch_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8173549Z test_dispatch_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8174608Z test_dispatch_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8175595Z test_dispatch_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8176574Z test_dispatch_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8177677Z test_dispatch_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8178681Z test_dispatch_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8179671Z test_dispatch_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8180647Z test_dispatch_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8181613Z test_dispatch_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8182585Z test_dispatch_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8183560Z test_dispatch_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8184620Z test_dispatch_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8185659Z test_dispatch_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8186621Z test_dispatch_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8187598Z test_dispatch_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8188575Z test_dispatch_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8189547Z test_dispatch_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8190536Z test_dispatch_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8191504Z test_dispatch_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8192458Z test_dispatch_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8193426Z test_dispatch_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8194411Z test_dispatch_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8195395Z test_dispatch_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8196367Z test_dispatch_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8197355Z test_dispatch_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8198338Z test_dispatch_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8199342Z test_dispatch_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8200323Z test_dispatch_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8201300Z test_dispatch_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8202291Z test_dispatch_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8203263Z test_dispatch_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8204239Z test_dispatch_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8205300Z test_dispatch_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8206294Z test_dispatch_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8207262Z test_dispatch_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8208239Z test_dispatch_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8209203Z test_dispatch_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8210183Z test_dispatch_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8211131Z test_dispatch_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8212103Z test_dispatch_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8213113Z test_dispatch_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8214098Z test_dispatch_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8215144Z test_dispatch_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8216119Z test_dispatch_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8217119Z test_dispatch_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8218107Z test_dispatch_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8219093Z test_dispatch_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8220066Z test_dispatch_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8221032Z test_dispatch_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8221986Z test_dispatch_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8222945Z test_dispatch_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8223912Z test_dispatch_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8225063Z test_dispatch_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8226059Z test_dispatch_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8227080Z test_dispatch_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8228110Z test_dispatch_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8229160Z test_dispatch_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8230185Z test_dispatch_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8231183Z test_dispatch_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8232198Z test_dispatch_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8233318Z test_dispatch_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8234310Z test_dispatch_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8235318Z test_dispatch_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8236331Z test_dispatch_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8237352Z test_dispatch_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8238346Z test_dispatch_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8239342Z test_dispatch_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8240363Z test_dispatch_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8241439Z test_dispatch_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8242451Z test_dispatch_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8243481Z test_dispatch_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8244494Z test_dispatch_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8245488Z test_dispatch_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8246464Z test_dispatch_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8247454Z test_dispatch_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8248460Z test_dispatch_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8249450Z test_dispatch_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8250427Z test_dispatch_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8251408Z test_dispatch_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8252396Z test_dispatch_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8253387Z test_dispatch_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8254415Z test_dispatch_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8255394Z test_dispatch_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8256369Z test_dispatch_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8257346Z test_dispatch_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8258320Z test_dispatch_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8259312Z test_dispatch_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8260312Z test_dispatch_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8261373Z test_dispatch_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8262367Z test_dispatch_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8263340Z test_dispatch_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8264319Z test_dispatch_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8265406Z test_dispatch_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8266378Z test_dispatch_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8267332Z test_dispatch_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8268296Z test_dispatch_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8269327Z test_dispatch_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8270314Z test_dispatch_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8271346Z test_dispatch_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8272360Z test_dispatch_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8273364Z test_dispatch_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8274357Z test_dispatch_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8275375Z test_dispatch_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8276364Z test_dispatch_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8277343Z test_dispatch_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8278341Z test_dispatch_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8279323Z test_dispatch_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8280294Z test_dispatch_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8281296Z test_dispatch_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8282318Z test_dispatch_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8283334Z test_dispatch_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8284326Z test_dispatch_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8285308Z test_dispatch_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8286307Z test_dispatch_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8287270Z test_dispatch_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8288257Z test_dispatch_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8289293Z test_dispatch_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8290303Z test_dispatch_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8291338Z test_dispatch_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8292366Z test_dispatch_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8293390Z test_dispatch_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8294470Z test_dispatch_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8295505Z test_dispatch_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8296510Z test_dispatch_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8297593Z test_dispatch_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8298611Z test_dispatch_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8299628Z test_dispatch_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8300646Z test_dispatch_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8301705Z test_dispatch_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8302769Z test_dispatch_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8303859Z test_dispatch_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8305023Z test_dispatch_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8306085Z test_dispatch_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8307125Z test_dispatch_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8308151Z test_dispatch_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8309157Z test_dispatch_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8310185Z test_dispatch_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8311209Z test_dispatch_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8312227Z test_dispatch_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8313218Z test_dispatch_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8314224Z test_dispatch_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8315243Z test_dispatch_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8316295Z test_dispatch_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8317398Z test_dispatch_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8318423Z test_dispatch_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8319451Z test_dispatch_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8320452Z test_dispatch_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8321441Z test_dispatch_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8322447Z test_dispatch_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8323446Z test_dispatch_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8324458Z test_dispatch_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8325537Z test_dispatch_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8326589Z test_dispatch_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8327620Z test_dispatch_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8328642Z test_dispatch_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8329636Z test_dispatch_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8330648Z test_dispatch_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8331659Z test_dispatch_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8332634Z test_dispatch_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8333639Z test_dispatch_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8334710Z test_dispatch_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8335769Z test_dispatch_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8336806Z test_dispatch_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8337835Z test_dispatch_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8338877Z test_dispatch_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8339905Z test_dispatch_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8340908Z test_dispatch_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8341936Z test_dispatch_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8342963Z test_dispatch_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8343980Z test_dispatch_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8345064Z test_dispatch_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8346208Z test_dispatch_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8347262Z test_dispatch_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8348295Z test_dispatch_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8349304Z test_dispatch_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8350308Z test_dispatch_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8351329Z test_dispatch_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8352355Z test_dispatch_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8353389Z test_dispatch_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8354408Z test_dispatch_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8355423Z test_dispatch_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8356466Z test_dispatch_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8357486Z test_dispatch_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8358526Z test_dispatch_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8359574Z test_dispatch_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8360598Z test_dispatch_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8361593Z test_dispatch_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8362603Z test_dispatch_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8363603Z test_dispatch_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8364613Z test_dispatch_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8365599Z test_dispatch_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8366630Z test_dispatch_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8367682Z test_dispatch_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8368720Z test_dispatch_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8369719Z test_dispatch_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8370733Z test_dispatch_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8371744Z test_dispatch_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8372726Z test_dispatch_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8373834Z test_dispatch_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8374919Z test_dispatch_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8375965Z test_dispatch_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8377006Z test_dispatch_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8378080Z test_dispatch_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8379166Z test_dispatch_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8380239Z test_dispatch_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8381346Z test_dispatch_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8382409Z test_dispatch_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8383446Z test_dispatch_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8385023Z test_dispatch_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8386050Z test_dispatch_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8387088Z test_dispatch_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8388122Z test_dispatch_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8389160Z test_dispatch_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8390148Z test_dispatch_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8391169Z test_dispatch_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8392190Z test_dispatch_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8393204Z test_dispatch_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8394193Z test_dispatch_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8395205Z test_dispatch_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8396224Z test_dispatch_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8397242Z test_dispatch_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8398250Z test_dispatch_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8399272Z test_dispatch_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8400304Z test_dispatch_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8401326Z test_dispatch_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8402414Z test_dispatch_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8403429Z test_dispatch_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8404448Z test_dispatch_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8405451Z test_dispatch_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8406442Z test_dispatch_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8407480Z test_dispatch_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8408515Z test_dispatch_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8409597Z test_dispatch_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8410593Z test_dispatch_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8411623Z test_dispatch_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8412639Z test_dispatch_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8413649Z test_dispatch_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8414709Z test_dispatch_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8415746Z test_dispatch_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8416814Z test_dispatch_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8417832Z test_dispatch_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8418863Z test_dispatch_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8419897Z test_dispatch_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8420920Z test_dispatch_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8421917Z test_dispatch_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8422950Z test_dispatch_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8423981Z test_dispatch_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8425087Z test_dispatch_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8426091Z test_dispatch_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8427129Z test_dispatch_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8428161Z test_dispatch_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8429180Z test_dispatch_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8430268Z test_dispatch_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8431277Z test_dispatch_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8432281Z test_dispatch_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8433282Z test_dispatch_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8434274Z test_dispatch_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8435271Z test_dispatch_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8436310Z test_dispatch_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8437366Z test_dispatch_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8438455Z test_dispatch_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8439494Z test_dispatch_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8440510Z test_dispatch_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8441522Z test_dispatch_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8442515Z test_dispatch_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8443526Z test_dispatch_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8444543Z test_dispatch_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8445548Z test_dispatch_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8446540Z test_dispatch_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8447551Z test_dispatch_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8448566Z test_dispatch_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8449568Z test_dispatch_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8450558Z test_dispatch_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8451569Z test_dispatch_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8452578Z test_dispatch_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8453560Z test_dispatch_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8454669Z test_dispatch_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8455691Z test_dispatch_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8456695Z test_dispatch_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8457759Z test_dispatch_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8458773Z test_dispatch_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8459772Z test_dispatch_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8460768Z test_dispatch_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8461758Z test_dispatch_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8462774Z test_dispatch_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8463790Z test_dispatch_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8464865Z test_dispatch_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8465960Z test_dispatch_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8466975Z test_dispatch_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8467987Z test_dispatch_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8468994Z test_dispatch_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8469982Z test_dispatch_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8470980Z test_dispatch_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8471991Z test_dispatch_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8473011Z test_dispatch_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8474002Z test_dispatch_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8475015Z test_dispatch_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8476010Z test_dispatch_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8477013Z test_dispatch_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8477985Z test_dispatch_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8478972Z test_dispatch_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8479967Z test_dispatch_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8480939Z test_dispatch_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8481908Z test_dispatch_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8482914Z test_dispatch_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8483933Z test_dispatch_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8485321Z test_dispatch_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8486474Z test_dispatch_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8487536Z test_dispatch_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8488570Z test_dispatch_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8489590Z test_dispatch_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8490604Z test_dispatch_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8491621Z test_dispatch_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8492632Z test_dispatch_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8493610Z test_dispatch_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8494726Z test_dispatch_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8495745Z test_dispatch_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8496754Z test_dispatch_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8497722Z test_dispatch_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8498740Z test_dispatch_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8499770Z test_dispatch_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8500793Z test_dispatch_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8501783Z test_dispatch_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8502795Z test_dispatch_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8503793Z test_dispatch_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8504843Z test_dispatch_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8505802Z test_dispatch_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8506789Z test_dispatch_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8507792Z test_dispatch_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8508809Z test_dispatch_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8509797Z test_dispatch_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8510822Z test_dispatch_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8511864Z test_dispatch_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8512862Z test_dispatch_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8513880Z test_dispatch_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8515050Z test_dispatch_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8515648Z test_dispatch_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8516230Z test_dispatch_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8516807Z test_dispatch_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8517396Z test_dispatch_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8517960Z test_dispatch_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8518556Z test_dispatch_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8519145Z test_dispatch_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8519808Z test_dispatch_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8520415Z test_dispatch_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8521014Z test_dispatch_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8521621Z test_dispatch_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8522203Z test_dispatch_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8522790Z test_dispatch_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8523373Z test_dispatch_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8523924Z test_dispatch_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8524501Z test_dispatch_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8525081Z test_dispatch_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8525670Z test_dispatch_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8526253Z test_dispatch_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8526856Z test_dispatch_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8527471Z test_dispatch_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8528072Z test_dispatch_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8528661Z test_dispatch_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8529235Z test_dispatch_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8529819Z test_dispatch_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8530402Z test_dispatch_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8530972Z test_dispatch_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8531603Z test_dispatch_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8532177Z test_dispatch_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8532754Z test_dispatch_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8533367Z test_dispatch_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8533959Z test_dispatch_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8534642Z test_dispatch_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8535241Z test_dispatch_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8535855Z test_dispatch_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8536541Z test_dispatch_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8537164Z test_dispatch_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8537774Z test_dispatch_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8538376Z test_dispatch_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8538963Z test_dispatch_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8539568Z test_dispatch_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8540178Z test_dispatch_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8540773Z test_dispatch_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8541336Z test_dispatch_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8541923Z test_dispatch_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8542497Z test_dispatch_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8543063Z test_dispatch_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8543639Z test_dispatch_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8544217Z test_dispatch_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8545013Z test_dispatch_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8545634Z test_dispatch_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8546246Z test_dispatch_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8546844Z test_dispatch_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8547450Z test_dispatch_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8548157Z test_dispatch_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8548764Z test_dispatch_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8549373Z test_dispatch_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8549968Z test_dispatch_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8550581Z test_dispatch_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8551173Z test_dispatch_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8551736Z test_dispatch_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8552325Z test_dispatch_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8552932Z test_dispatch_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8553512Z test_dispatch_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8554073Z test_dispatch_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8554635Z test_dispatch_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8555192Z test_dispatch_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8555763Z test_dispatch_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8556339Z test_dispatch_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8556916Z test_dispatch_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8557481Z test_dispatch_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8558042Z test_dispatch_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8558618Z test_dispatch_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8559189Z test_dispatch_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8559752Z test_dispatch_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8560334Z test_dispatch_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8560901Z test_dispatch_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8561463Z test_dispatch_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8562028Z test_dispatch_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8562607Z test_dispatch_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8563191Z test_dispatch_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8563745Z test_dispatch_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8564372Z test_dispatch_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8564943Z test_dispatch_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8565513Z test_dispatch_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8566072Z test_dispatch_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8566634Z test_dispatch_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8567213Z test_dispatch_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8567803Z test_dispatch_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8568392Z test_dispatch_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8568996Z test_dispatch_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8569568Z test_dispatch_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8570168Z test_dispatch_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8570756Z test_dispatch_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8571345Z test_dispatch_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8571930Z test_dispatch_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8572547Z test_dispatch_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8573148Z test_dispatch_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8573763Z test_dispatch_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8574439Z test_dispatch_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8575020Z test_dispatch_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8575611Z test_dispatch_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8576215Z test_dispatch_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8576798Z test_dispatch_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8577393Z test_dispatch_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8577986Z test_dispatch_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8578568Z test_dispatch_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8579150Z test_dispatch_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8579748Z test_dispatch_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8580322Z test_dispatch_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8580960Z test_dispatch_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8581569Z test_dispatch_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8582155Z test_dispatch_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8582747Z test_dispatch_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8583329Z test_dispatch_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8583909Z test_dispatch_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8584565Z test_dispatch_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8585135Z test_dispatch_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8585787Z test_dispatch_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8586355Z test_dispatch_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8586922Z test_dispatch_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8587495Z test_dispatch_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8588069Z test_dispatch_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8588631Z test_dispatch_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8589201Z test_dispatch_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8589778Z test_dispatch_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8590348Z test_dispatch_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8590929Z test_dispatch_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8591489Z test_dispatch_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8592030Z test_dispatch_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8592598Z test_dispatch_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8593168Z test_dispatch_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8593731Z test_dispatch_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8594288Z test_dispatch_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8594855Z test_dispatch_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8595444Z test_dispatch_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8596036Z test_dispatch_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8596622Z test_dispatch_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8597252Z test_dispatch_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8597857Z test_dispatch_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8598472Z test_dispatch_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8599081Z test_dispatch_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8599689Z test_dispatch_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8600277Z test_dispatch_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8600879Z test_dispatch_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8601482Z test_dispatch_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8602116Z test_dispatch_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8602699Z test_dispatch_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8603256Z test_dispatch_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8603834Z test_dispatch_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8604395Z test_dispatch_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8604960Z test_dispatch_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8605528Z test_dispatch_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8606092Z test_dispatch_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8606646Z test_dispatch_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8607208Z test_dispatch_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8607765Z test_dispatch_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8608305Z test_dispatch_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8608870Z test_dispatch_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8609461Z test_dispatch_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8610040Z test_dispatch_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8610628Z test_dispatch_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8611214Z test_dispatch_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8611790Z test_dispatch_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8612369Z test_dispatch_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8612938Z test_dispatch_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8613560Z test_dispatch_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8614106Z test_dispatch_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8614735Z test_dispatch_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8615296Z test_dispatch_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8615867Z test_dispatch_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8616475Z test_dispatch_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8617082Z test_dispatch_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8617699Z test_dispatch_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8618345Z test_dispatch_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8618943Z test_dispatch_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8619521Z test_dispatch_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8620129Z test_dispatch_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8620729Z test_dispatch_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8621327Z test_dispatch_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8621926Z test_dispatch_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8622524Z test_dispatch_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8623108Z test_dispatch_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8623695Z test_dispatch_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8624290Z test_dispatch_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8624986Z test_dispatch_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8625581Z test_dispatch_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8626191Z test_dispatch_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8626779Z test_dispatch_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8627372Z test_dispatch_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8627986Z test_dispatch_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8628595Z test_dispatch_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8629195Z test_dispatch_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8629796Z test_dispatch_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8630460Z test_dispatch_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8631055Z test_dispatch_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8631625Z test_dispatch_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8632213Z test_dispatch_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8632782Z test_dispatch_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8633359Z test_dispatch_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8633932Z test_dispatch_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8634537Z test_dispatch_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8635178Z test_dispatch_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8635788Z test_dispatch_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8636388Z test_dispatch_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8636973Z test_dispatch_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8637560Z test_dispatch_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8638143Z test_dispatch_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8638748Z test_dispatch_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8639342Z test_dispatch_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8639918Z test_dispatch_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8640499Z test_dispatch_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8641078Z test_dispatch_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8641655Z test_dispatch_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8642244Z test_dispatch_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8642805Z test_dispatch_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8643375Z test_dispatch_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8643950Z test_dispatch_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8644508Z test_dispatch_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8645072Z test_dispatch_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8645629Z test_dispatch_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8646193Z test_dispatch_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8646812Z test_dispatch_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8647386Z test_dispatch_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8647928Z test_dispatch_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8648487Z test_dispatch_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8649076Z test_dispatch_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8649674Z test_dispatch_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8650273Z test_dispatch_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8650876Z test_dispatch_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8651529Z test_dispatch_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8652123Z test_dispatch_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8652706Z test_dispatch_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8653289Z test_dispatch_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8653863Z test_dispatch_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8654522Z test_dispatch_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8655119Z test_dispatch_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8655731Z test_dispatch_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8656320Z test_dispatch_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8656940Z test_dispatch_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8657553Z test_dispatch_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8658176Z test_dispatch_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8658774Z test_dispatch_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8659359Z test_dispatch_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8659962Z test_dispatch_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8660553Z test_dispatch_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8661150Z test_dispatch_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8661743Z test_dispatch_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8662341Z test_dispatch_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8663002Z test_dispatch_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8663623Z test_dispatch_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8664207Z test_dispatch_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8664914Z test_dispatch_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8665517Z test_dispatch_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8666124Z test_dispatch_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8666735Z test_dispatch_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8667344Z test_dispatch_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8668003Z test_dispatch_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8668606Z test_dispatch_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8669197Z test_dispatch_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8669796Z test_dispatch_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8670395Z test_dispatch_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8671008Z test_dispatch_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8671589Z test_dispatch_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8672215Z test_dispatch_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8672826Z test_dispatch_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8673431Z test_dispatch_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8674041Z test_dispatch_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8674640Z test_dispatch_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8675241Z test_dispatch_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8675841Z test_dispatch_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8676428Z test_dispatch_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8677009Z test_dispatch_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8677575Z test_dispatch_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8678177Z test_dispatch_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8678768Z test_dispatch_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8679443Z test_dispatch_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8680056Z test_dispatch_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8680666Z test_dispatch_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8681265Z test_dispatch_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8681866Z test_dispatch_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8682472Z test_dispatch_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8683049Z test_dispatch_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8683636Z test_dispatch_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8684259Z test_dispatch_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8684851Z test_dispatch_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8685441Z test_dispatch_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8686054Z test_dispatch_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8686662Z test_dispatch_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8687277Z test_dispatch_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8687892Z test_dispatch_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8688490Z test_dispatch_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8689075Z test_dispatch_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8689675Z test_dispatch_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8690272Z test_dispatch_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8690874Z test_dispatch_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8691487Z test_dispatch_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8692087Z test_dispatch_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8692716Z test_dispatch_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8693336Z test_dispatch_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8693961Z test_dispatch_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8694634Z test_dispatch_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8695229Z test_dispatch_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8695891Z test_dispatch_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8696497Z test_dispatch_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8697096Z test_dispatch_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8697701Z test_dispatch_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8698310Z test_dispatch_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8698906Z test_dispatch_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8699490Z test_dispatch_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8700092Z test_dispatch_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8700730Z test_dispatch_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8701293Z test_dispatch_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8701871Z test_dispatch_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8702439Z test_dispatch_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8703015Z test_dispatch_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8703580Z test_dispatch_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8704169Z test_dispatch_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8704835Z test_dispatch_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8705419Z test_dispatch_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8705963Z test_dispatch_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8706535Z test_dispatch_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8707127Z test_dispatch_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8707697Z test_dispatch_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8708274Z test_dispatch_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8708848Z test_dispatch_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8709416Z test_dispatch_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8709986Z test_dispatch_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8710552Z test_dispatch_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8711114Z test_dispatch_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8711685Z test_dispatch_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8712334Z test_dispatch_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8712929Z test_dispatch_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8713549Z test_dispatch_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8714153Z test_dispatch_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8714746Z test_dispatch_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8715347Z test_dispatch_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8715943Z test_dispatch_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8716529Z test_dispatch_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8717158Z test_dispatch_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8717730Z test_dispatch_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8718313Z test_dispatch_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8718890Z test_dispatch_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8719492Z test_dispatch_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8720082Z test_dispatch_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8720700Z test_dispatch_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8721324Z test_dispatch_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8721939Z test_dispatch_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8722539Z test_dispatch_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8723145Z test_dispatch_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8723725Z test_dispatch_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8724316Z test_dispatch_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8724915Z test_dispatch_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8725501Z test_dispatch_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8726093Z test_dispatch_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8726676Z test_dispatch_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8727258Z test_dispatch_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8727838Z test_dispatch_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8728410Z test_dispatch_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8729034Z test_dispatch_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8729597Z test_dispatch_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8730167Z test_dispatch_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8730742Z test_dispatch_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8731335Z test_dispatch_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8731911Z test_dispatch_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8732520Z test_dispatch_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8733124Z test_dispatch_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8733754Z test_dispatch_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8734405Z test_dispatch_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8734965Z test_dispatch_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8735536Z test_dispatch_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8736111Z test_dispatch_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8736685Z test_dispatch_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8737249Z test_dispatch_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8737826Z test_dispatch_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8738404Z test_dispatch_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8738997Z test_dispatch_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8739566Z test_dispatch_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8740159Z test_dispatch_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8740730Z test_dispatch_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8741306Z test_dispatch_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8741884Z test_dispatch_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8742453Z test_dispatch_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8743025Z test_dispatch_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8743589Z test_dispatch_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8744150Z test_dispatch_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8744790Z test_dispatch_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8745437Z test_dispatch_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8746023Z test_dispatch_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8746608Z test_dispatch_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8747202Z test_dispatch_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8747781Z test_dispatch_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8748380Z test_dispatch_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8748964Z test_dispatch_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8749554Z test_dispatch_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8750189Z test_dispatch_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8750771Z test_dispatch_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8751367Z test_dispatch_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8751944Z test_dispatch_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8752521Z test_dispatch_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8753111Z test_dispatch_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8753718Z test_dispatch_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8754307Z test_dispatch_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8754890Z test_dispatch_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8755468Z test_dispatch_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8756062Z test_dispatch_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8756645Z test_dispatch_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8757224Z test_dispatch_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8757802Z test_dispatch_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8758378Z test_dispatch_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8758976Z test_dispatch_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8759568Z test_dispatch_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8760163Z test_dispatch_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8760751Z test_dispatch_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8761389Z test_dispatch_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8761974Z test_dispatch_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8762556Z test_dispatch_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8763119Z test_dispatch_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8763695Z test_dispatch_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8764271Z test_dispatch_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8764856Z test_dispatch_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8765450Z test_dispatch_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8766152Z test_dispatch_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8766738Z test_dispatch_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8767313Z test_dispatch_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8767706Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8768090Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8768473Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8768874Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8769270Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8769660Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8770043Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8770423Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8770800Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8771170Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8771562Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8771927Z test_dispatch_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8772334Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8772735Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8773152Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8773564Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8773978Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8774528Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8774934Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8775350Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8775748Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8776129Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8776532Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8776940Z test_dispatch_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8777365Z test_dispatch_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8777736Z test_dispatch_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8778116Z test_dispatch_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8778495Z test_dispatch_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8778861Z test_dispatch_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8779222Z test_dispatch_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8779587Z test_dispatch_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8779937Z test_dispatch_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8780305Z test_dispatch_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8780663Z test_dispatch_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8781023Z test_dispatch_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8781384Z test_dispatch_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8781781Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8782171Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8782580Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8782989Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8783368Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8783760Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8784153Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8784626Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8785025Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8785496Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8785894Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8786291Z test_dispatch_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8786671Z test_dispatch_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8787039Z test_dispatch_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8787398Z test_dispatch_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8787773Z test_dispatch_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8788151Z test_dispatch_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8788591Z test_dispatch_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8788958Z test_dispatch_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8789321Z test_dispatch_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8789689Z test_dispatch_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8790056Z test_dispatch_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8790419Z test_dispatch_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8790766Z test_dispatch_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:22:30.8791378Z test_dispatch_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8791950Z test_dispatch_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8792551Z test_dispatch_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8793156Z test_dispatch_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8793742Z test_dispatch_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8794330Z test_dispatch_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8794896Z test_dispatch_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8795478Z test_dispatch_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8796024Z test_dispatch_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8796598Z test_dispatch_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8797166Z test_dispatch_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8797740Z test_dispatch_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8798342Z test_dispatch_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8798980Z test_dispatch_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8799581Z test_dispatch_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8800529Z test_dispatch_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8801200Z test_dispatch_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8801782Z test_dispatch_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8802357Z test_dispatch_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8802948Z test_dispatch_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8803516Z test_dispatch_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8804140Z test_dispatch_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8804716Z test_dispatch_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8805286Z test_dispatch_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8805861Z test_dispatch_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8806458Z test_dispatch_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8807030Z test_dispatch_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8807615Z test_dispatch_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8808214Z test_dispatch_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8808795Z test_dispatch_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8809377Z test_dispatch_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8809953Z test_dispatch_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8810520Z test_dispatch_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8811096Z test_dispatch_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8811675Z test_dispatch_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8812245Z test_dispatch_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8812825Z test_dispatch_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8813386Z test_dispatch_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8813952Z test_dispatch_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8814590Z test_dispatch_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8815167Z test_dispatch_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8815794Z test_dispatch_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8816363Z test_dispatch_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8816932Z test_dispatch_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8817504Z test_dispatch_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8818068Z test_dispatch_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8818617Z test_dispatch_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8819208Z test_dispatch_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8819807Z test_dispatch_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8820446Z test_dispatch_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8821032Z test_dispatch_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8821612Z test_dispatch_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8822208Z test_dispatch_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8822783Z test_dispatch_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8823372Z test_dispatch_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8823962Z test_dispatch_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8824613Z test_dispatch_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8825200Z test_dispatch_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8825767Z test_dispatch_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8826343Z test_dispatch_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8826915Z test_dispatch_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8827552Z test_dispatch_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8828185Z test_dispatch_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8828817Z test_dispatch_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8829445Z test_dispatch_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8830098Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8830726Z test_dispatch_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8831358Z test_dispatch_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8831997Z test_dispatch_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8832720Z test_dispatch_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8833353Z test_dispatch_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8833978Z test_dispatch_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8834586Z test_dispatch_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8835202Z test_dispatch_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8835831Z test_dispatch_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8836453Z test_dispatch_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8837107Z test_dispatch_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8837718Z test_dispatch_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8838322Z test_dispatch_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8838919Z test_dispatch_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8839519Z test_dispatch_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8840122Z test_dispatch_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8840728Z test_dispatch_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8841347Z test_dispatch_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8841964Z test_dispatch_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8842560Z test_dispatch_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8843138Z test_dispatch_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8843786Z test_dispatch_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8844439Z test_dispatch_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8845082Z test_dispatch_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8845711Z test_dispatch_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8846328Z test_dispatch_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8846946Z test_dispatch_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8847543Z test_dispatch_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8848140Z test_dispatch_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8848818Z test_dispatch_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8849429Z test_dispatch_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8850047Z test_dispatch_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8850665Z test_dispatch_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8851307Z test_dispatch_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8851939Z test_dispatch_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8852558Z test_dispatch_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8853189Z test_dispatch_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8853884Z test_dispatch_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8854589Z test_dispatch_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8855215Z test_dispatch_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8855823Z test_dispatch_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8856511Z test_dispatch_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8857205Z test_dispatch_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8857875Z test_dispatch_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8858550Z test_dispatch_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8859169Z test_dispatch_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8859786Z test_dispatch_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8860396Z test_dispatch_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8861004Z test_dispatch_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8861639Z test_dispatch_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8862237Z test_dispatch_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8862854Z test_dispatch_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8863476Z test_dispatch_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8864126Z test_dispatch_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8864857Z test_dispatch_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8865573Z test_dispatch_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8866202Z test_dispatch_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8866847Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8867506Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8868152Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8868764Z test_dispatch_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8869396Z test_dispatch_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8870140Z test_dispatch_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8870770Z test_dispatch_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8871404Z test_dispatch_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8872020Z test_dispatch_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8872639Z test_dispatch_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8873244Z test_dispatch_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8873863Z test_dispatch_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8874558Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8875213Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8875872Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8876527Z test_dispatch_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8877142Z test_dispatch_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8877752Z test_dispatch_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8878365Z test_dispatch_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8878961Z test_dispatch_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8879602Z test_dispatch_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8880233Z test_dispatch_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8880854Z test_dispatch_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8881457Z test_dispatch_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8882187Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8882835Z test_dispatch_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8883465Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8884081Z test_dispatch_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8884707Z test_dispatch_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8885336Z test_dispatch_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8885962Z test_dispatch_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8886628Z test_dispatch_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8887254Z test_dispatch_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8887897Z test_dispatch_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8888518Z test_dispatch_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8889141Z test_dispatch_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8889760Z test_dispatch_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8890386Z test_dispatch_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8891040Z test_dispatch_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8891692Z test_dispatch_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8892321Z test_dispatch_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8892947Z test_dispatch_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8893584Z test_dispatch_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8894292Z test_dispatch_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8894908Z test_dispatch_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8895540Z test_dispatch_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8896225Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8896911Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8897585Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8898307Z test_dispatch_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8898946Z test_dispatch_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8899579Z test_dispatch_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8900217Z test_dispatch_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8901170Z test_dispatch_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8901842Z test_dispatch_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8902461Z test_dispatch_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8903139Z test_dispatch_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8903767Z test_dispatch_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8904471Z test_dispatch_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8905092Z test_dispatch_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8905709Z test_dispatch_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8906333Z test_dispatch_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8906948Z test_dispatch_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8907556Z test_dispatch_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8908135Z test_dispatch_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8908732Z test_dispatch_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8909424Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8910124Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8910822Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8911504Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8912191Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8912884Z test_dispatch_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8913503Z test_dispatch_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8914127Z test_dispatch_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8914723Z test_dispatch_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8915564Z test_dispatch_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8916242Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8916904Z test_dispatch_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8917545Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8918201Z test_dispatch_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8918695Z test_dispatch_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:30.8919243Z test_dispatch_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:30.8919721Z test_dispatch_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:30.8920193Z test_dispatch_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:22:30.8920803Z test_dispatch_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8921388Z test_dispatch_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8921992Z test_dispatch_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8922591Z test_dispatch_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8923228Z test_dispatch_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8923868Z test_dispatch_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8924489Z test_dispatch_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8925118Z test_dispatch_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8925741Z test_dispatch_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8926372Z test_dispatch_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8926991Z test_dispatch_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8927581Z test_dispatch_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8928220Z test_dispatch_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8928855Z test_dispatch_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8929476Z test_dispatch_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8930098Z test_dispatch_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8930828Z test_dispatch_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8931496Z test_dispatch_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8932165Z test_dispatch_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8932828Z test_dispatch_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8933447Z test_dispatch_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8934065Z test_dispatch_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8934713Z test_dispatch_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8935368Z test_dispatch_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8936009Z test_dispatch_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8936651Z test_dispatch_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8937272Z test_dispatch_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8937897Z test_dispatch_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8938552Z test_dispatch_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8939209Z test_dispatch_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8939834Z test_dispatch_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8940467Z test_dispatch_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8941101Z test_dispatch_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8941749Z test_dispatch_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8942388Z test_dispatch_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8943032Z test_dispatch_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8943666Z test_dispatch_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8944294Z test_dispatch_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8945003Z test_dispatch_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8945615Z test_dispatch_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8946232Z test_dispatch_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8946846Z test_dispatch_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8947505Z test_dispatch_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8948112Z test_dispatch_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8948712Z test_dispatch_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8949337Z test_dispatch_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8949970Z test_dispatch_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8950602Z test_dispatch_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8951211Z test_dispatch_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8951885Z test_dispatch_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8952524Z test_dispatch_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8953169Z test_dispatch_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8953786Z test_dispatch_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8954423Z test_dispatch_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8955044Z test_dispatch_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8955670Z test_dispatch_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8956270Z test_dispatch_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8956883Z test_dispatch_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8957485Z test_dispatch_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8958079Z test_dispatch_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8958675Z test_dispatch_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8959270Z test_dispatch_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8959844Z test_dispatch_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8960427Z test_dispatch_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8961026Z test_dispatch_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8961621Z test_dispatch_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8962204Z test_dispatch_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8962793Z test_dispatch_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8963416Z test_dispatch_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8964005Z test_dispatch_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8964584Z test_dispatch_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8965153Z test_dispatch_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8965727Z test_dispatch_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8966293Z test_dispatch_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8966854Z test_dispatch_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8967419Z test_dispatch_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8968033Z test_dispatch_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8968608Z test_dispatch_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8969201Z test_dispatch_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8969766Z test_dispatch_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8970360Z test_dispatch_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8970931Z test_dispatch_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8971502Z test_dispatch_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8972074Z test_dispatch_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8972637Z test_dispatch_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8973210Z test_dispatch_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8973782Z test_dispatch_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8974417Z test_dispatch_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8974984Z test_dispatch_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8975579Z test_dispatch_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8976159Z test_dispatch_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8976735Z test_dispatch_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8977303Z test_dispatch_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8977862Z test_dispatch_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8978420Z test_dispatch_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8978970Z test_dispatch_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8979580Z test_dispatch_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8980156Z test_dispatch_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8980737Z test_dispatch_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8981299Z test_dispatch_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8981867Z test_dispatch_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8982454Z test_dispatch_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8983030Z test_dispatch_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8983601Z test_dispatch_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8984217Z test_dispatch_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8984876Z test_dispatch_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8985439Z test_dispatch_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8986008Z test_dispatch_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8986571Z test_dispatch_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8987168Z test_dispatch_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8987775Z test_dispatch_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8988395Z test_dispatch_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8989027Z test_dispatch_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8989657Z test_dispatch_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8990314Z test_dispatch_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8990960Z test_dispatch_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8991597Z test_dispatch_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8992237Z test_dispatch_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8992867Z test_dispatch_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8993475Z test_dispatch_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8994090Z test_dispatch_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8994711Z test_dispatch_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8995329Z test_dispatch_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8996052Z test_dispatch_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8996682Z test_dispatch_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8997300Z test_dispatch_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8997910Z test_dispatch_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8998521Z test_dispatch_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8999133Z test_dispatch_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.8999717Z test_dispatch_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9000329Z test_dispatch_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9001007Z test_dispatch_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9001630Z test_dispatch_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9002252Z test_dispatch_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9002865Z test_dispatch_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9003472Z test_dispatch_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9004061Z test_dispatch_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9004654Z test_dispatch_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9005271Z test_dispatch_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9005851Z test_dispatch_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9006474Z test_dispatch_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9007096Z test_dispatch_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9007713Z test_dispatch_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9008329Z test_dispatch_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9008932Z test_dispatch_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9009522Z test_dispatch_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9010126Z test_dispatch_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9010717Z test_dispatch_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9011313Z test_dispatch_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9011897Z test_dispatch_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9012619Z test_dispatch_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9013223Z test_dispatch_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9013853Z test_dispatch_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9014518Z test_dispatch_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9015123Z test_dispatch_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9015734Z test_dispatch_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9016660Z test_dispatch_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9017308Z test_dispatch_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9017976Z test_dispatch_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9018561Z test_dispatch_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9019156Z test_dispatch_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9019751Z test_dispatch_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9020350Z test_dispatch_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9020938Z test_dispatch_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9021560Z test_dispatch_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9022171Z test_dispatch_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9022770Z test_dispatch_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9023367Z test_dispatch_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9023949Z test_dispatch_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9024621Z test_dispatch_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9025228Z test_dispatch_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9025836Z test_dispatch_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9026418Z test_dispatch_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9027024Z test_dispatch_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9027640Z test_dispatch_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9028237Z test_dispatch_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9028851Z test_dispatch_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9029552Z test_dispatch_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9030134Z test_dispatch_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9030746Z test_dispatch_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9031345Z test_dispatch_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9031949Z test_dispatch_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9032554Z test_dispatch_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9033147Z test_dispatch_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9033746Z test_dispatch_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9034404Z test_dispatch_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9035003Z test_dispatch_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9035584Z test_dispatch_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9036145Z test_dispatch_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9036737Z test_dispatch_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9037310Z test_dispatch_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9037884Z test_dispatch_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9038453Z test_dispatch_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9039021Z test_dispatch_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9039592Z test_dispatch_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9040193Z test_dispatch_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9040807Z test_dispatch_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9041401Z test_dispatch_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9042010Z test_dispatch_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9042610Z test_dispatch_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9043199Z test_dispatch_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9043782Z test_dispatch_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9044373Z test_dispatch_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9044957Z test_dispatch_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9045538Z test_dispatch_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9046205Z test_dispatch_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9046808Z test_dispatch_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9047397Z test_dispatch_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9048001Z test_dispatch_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9048597Z test_dispatch_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9049209Z test_dispatch_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9049803Z test_dispatch_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9050455Z test_dispatch_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9051062Z test_dispatch_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9051661Z test_dispatch_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9052229Z test_dispatch_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9052820Z test_dispatch_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9053387Z test_dispatch_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9053978Z test_dispatch_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9054667Z test_dispatch_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9055252Z test_dispatch_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9055832Z test_dispatch_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9056403Z test_dispatch_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9056960Z test_dispatch_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9057508Z test_dispatch_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9058077Z test_dispatch_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9058629Z test_dispatch_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9059209Z test_dispatch_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9059771Z test_dispatch_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9060323Z test_dispatch_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9060877Z test_dispatch_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9061424Z test_dispatch_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9061991Z test_dispatch_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9062633Z test_dispatch_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9063201Z test_dispatch_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9063770Z test_dispatch_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9064321Z test_dispatch_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9064991Z test_dispatch_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9065578Z test_dispatch_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9066146Z test_dispatch_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9066723Z test_dispatch_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9067404Z test_dispatch_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9068010Z test_dispatch_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9068604Z test_dispatch_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9069188Z test_dispatch_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9069780Z test_dispatch_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9070400Z test_dispatch_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9070995Z test_dispatch_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9071603Z test_dispatch_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9072184Z test_dispatch_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9072749Z test_dispatch_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9073337Z test_dispatch_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9073916Z test_dispatch_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9074498Z test_dispatch_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9075072Z test_dispatch_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9075620Z test_dispatch_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9076179Z test_dispatch_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9076743Z test_dispatch_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9077325Z test_dispatch_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9077890Z test_dispatch_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9078456Z test_dispatch_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9079086Z test_dispatch_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9079671Z test_dispatch_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9080237Z test_dispatch_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9080809Z test_dispatch_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9081389Z test_dispatch_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9081971Z test_dispatch_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9082545Z test_dispatch_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9083120Z test_dispatch_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9083748Z test_dispatch_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9084315Z test_dispatch_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9084872Z test_dispatch_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9085439Z test_dispatch_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9085997Z test_dispatch_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9086533Z test_dispatch_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9087150Z test_dispatch_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9087767Z test_dispatch_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9088374Z test_dispatch_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9088980Z test_dispatch_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9089579Z test_dispatch_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9090179Z test_dispatch_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9090776Z test_dispatch_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9091375Z test_dispatch_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9091968Z test_dispatch_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9092584Z test_dispatch_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9093187Z test_dispatch_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9093790Z test_dispatch_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9094452Z test_dispatch_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9095048Z test_dispatch_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9095701Z test_dispatch_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9096298Z test_dispatch_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9096902Z test_dispatch_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9097506Z test_dispatch_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9098105Z test_dispatch_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9098723Z test_dispatch_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9099343Z test_dispatch_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9100006Z test_dispatch_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9100613Z test_dispatch_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9101217Z test_dispatch_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9101819Z test_dispatch_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9102421Z test_dispatch_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9103031Z test_dispatch_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9103652Z test_dispatch_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9104255Z test_dispatch_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9104953Z test_dispatch_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9105564Z test_dispatch_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9106167Z test_dispatch_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9106767Z test_dispatch_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9107367Z test_dispatch_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9107970Z test_dispatch_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9108572Z test_dispatch_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9109199Z test_dispatch_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9109841Z test_dispatch_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9110454Z test_dispatch_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9111073Z test_dispatch_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9111798Z test_dispatch_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9112416Z test_dispatch_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9113033Z test_dispatch_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9113656Z test_dispatch_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9114268Z test_dispatch_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9114894Z test_dispatch_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9115512Z test_dispatch_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9116166Z test_dispatch_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9116829Z test_dispatch_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9117445Z test_dispatch_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9118052Z test_dispatch_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9118663Z test_dispatch_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9119270Z test_dispatch_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9119870Z test_dispatch_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9120479Z test_dispatch_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9121083Z test_dispatch_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9121697Z test_dispatch_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9122284Z test_dispatch_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9122879Z test_dispatch_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9123486Z test_dispatch_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9124098Z test_dispatch_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9124706Z test_dispatch_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9125308Z test_dispatch_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9125920Z test_dispatch_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9126526Z test_dispatch_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9127123Z test_dispatch_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9127704Z test_dispatch_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9128344Z test_dispatch_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9128931Z test_dispatch_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9129571Z test_dispatch_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9130202Z test_dispatch_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9130825Z test_dispatch_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9131454Z test_dispatch_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9132088Z test_dispatch_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9132759Z test_dispatch_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9133381Z test_dispatch_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9134006Z test_dispatch_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9134691Z test_dispatch_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9135295Z test_dispatch_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9135906Z test_dispatch_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9136532Z test_dispatch_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9137156Z test_dispatch_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9137769Z test_dispatch_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9138376Z test_dispatch_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9138971Z test_dispatch_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9139594Z test_dispatch_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9140221Z test_dispatch_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9140830Z test_dispatch_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9141420Z test_dispatch_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9142018Z test_dispatch_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9142613Z test_dispatch_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9143203Z test_dispatch_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9143791Z test_dispatch_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9144528Z test_dispatch_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9145148Z test_dispatch_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9145772Z test_dispatch_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9146391Z test_dispatch_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9146996Z test_dispatch_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9147609Z test_dispatch_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9148219Z test_dispatch_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9148824Z test_dispatch_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9149507Z test_dispatch_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9150142Z test_dispatch_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9150788Z test_dispatch_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9151426Z test_dispatch_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9152050Z test_dispatch_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9152684Z test_dispatch_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9153294Z test_dispatch_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9153896Z test_dispatch_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9154511Z test_dispatch_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9155129Z test_dispatch_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9155734Z test_dispatch_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9156348Z test_dispatch_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9156949Z test_dispatch_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9157539Z test_dispatch_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9158132Z test_dispatch_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9158731Z test_dispatch_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9159302Z test_dispatch_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9159927Z test_dispatch_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9160539Z test_dispatch_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9161242Z test_dispatch_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9161871Z test_dispatch_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9162485Z test_dispatch_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9163113Z test_dispatch_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9163730Z test_dispatch_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9164336Z test_dispatch_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9164941Z test_dispatch_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9165579Z test_dispatch_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9166190Z test_dispatch_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9166781Z test_dispatch_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9167404Z test_dispatch_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9168018Z test_dispatch_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9168646Z test_dispatch_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9169272Z test_dispatch_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9169891Z test_dispatch_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9170515Z test_dispatch_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9171129Z test_dispatch_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9171715Z test_dispatch_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9172321Z test_dispatch_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9172927Z test_dispatch_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9173548Z test_dispatch_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9174156Z test_dispatch_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9174843Z test_dispatch_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9175455Z test_dispatch_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9176073Z test_dispatch_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9176696Z test_dispatch_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9177369Z test_dispatch_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9177970Z test_dispatch_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9178583Z test_dispatch_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9179204Z test_dispatch_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9179826Z test_dispatch_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9180437Z test_dispatch_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9181048Z test_dispatch_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9181645Z test_dispatch_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9182297Z test_dispatch_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9182894Z test_dispatch_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9183482Z test_dispatch_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9184062Z test_dispatch_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9184867Z test_dispatch_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9185467Z test_dispatch_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9186086Z test_dispatch_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9186706Z test_dispatch_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9187306Z test_dispatch_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9187908Z test_dispatch_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9188505Z test_dispatch_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9189099Z test_dispatch_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9189684Z test_dispatch_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9190262Z test_dispatch_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9190850Z test_dispatch_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9191444Z test_dispatch_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9192049Z test_dispatch_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9192666Z test_dispatch_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9193280Z test_dispatch_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9193970Z test_dispatch_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9194567Z test_dispatch_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9195161Z test_dispatch_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9195733Z test_dispatch_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9196324Z test_dispatch_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9196909Z test_dispatch_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9197504Z test_dispatch_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9198101Z test_dispatch_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9198758Z test_dispatch_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9199365Z test_dispatch_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9199960Z test_dispatch_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9200547Z test_dispatch_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9201132Z test_dispatch_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9201686Z test_dispatch_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9202260Z test_dispatch_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9202833Z test_dispatch_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9203408Z test_dispatch_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9203988Z test_dispatch_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9204592Z test_dispatch_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9205209Z test_dispatch_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9205817Z test_dispatch_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9206441Z test_dispatch_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9207041Z test_dispatch_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9207624Z test_dispatch_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9208255Z test_dispatch_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9208856Z test_dispatch_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9209460Z test_dispatch_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9210104Z test_dispatch_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9210706Z test_dispatch_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9211295Z test_dispatch_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9211895Z test_dispatch_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9212482Z test_dispatch_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9213061Z test_dispatch_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9213699Z test_dispatch_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9214385Z test_dispatch_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9215089Z test_dispatch_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9215726Z test_dispatch_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9216364Z test_dispatch_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9216994Z test_dispatch_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9217611Z test_dispatch_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9218232Z test_dispatch_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9218865Z test_dispatch_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9219470Z test_dispatch_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9220114Z test_dispatch_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9220748Z test_dispatch_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9221411Z test_dispatch_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9222064Z test_dispatch_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9222714Z test_dispatch_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9223363Z test_dispatch_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9223992Z test_dispatch_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9224709Z test_dispatch_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9225337Z test_dispatch_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9225955Z test_dispatch_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9226627Z test_dispatch_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9227210Z test_dispatch_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9227807Z test_dispatch_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9228397Z test_dispatch_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9228987Z test_dispatch_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9229566Z test_dispatch_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9230157Z test_dispatch_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9230728Z test_dispatch_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9231362Z test_dispatch_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9231924Z test_dispatch_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9232498Z test_dispatch_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9233087Z test_dispatch_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9233677Z test_dispatch_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9234259Z test_dispatch_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9234836Z test_dispatch_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9235411Z test_dispatch_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9236012Z test_dispatch_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9236602Z test_dispatch_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9237184Z test_dispatch_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9237750Z test_dispatch_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9238326Z test_dispatch_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9238908Z test_dispatch_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9239483Z test_dispatch_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9240058Z test_dispatch_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9240727Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9241374Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9242038Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9242697Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9243412Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9244041Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9244700Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9245359Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9246017Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9246676Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9247386Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9248052Z test_dispatch_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9248728Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9249376Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9250045Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9250704Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9251358Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9252029Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9252690Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9253348Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9254015Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9254725Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9255379Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9256037Z test_dispatch_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9256650Z test_dispatch_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9257243Z test_dispatch_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9257827Z test_dispatch_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9258433Z test_dispatch_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9259030Z test_dispatch_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9259681Z test_dispatch_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9260274Z test_dispatch_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9260868Z test_dispatch_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9261462Z test_dispatch_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9262054Z test_dispatch_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9262697Z test_dispatch_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9263349Z test_dispatch_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9264078Z test_dispatch_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9264798Z test_dispatch_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9265440Z test_dispatch_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9266079Z test_dispatch_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9266706Z test_dispatch_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9267333Z test_dispatch_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9267964Z test_dispatch_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9268597Z test_dispatch_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9269251Z test_dispatch_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9269904Z test_dispatch_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9270537Z test_dispatch_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9271186Z test_dispatch_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9271844Z test_dispatch_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9272486Z test_dispatch_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9273120Z test_dispatch_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9273755Z test_dispatch_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9274383Z test_dispatch_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9275014Z test_dispatch_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9275712Z test_dispatch_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9276301Z test_dispatch_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9276879Z test_dispatch_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9277488Z test_dispatch_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9278077Z test_dispatch_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9278662Z test_dispatch_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9279235Z test_dispatch_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9279813Z test_dispatch_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9280457Z test_dispatch_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9281047Z test_dispatch_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9281630Z test_dispatch_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9282216Z test_dispatch_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9282795Z test_dispatch_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9283372Z test_dispatch_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9283952Z test_dispatch_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9284521Z test_dispatch_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9285092Z test_dispatch_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9285656Z test_dispatch_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9286223Z test_dispatch_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9286798Z test_dispatch_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9287391Z test_dispatch_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9287958Z test_dispatch_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9288543Z test_dispatch_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9289115Z test_dispatch_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9289710Z test_dispatch_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9290291Z test_dispatch_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9290867Z test_dispatch_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9291436Z test_dispatch_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9292009Z test_dispatch_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9292664Z test_dispatch_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9293251Z test_dispatch_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9293837Z test_dispatch_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9294486Z test_dispatch_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9295104Z test_dispatch_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9295708Z test_dispatch_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9296310Z test_dispatch_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9296965Z test_dispatch_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9297563Z test_dispatch_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9298149Z test_dispatch_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9298727Z test_dispatch_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9299298Z test_dispatch_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9299873Z test_dispatch_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9300458Z test_dispatch_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9301065Z test_dispatch_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9301631Z test_dispatch_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9302218Z test_dispatch_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9302793Z test_dispatch_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9303367Z test_dispatch_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9303942Z test_dispatch_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9304595Z test_dispatch_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9305146Z test_dispatch_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9305718Z test_dispatch_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9306294Z test_dispatch_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9306863Z test_dispatch_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9307433Z test_dispatch_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9308028Z test_dispatch_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9308692Z test_dispatch_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9309272Z test_dispatch_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9309858Z test_dispatch_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9310413Z test_dispatch_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9310986Z test_dispatch_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9311552Z test_dispatch_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9312126Z test_dispatch_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9312700Z test_dispatch_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9313342Z test_dispatch_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9313922Z test_dispatch_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9314542Z test_dispatch_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9315148Z test_dispatch_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9315771Z test_dispatch_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9316328Z test_dispatch_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9316908Z test_dispatch_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9317490Z test_dispatch_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9318061Z test_dispatch_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9318624Z test_dispatch_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9319180Z test_dispatch_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9319744Z test_dispatch_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9320311Z test_dispatch_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9320871Z test_dispatch_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9321423Z test_dispatch_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9322071Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9322714Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9323338Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9323977Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9324608Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9325304Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9325942Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9326571Z test_dispatch_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9327209Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9327833Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9328465Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9329100Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9329778Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9330407Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9331030Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9331660Z test_dispatch_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9332304Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9332943Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9333574Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9334278Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9334902Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9335522Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9336155Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9336782Z test_dispatch_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9337386Z test_dispatch_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9337985Z test_dispatch_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9338591Z test_dispatch_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9339184Z test_dispatch_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9339791Z test_dispatch_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9340387Z test_dispatch_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9340961Z test_dispatch_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9341652Z test_dispatch_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9342251Z test_dispatch_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9342850Z test_dispatch_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9343457Z test_dispatch_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9344062Z test_dispatch_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9344736Z test_dispatch_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9345326Z test_dispatch_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9345945Z test_dispatch_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9346603Z test_dispatch_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9347212Z test_dispatch_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9347806Z test_dispatch_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9348403Z test_dispatch_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9348999Z test_dispatch_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9349596Z test_dispatch_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9350206Z test_dispatch_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9350826Z test_dispatch_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9351443Z test_dispatch_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9352035Z test_dispatch_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9352600Z test_dispatch_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9353196Z test_dispatch_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9353783Z test_dispatch_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9354377Z test_dispatch_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9354968Z test_dispatch_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9355547Z test_dispatch_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9356126Z test_dispatch_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9356709Z test_dispatch_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9357298Z test_dispatch_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9357976Z test_dispatch_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9358552Z test_dispatch_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9359174Z test_dispatch_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9359792Z test_dispatch_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9360404Z test_dispatch_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9361011Z test_dispatch_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9361613Z test_dispatch_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9362217Z test_dispatch_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9362849Z test_dispatch_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9363444Z test_dispatch_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9364024Z test_dispatch_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9364623Z test_dispatch_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9365228Z test_dispatch_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9365829Z test_dispatch_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9366418Z test_dispatch_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9367014Z test_dispatch_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9367612Z test_dispatch_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9368209Z test_dispatch_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9368798Z test_dispatch_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9369394Z test_dispatch_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9369969Z test_dispatch_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9370558Z test_dispatch_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9371137Z test_dispatch_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9371710Z test_dispatch_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9372285Z test_dispatch_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9372863Z test_dispatch_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9373503Z test_dispatch_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9374126Z test_dispatch_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9374882Z test_dispatch_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9375520Z test_dispatch_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9376130Z test_dispatch_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9376835Z test_dispatch_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9377431Z test_dispatch_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9378002Z test_dispatch_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9378596Z test_dispatch_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9379227Z test_dispatch_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9379800Z test_dispatch_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9380359Z test_dispatch_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9380925Z test_dispatch_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9381467Z test_dispatch_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9382029Z test_dispatch_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9382600Z test_dispatch_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9383157Z test_dispatch_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9383723Z test_dispatch_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9384310Z test_dispatch_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9384992Z test_dispatch_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9385583Z test_dispatch_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9386173Z test_dispatch_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9386760Z test_dispatch_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9387314Z test_dispatch_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9387898Z test_dispatch_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9388466Z test_dispatch_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9389043Z test_dispatch_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9389617Z test_dispatch_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9390186Z test_dispatch_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9390751Z test_dispatch_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9391438Z test_dispatch_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9392025Z test_dispatch_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9392626Z test_dispatch_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9393229Z test_dispatch_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9393838Z test_dispatch_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9394441Z test_dispatch_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9395049Z test_dispatch_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9395706Z test_dispatch_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9396295Z test_dispatch_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9396887Z test_dispatch_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9397477Z test_dispatch_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9398051Z test_dispatch_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9398627Z test_dispatch_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9399266Z test_dispatch_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9399889Z test_dispatch_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9400530Z test_dispatch_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9401167Z test_dispatch_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9401799Z test_dispatch_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9402435Z test_dispatch_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9403055Z test_dispatch_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9403697Z test_dispatch_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9404319Z test_dispatch_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9404913Z test_dispatch_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9405535Z test_dispatch_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9406144Z test_dispatch_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9406766Z test_dispatch_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9407437Z test_dispatch_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9408021Z test_dispatch_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9408630Z test_dispatch_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9409232Z test_dispatch_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9409838Z test_dispatch_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9410441Z test_dispatch_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9411019Z test_dispatch_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9411623Z test_dispatch_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9412244Z test_dispatch_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9412828Z test_dispatch_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9413404Z test_dispatch_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9413983Z test_dispatch_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9414643Z test_dispatch_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9415239Z test_dispatch_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9415829Z test_dispatch_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9416437Z test_dispatch_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9417013Z test_dispatch_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9417617Z test_dispatch_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9418212Z test_dispatch_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9418804Z test_dispatch_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9419392Z test_dispatch_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9419983Z test_dispatch_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9420570Z test_dispatch_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9421155Z test_dispatch_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9421738Z test_dispatch_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9422306Z test_dispatch_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9422922Z test_dispatch_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9423567Z test_dispatch_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9424190Z test_dispatch_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9424897Z test_dispatch_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9425515Z test_dispatch_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9426116Z test_dispatch_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9426715Z test_dispatch_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9427307Z test_dispatch_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9427906Z test_dispatch_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9428551Z test_dispatch_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9429133Z test_dispatch_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9429725Z test_dispatch_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9430313Z test_dispatch_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9430933Z test_dispatch_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9431540Z test_dispatch_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9432155Z test_dispatch_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9432904Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9433632Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9434364Z test_dispatch_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9435054Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9435748Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9436435Z test_dispatch_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9437131Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9437812Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9438511Z test_dispatch_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9439190Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9439874Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9440631Z test_dispatch_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9441338Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9442033Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9442718Z test_dispatch_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9443419Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9444113Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9444845Z test_dispatch_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9445526Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9446188Z test_dispatch_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9446838Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9447499Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9448154Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9448817Z test_dispatch_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9449472Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9450134Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9450789Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9451435Z test_dispatch_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9452092Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9452741Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9453368Z test_dispatch_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9454013Z test_dispatch_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9454727Z test_dispatch_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9455374Z test_dispatch_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9456030Z test_dispatch_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9456771Z test_dispatch_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9457421Z test_dispatch_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9458058Z test_dispatch_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9458697Z test_dispatch_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9459323Z test_dispatch_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9459944Z test_dispatch_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9460579Z test_dispatch_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9461331Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9462022Z test_dispatch_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9462770Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9463509Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9464248Z test_dispatch_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9465018Z test_dispatch_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9465671Z test_dispatch_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9466293Z test_dispatch_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9466941Z test_dispatch_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9467576Z test_dispatch_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9468226Z test_dispatch_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9468875Z test_dispatch_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9469516Z test_dispatch_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9470143Z test_dispatch_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9470785Z test_dispatch_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9471441Z test_dispatch_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9472086Z test_dispatch_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9472810Z test_dispatch_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9473449Z test_dispatch_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9474054Z test_dispatch_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9474758Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9475454Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9476139Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9476818Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9477554Z test_dispatch_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9478231Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9478909Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9479598Z test_dispatch_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9480271Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9480950Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9481612Z test_dispatch_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9482311Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9483000Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9483698Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9484393Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9485087Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9485777Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9486458Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9487162Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9487848Z test_dispatch_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9488542Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9489260Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9489945Z test_dispatch_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9490610Z test_dispatch_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9491265Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9491927Z test_dispatch_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9492574Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9493217Z test_dispatch_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9493933Z test_dispatch_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9494667Z test_dispatch_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9495309Z test_dispatch_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9495964Z test_dispatch_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9496597Z test_dispatch_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9497253Z test_dispatch_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9497913Z test_dispatch_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9498560Z test_dispatch_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9499199Z test_dispatch_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9499829Z test_dispatch_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9500459Z test_dispatch_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9501085Z test_dispatch_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9501764Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9502440Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9503082Z test_dispatch_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9503734Z test_dispatch_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9504469Z test_dispatch_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9505136Z test_dispatch_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9505854Z test_dispatch_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9506593Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9507329Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9508059Z test_dispatch_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9508814Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9509542Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9510365Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9511106Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9511861Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9512608Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9513356Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9514111Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9514858Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9515600Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9516355Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9517098Z test_dispatch_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9517798Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9518486Z test_dispatch_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9519184Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9519862Z test_dispatch_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9520552Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9521234Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9522018Z test_dispatch_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9522662Z test_dispatch_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9523305Z test_dispatch_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9523929Z test_dispatch_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9524554Z test_dispatch_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9525187Z test_dispatch_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9525829Z test_dispatch_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9526539Z test_dispatch_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9527171Z test_dispatch_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9527834Z test_dispatch_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9528491Z test_dispatch_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9529157Z test_dispatch_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9529821Z test_dispatch_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9530489Z test_dispatch_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9531150Z test_dispatch_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9531814Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9532474Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9533123Z test_dispatch_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9533749Z test_dispatch_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9534466Z test_dispatch_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9535111Z test_dispatch_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9535764Z test_dispatch_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9536410Z test_dispatch_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9537063Z test_dispatch_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9537696Z test_dispatch_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9538375Z test_dispatch_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9539009Z test_dispatch_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9539645Z test_dispatch_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9540336Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9541003Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9541687Z test_dispatch_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9542343Z test_dispatch_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9543046Z test_dispatch_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9543699Z test_dispatch_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9544355Z test_dispatch_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9545131Z test_dispatch_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9545799Z test_dispatch_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9546470Z test_dispatch_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9547161Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9547826Z test_dispatch_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9548531Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9549225Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9549919Z test_dispatch_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9550627Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9551327Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9552007Z test_dispatch_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9552707Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9553473Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9554253Z test_dispatch_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9555087Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9555753Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9556748Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9557491Z test_dispatch_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9558244Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9558994Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9559749Z test_dispatch_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9560449Z test_dispatch_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9561132Z test_dispatch_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9561809Z test_dispatch_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9562499Z test_dispatch_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9563240Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9563990Z test_dispatch_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9564671Z test_dispatch_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9565368Z test_dispatch_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9566036Z test_dispatch_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9566672Z test_dispatch_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9567368Z test_dispatch_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9568073Z test_dispatch_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9568800Z test_dispatch_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9569531Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9570233Z test_dispatch_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9570946Z test_dispatch_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9571645Z test_dispatch_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9572394Z test_dispatch_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9573095Z test_dispatch_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9573784Z test_dispatch_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9574462Z test_dispatch_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9575133Z test_dispatch_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9575907Z test_dispatch_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9576581Z test_dispatch_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9577310Z test_dispatch_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9578059Z test_dispatch_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9578789Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9579521Z test_dispatch_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9580247Z test_dispatch_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9580956Z test_dispatch_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9581605Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9582346Z test_dispatch_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9583082Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9583815Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9584645Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9585373Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9586100Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9586837Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9587607Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9588349Z test_dispatch_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9589054Z test_dispatch_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9589691Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9590473Z test_dispatch_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9591181Z test_dispatch_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9591898Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9592594Z test_dispatch_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9593292Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9593984Z test_dispatch_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9594799Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9595498Z test_dispatch_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9596218Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9596956Z test_dispatch_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9597614Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9598314Z test_dispatch_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9599052Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9599822Z test_dispatch_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9600535Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9601295Z test_dispatch_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9602015Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9602756Z test_dispatch_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9603437Z test_dispatch_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9604109Z test_dispatch_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9604735Z test_dispatch_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9605425Z test_dispatch_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9606114Z test_dispatch_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9606864Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9607686Z test_dispatch_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9608440Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9609174Z test_dispatch_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9609942Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9610708Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9611523Z test_dispatch_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9612278Z test_dispatch_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9612907Z test_dispatch_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9613612Z test_dispatch_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9614418Z test_dispatch_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9615140Z test_dispatch_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9615843Z test_dispatch_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9616545Z test_dispatch_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9617245Z test_dispatch_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9617921Z test_dispatch_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9618655Z test_dispatch_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9619348Z test_dispatch_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9620103Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9675204Z test_dispatch_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9676276Z test_dispatch_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9676946Z test_dispatch_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9677601Z test_dispatch_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9678248Z test_dispatch_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9678896Z test_dispatch_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9679841Z test_dispatch_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9680490Z test_dispatch_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9681131Z test_dispatch_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9681787Z test_dispatch_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9682422Z test_dispatch_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9683101Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9683756Z test_dispatch_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9684487Z test_dispatch_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9685141Z test_dispatch_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9685771Z test_dispatch_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9686408Z test_dispatch_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9687057Z test_dispatch_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9687712Z test_dispatch_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9688360Z test_dispatch_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9689015Z test_dispatch_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9689677Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9690340Z test_dispatch_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9690991Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9691647Z test_dispatch_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9692339Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9693023Z test_dispatch_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9693691Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9694428Z test_dispatch_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9695131Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9695834Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9696586Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9697277Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9697938Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9698620Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9699290Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9699964Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9700687Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9701361Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9702040Z test_dispatch_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9702679Z test_dispatch_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9703306Z test_dispatch_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9703974Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9704746Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9705417Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9706091Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9706746Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9707424Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9708085Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9708747Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9709417Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9710067Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9710732Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9711382Z test_dispatch_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9712034Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9712779Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9713464Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9714163Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9714838Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9715517Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9716181Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9716909Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9717578Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9718229Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9718884Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9719514Z test_dispatch_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9720190Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9720864Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9721530Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9722192Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9722858Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9723516Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9724178Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9724837Z test_dispatch_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9725476Z test_dispatch_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9726118Z test_dispatch_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9726730Z test_dispatch_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9727370Z test_dispatch_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9728003Z test_dispatch_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9728736Z test_dispatch_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9729365Z test_dispatch_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9729990Z test_dispatch_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9730609Z test_dispatch_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9731233Z test_dispatch_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9731856Z test_dispatch_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9732497Z test_dispatch_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9733160Z test_dispatch_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9733781Z test_dispatch_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9734469Z test_dispatch_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9735106Z test_dispatch_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9735725Z test_dispatch_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9736343Z test_dispatch_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9736963Z test_dispatch_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9737602Z test_dispatch_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9738232Z test_dispatch_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9738865Z test_dispatch_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9739467Z test_dispatch_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9740096Z test_dispatch_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9740724Z test_dispatch_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9741406Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9742078Z test_dispatch_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9742708Z test_dispatch_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9743332Z test_dispatch_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9743946Z test_dispatch_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9744730Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9745538Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9746205Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9746848Z test_dispatch_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9747531Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9748206Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9748879Z test_dispatch_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9749595Z test_dispatch_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9750239Z test_dispatch_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9750880Z test_dispatch_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9751565Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9752270Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9752959Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9753633Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9754320Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9755003Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9755669Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9756342Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9757014Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9757692Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9758359Z test_dispatch_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9759007Z test_dispatch_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9759657Z test_dispatch_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9760299Z test_dispatch_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9760937Z test_dispatch_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9761649Z test_dispatch_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9762314Z test_dispatch_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9762965Z test_dispatch_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9763624Z test_dispatch_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9764288Z test_dispatch_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9764944Z test_dispatch_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9765652Z test_dispatch_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9766299Z test_dispatch_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9766946Z test_dispatch_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9767555Z test_dispatch_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9768181Z test_dispatch_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9768813Z test_dispatch_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9769455Z test_dispatch_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9770120Z test_dispatch_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9770791Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9771446Z test_dispatch_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9772100Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9772758Z test_dispatch_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9773405Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9774058Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9774749Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9775393Z test_dispatch_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9776039Z test_dispatch_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9776692Z test_dispatch_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9777387Z test_dispatch_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9778038Z test_dispatch_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9778678Z test_dispatch_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9779318Z test_dispatch_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9779940Z test_dispatch_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9780571Z test_dispatch_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9781184Z test_dispatch_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9781918Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9782628Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9783333Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9784008Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9784777Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9785472Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9786158Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9786844Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9787533Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9788208Z test_dispatch_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9788924Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9789689Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9790435Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9791174Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9791910Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9792632Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9793353Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9794151Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9794868Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9795588Z test_dispatch_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9796232Z test_dispatch_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9796886Z test_dispatch_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9797522Z test_dispatch_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9798226Z test_dispatch_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9798871Z test_dispatch_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9799494Z test_dispatch_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9800174Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9800854Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9801535Z test_dispatch_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9802224Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9802902Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9803575Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9804234Z test_dispatch_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9804828Z test_dispatch_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9805410Z test_dispatch_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9806032Z test_dispatch_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9806641Z test_dispatch_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9807239Z test_dispatch_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9807835Z test_dispatch_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9808424Z test_dispatch_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9809016Z test_dispatch_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9809598Z test_dispatch_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9810204Z test_dispatch_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9810785Z test_dispatch_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9811359Z test_dispatch_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9811926Z test_dispatch_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9812500Z test_dispatch_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9813088Z test_dispatch_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9813678Z test_dispatch_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9814318Z test_dispatch_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9814960Z test_dispatch_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9815534Z test_dispatch_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9816108Z test_dispatch_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9816724Z test_dispatch_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9817329Z test_dispatch_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.005s) 2022-12-01T10:22:30.9817922Z test_dispatch_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9818512Z test_dispatch_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9819104Z test_dispatch_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9819705Z test_dispatch_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9820309Z test_dispatch_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9820902Z test_dispatch_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9821470Z test_dispatch_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9822063Z test_dispatch_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9822682Z test_dispatch_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9823288Z test_dispatch_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9823877Z test_dispatch_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9824551Z test_dispatch_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9825148Z test_dispatch_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9825741Z test_dispatch_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9826426Z test_dispatch_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9827025Z test_dispatch_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9827654Z test_dispatch_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9828287Z test_dispatch_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9828928Z test_dispatch_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9829545Z test_dispatch_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9830131Z test_dispatch_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9830706Z test_dispatch_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9831376Z test_dispatch_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9831968Z test_dispatch_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9832565Z test_dispatch_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9833149Z test_dispatch_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9833708Z test_dispatch_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9834272Z test_dispatch_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9834852Z test_dispatch_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9835419Z test_dispatch_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9835975Z test_dispatch_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9836542Z test_dispatch_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9837110Z test_dispatch_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9837702Z test_dispatch_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9838292Z test_dispatch_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9838913Z test_dispatch_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9839511Z test_dispatch_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9840115Z test_dispatch_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9840719Z test_dispatch_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9841309Z test_dispatch_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9841897Z test_dispatch_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9842538Z test_dispatch_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9843139Z test_dispatch_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9843736Z test_dispatch_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9844314Z test_dispatch_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9844885Z test_dispatch_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9845488Z test_dispatch_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9846078Z test_dispatch_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9846668Z test_dispatch_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9847292Z test_dispatch_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9847888Z test_dispatch_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9848462Z test_dispatch_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9849061Z test_dispatch_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9849649Z test_dispatch_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9850238Z test_dispatch_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9850791Z test_dispatch_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9851360Z test_dispatch_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9851927Z test_dispatch_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9852488Z test_dispatch_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9853048Z test_dispatch_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9853613Z test_dispatch_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9854177Z test_dispatch_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9854829Z test_dispatch_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9855441Z test_dispatch_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9856015Z test_dispatch_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9856600Z test_dispatch_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9857216Z test_dispatch_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9857823Z test_dispatch_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9858423Z test_dispatch_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9859104Z test_dispatch_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9859707Z test_dispatch_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9860298Z test_dispatch_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9860873Z test_dispatch_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9861445Z test_dispatch_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9861991Z test_dispatch_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9862571Z test_dispatch_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9863146Z test_dispatch_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9863811Z test_dispatch_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9864541Z test_dispatch_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:30.9865146Z test_dispatch_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9865752Z test_dispatch_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9866338Z test_dispatch_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9866920Z test_dispatch_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9867580Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9868201Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9868848Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9869499Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9870151Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9870793Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9871435Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9872071Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9872703Z test_dispatch_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9873353Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9873994Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9874626Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9875360Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9876009Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9876643Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9877266Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9877907Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9878532Z test_dispatch_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9879181Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9879882Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9880542Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9881192Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9881815Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9882452Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9883090Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9883733Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9884371Z test_dispatch_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9885027Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9885668Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9886318Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9886978Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9887625Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9888248Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9888877Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9889510Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9890131Z test_dispatch_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9890786Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9891424Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9892136Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9892779Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9893423Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9894059Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9894755Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9895393Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9896083Z test_dispatch_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9896692Z test_dispatch_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9897304Z test_dispatch_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9897907Z test_dispatch_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9898513Z test_dispatch_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9899107Z test_dispatch_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9899703Z test_dispatch_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9900301Z test_dispatch_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9900865Z test_dispatch_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9901446Z test_dispatch_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9902033Z test_dispatch_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9902616Z test_dispatch_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9903205Z test_dispatch_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9903792Z test_dispatch_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9904469Z test_dispatch_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9905054Z test_dispatch_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9905621Z test_dispatch_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9906180Z test_dispatch_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9906718Z test_dispatch_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9907273Z test_dispatch_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9907925Z test_dispatch_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9908500Z test_dispatch_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9909073Z test_dispatch_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9909637Z test_dispatch_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9910202Z test_dispatch_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9910797Z test_dispatch_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9911387Z test_dispatch_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9911954Z test_dispatch_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9912580Z test_dispatch_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9913148Z test_dispatch_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9913718Z test_dispatch_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9914281Z test_dispatch_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9914842Z test_dispatch_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9915422Z test_dispatch_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9916008Z test_dispatch_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9916591Z test_dispatch_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9917185Z test_dispatch_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9917747Z test_dispatch_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9918325Z test_dispatch_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9918895Z test_dispatch_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9919471Z test_dispatch_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9920039Z test_dispatch_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9920613Z test_dispatch_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9921180Z test_dispatch_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9921753Z test_dispatch_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9922320Z test_dispatch_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9922880Z test_dispatch_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9923457Z test_dispatch_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9924026Z test_dispatch_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9924640Z test_dispatch_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9925239Z test_dispatch_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9925837Z test_dispatch_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9926424Z test_dispatch_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9927005Z test_dispatch_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9927595Z test_dispatch_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9928183Z test_dispatch_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9928805Z test_dispatch_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9929384Z test_dispatch_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9929962Z test_dispatch_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9930526Z test_dispatch_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9931102Z test_dispatch_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9931671Z test_dispatch_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9932267Z test_dispatch_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9932886Z test_dispatch_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9933493Z test_dispatch_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9934084Z test_dispatch_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9934728Z test_dispatch_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9935321Z test_dispatch_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9935920Z test_dispatch_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9936532Z test_dispatch_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9937139Z test_dispatch_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9937744Z test_dispatch_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9938353Z test_dispatch_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9938958Z test_dispatch_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9939560Z test_dispatch_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9940145Z test_dispatch_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9940794Z test_dispatch_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9941392Z test_dispatch_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9941970Z test_dispatch_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9942563Z test_dispatch_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9943155Z test_dispatch_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9943751Z test_dispatch_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9944331Z test_dispatch_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9944998Z test_dispatch_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9945637Z test_dispatch_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9946233Z test_dispatch_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9946857Z test_dispatch_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9947470Z test_dispatch_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9948085Z test_dispatch_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9948686Z test_dispatch_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9949295Z test_dispatch_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9949899Z test_dispatch_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9950494Z test_dispatch_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9951077Z test_dispatch_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9951686Z test_dispatch_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9952258Z test_dispatch_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9952864Z test_dispatch_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9953454Z test_dispatch_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9954023Z test_dispatch_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9954605Z test_dispatch_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9955188Z test_dispatch_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9955761Z test_dispatch_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9956324Z test_dispatch_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9956990Z test_dispatch_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9957545Z test_dispatch_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9958138Z test_dispatch_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9958705Z test_dispatch_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9959303Z test_dispatch_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9959899Z test_dispatch_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9960493Z test_dispatch_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9961081Z test_dispatch_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9961713Z test_dispatch_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9962285Z test_dispatch_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9962853Z test_dispatch_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9963391Z test_dispatch_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9963958Z test_dispatch_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9964526Z test_dispatch_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9965107Z test_dispatch_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9965727Z test_dispatch_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9966328Z test_dispatch_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9966957Z test_dispatch_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9967580Z test_dispatch_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9968180Z test_dispatch_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9968768Z test_dispatch_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9969367Z test_dispatch_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9969971Z test_dispatch_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9970563Z test_dispatch_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9971157Z test_dispatch_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9971754Z test_dispatch_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9972359Z test_dispatch_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9972968Z test_dispatch_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9973660Z test_dispatch_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9974311Z test_dispatch_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9974896Z test_dispatch_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9975491Z test_dispatch_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9976084Z test_dispatch_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9976679Z test_dispatch_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9977277Z test_dispatch_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9977871Z test_dispatch_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9978585Z test_dispatch_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9979190Z test_dispatch_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9979802Z test_dispatch_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9980389Z test_dispatch_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9980965Z test_dispatch_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9981551Z test_dispatch_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9982155Z test_dispatch_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9982741Z test_dispatch_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9983335Z test_dispatch_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9983941Z test_dispatch_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9984633Z test_dispatch_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9985234Z test_dispatch_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9985817Z test_dispatch_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9986383Z test_dispatch_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9986962Z test_dispatch_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9987531Z test_dispatch_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9988106Z test_dispatch_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9988675Z test_dispatch_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9989321Z test_dispatch_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9989940Z test_dispatch_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9990680Z test_dispatch_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9991312Z test_dispatch_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9991948Z test_dispatch_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9992556Z test_dispatch_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9993197Z test_dispatch_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9993839Z test_dispatch_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9994482Z test_dispatch_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9995170Z test_dispatch_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9995797Z test_dispatch_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9996429Z test_dispatch_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9997068Z test_dispatch_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9997677Z test_dispatch_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9998271Z test_dispatch_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9998868Z test_dispatch_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:30.9999488Z test_dispatch_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0000103Z test_dispatch_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0000700Z test_dispatch_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0001308Z test_dispatch_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0001908Z test_dispatch_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0002504Z test_dispatch_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0003102Z test_dispatch_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0003698Z test_dispatch_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0004289Z test_dispatch_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0004865Z test_dispatch_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0005463Z test_dispatch_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0006049Z test_dispatch_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0006724Z test_dispatch_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0007335Z test_dispatch_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0007928Z test_dispatch_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0008526Z test_dispatch_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0009112Z test_dispatch_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0009707Z test_dispatch_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0010291Z test_dispatch_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0010855Z test_dispatch_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0011471Z test_dispatch_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0012055Z test_dispatch_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0012645Z test_dispatch_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0013242Z test_dispatch_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0013827Z test_dispatch_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0014490Z test_dispatch_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0015106Z test_dispatch_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0015700Z test_dispatch_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0016278Z test_dispatch_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0016875Z test_dispatch_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0017460Z test_dispatch_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0018040Z test_dispatch_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0018608Z test_dispatch_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0019195Z test_dispatch_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0019779Z test_dispatch_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0020394Z test_dispatch_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0020995Z test_dispatch_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0021611Z test_dispatch_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0022201Z test_dispatch_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0022809Z test_dispatch_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0023472Z test_dispatch_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0024069Z test_dispatch_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0024760Z test_dispatch_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0025362Z test_dispatch_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0025954Z test_dispatch_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0026538Z test_dispatch_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0027127Z test_dispatch_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0027815Z test_dispatch_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0028405Z test_dispatch_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0029040Z test_dispatch_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0029665Z test_dispatch_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0030286Z test_dispatch_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0030895Z test_dispatch_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0031511Z test_dispatch_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0032118Z test_dispatch_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0032710Z test_dispatch_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0033302Z test_dispatch_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0033894Z test_dispatch_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0034479Z test_dispatch_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0035094Z test_dispatch_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0035692Z test_dispatch_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0036322Z test_dispatch_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0036938Z test_dispatch_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0037560Z test_dispatch_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0038171Z test_dispatch_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0038771Z test_dispatch_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0039427Z test_dispatch_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0040012Z test_dispatch_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0040605Z test_dispatch_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0041209Z test_dispatch_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0041807Z test_dispatch_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0042403Z test_dispatch_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0042990Z test_dispatch_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0043548Z test_dispatch_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0044186Z test_dispatch_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0044790Z test_dispatch_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0045385Z test_dispatch_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0045948Z test_dispatch_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0046527Z test_dispatch_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0047090Z test_dispatch_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0047667Z test_dispatch_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0048232Z test_dispatch_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0048781Z test_dispatch_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0049339Z test_dispatch_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0049912Z test_dispatch_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0050503Z test_dispatch_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0051066Z test_dispatch_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0051641Z test_dispatch_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0052231Z test_dispatch_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0052809Z test_dispatch_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0053380Z test_dispatch_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0053943Z test_dispatch_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0054570Z test_dispatch_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0055129Z test_dispatch_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0055729Z test_dispatch_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0056301Z test_dispatch_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0056835Z test_dispatch_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0057423Z test_dispatch_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0057998Z test_dispatch_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0058582Z test_dispatch_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0059152Z test_dispatch_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0059729Z test_dispatch_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0060338Z test_dispatch_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0060903Z test_dispatch_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0061466Z test_dispatch_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0062099Z test_dispatch_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0062703Z test_dispatch_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0063324Z test_dispatch_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0063953Z test_dispatch_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0064688Z test_dispatch_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0065309Z test_dispatch_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0065948Z test_dispatch_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0066579Z test_dispatch_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0067215Z test_dispatch_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0067799Z test_dispatch_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0068375Z test_dispatch_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0068955Z test_dispatch_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0069551Z test_dispatch_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0070140Z test_dispatch_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0070711Z test_dispatch_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0071280Z test_dispatch_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0071921Z test_dispatch_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0072495Z test_dispatch_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0073069Z test_dispatch_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0073642Z test_dispatch_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0074201Z test_dispatch_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0074804Z test_dispatch_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0075394Z test_dispatch_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0075986Z test_dispatch_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0076618Z test_dispatch_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0077190Z test_dispatch_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0077753Z test_dispatch_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0078324Z test_dispatch_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0078870Z test_dispatch_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0079433Z test_dispatch_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0079984Z test_dispatch_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0080600Z test_dispatch_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0081191Z test_dispatch_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0081819Z test_dispatch_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0082437Z test_dispatch_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0083050Z test_dispatch_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0083655Z test_dispatch_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0084261Z test_dispatch_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0084864Z test_dispatch_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0085457Z test_dispatch_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0086036Z test_dispatch_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0086626Z test_dispatch_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0087227Z test_dispatch_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0087832Z test_dispatch_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0088512Z test_dispatch_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0089120Z test_dispatch_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0089718Z test_dispatch_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0090307Z test_dispatch_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0090910Z test_dispatch_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0091489Z test_dispatch_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0092079Z test_dispatch_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0092662Z test_dispatch_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0093284Z test_dispatch_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0093868Z test_dispatch_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0094504Z test_dispatch_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0095154Z test_dispatch_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0095790Z test_dispatch_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0096437Z test_dispatch_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0097069Z test_dispatch_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0097684Z test_dispatch_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0098314Z test_dispatch_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0098948Z test_dispatch_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0099571Z test_dispatch_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0100195Z test_dispatch_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0100826Z test_dispatch_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0101472Z test_dispatch_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0102102Z test_dispatch_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0102748Z test_dispatch_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0103387Z test_dispatch_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0103998Z test_dispatch_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0104778Z test_dispatch_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0105414Z test_dispatch_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0106043Z test_dispatch_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0106679Z test_dispatch_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0107311Z test_dispatch_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0107970Z test_dispatch_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0108607Z test_dispatch_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0109258Z test_dispatch_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0109948Z test_dispatch_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0110557Z test_dispatch_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0111192Z test_dispatch_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0111831Z test_dispatch_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0112460Z test_dispatch_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0113098Z test_dispatch_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0113743Z test_dispatch_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0114359Z test_dispatch_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0115011Z test_dispatch_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0115644Z test_dispatch_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0116266Z test_dispatch_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0116888Z test_dispatch_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0117495Z test_dispatch_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0118123Z test_dispatch_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0118747Z test_dispatch_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0119376Z test_dispatch_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0120009Z test_dispatch_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0120633Z test_dispatch_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0121323Z test_dispatch_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0121960Z test_dispatch_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0122583Z test_dispatch_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0123216Z test_dispatch_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0123811Z test_dispatch_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0124436Z test_dispatch_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0125063Z test_dispatch_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0125733Z test_dispatch_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0126350Z test_dispatch_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0126961Z test_dispatch_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0127584Z test_dispatch_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0128185Z test_dispatch_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0128787Z test_dispatch_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0129393Z test_dispatch_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0129975Z test_dispatch_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0130572Z test_dispatch_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0131182Z test_dispatch_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0131850Z test_dispatch_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0132492Z test_dispatch_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0133153Z test_dispatch_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0133809Z test_dispatch_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0134509Z test_dispatch_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0135166Z test_dispatch_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0135811Z test_dispatch_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0136446Z test_dispatch_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0137041Z test_dispatch_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0137672Z test_dispatch_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0138275Z test_dispatch_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0138873Z test_dispatch_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0139471Z test_dispatch_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0140054Z test_dispatch_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0140641Z test_dispatch_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0141227Z test_dispatch_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0141807Z test_dispatch_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0142425Z test_dispatch_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0142998Z test_dispatch_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0143570Z test_dispatch_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0144138Z test_dispatch_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0144847Z test_dispatch_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0145474Z test_dispatch_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0146104Z test_dispatch_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0146731Z test_dispatch_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0147347Z test_dispatch_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0147945Z test_dispatch_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0148562Z test_dispatch_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0149175Z test_dispatch_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0149785Z test_dispatch_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0150391Z test_dispatch_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0150974Z test_dispatch_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0151538Z test_dispatch_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0152132Z test_dispatch_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0152725Z test_dispatch_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0153303Z test_dispatch_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0153930Z test_dispatch_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0154507Z test_dispatch_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0155079Z test_dispatch_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0155643Z test_dispatch_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0156219Z test_dispatch_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0156791Z test_dispatch_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0157363Z test_dispatch_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0157927Z test_dispatch_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0158589Z test_dispatch_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0159144Z test_dispatch_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0159744Z test_dispatch_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0160337Z test_dispatch_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0160921Z test_dispatch_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0161498Z test_dispatch_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0162076Z test_dispatch_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0162657Z test_dispatch_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0163232Z test_dispatch_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0163795Z test_dispatch_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0164362Z test_dispatch_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0164906Z test_dispatch_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0165506Z test_dispatch_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0166096Z test_dispatch_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0166713Z test_dispatch_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0167324Z test_dispatch_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0167913Z test_dispatch_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0168515Z test_dispatch_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0169094Z test_dispatch_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0169665Z test_dispatch_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0170291Z test_dispatch_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0170852Z test_dispatch_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0171420Z test_dispatch_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0171988Z test_dispatch_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0172553Z test_dispatch_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0173128Z test_dispatch_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0173701Z test_dispatch_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0174335Z test_dispatch_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0174968Z test_dispatch_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0175527Z test_dispatch_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0176070Z test_dispatch_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0176628Z test_dispatch_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0177198Z test_dispatch_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0177791Z test_dispatch_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0178371Z test_dispatch_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0178970Z test_dispatch_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0179557Z test_dispatch_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0180154Z test_dispatch_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0180734Z test_dispatch_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0181313Z test_dispatch_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0181861Z test_dispatch_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0182443Z test_dispatch_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0183019Z test_dispatch_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0183591Z test_dispatch_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0184160Z test_dispatch_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0184730Z test_dispatch_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0185079Z test_dispatch_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0185341Z test_dispatch_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0185661Z test_dispatch_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0185904Z test_dispatch_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0186162Z test_dispatch_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0186417Z test_dispatch_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0186673Z test_dispatch_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0186926Z test_dispatch_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0187193Z test_dispatch_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0187448Z test_dispatch_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0187755Z test_dispatch_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0188027Z test_dispatch_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0188289Z test_dispatch_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0188530Z test_dispatch_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0188790Z test_dispatch_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0189044Z test_dispatch_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0189295Z test_dispatch_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0189553Z test_dispatch_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0189815Z test_dispatch_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0190080Z test_dispatch_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0190334Z test_dispatch_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0190600Z test_dispatch_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0190851Z test_dispatch_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0191110Z test_dispatch_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0191371Z test_dispatch_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0191626Z test_dispatch_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0191879Z test_dispatch_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0192130Z test_dispatch_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0192381Z test_dispatch_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0192639Z test_dispatch_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0192903Z test_dispatch_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0193212Z test_dispatch_meta_slice_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0193472Z test_dispatch_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0193743Z test_dispatch_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0194010Z test_dispatch_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0194275Z test_dispatch_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0194535Z test_dispatch_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0194793Z test_dispatch_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0195083Z test_dispatch_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0195340Z test_dispatch_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0195593Z test_dispatch_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0195836Z test_dispatch_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0196090Z test_dispatch_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0196373Z test_dispatch_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0196642Z test_dispatch_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0196923Z test_dispatch_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0197197Z test_dispatch_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0197472Z test_dispatch_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0197745Z test_dispatch_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0198015Z test_dispatch_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0198283Z test_dispatch_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0198544Z test_dispatch_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0198814Z test_dispatch_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0199082Z test_dispatch_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0199350Z test_dispatch_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0199617Z test_dispatch_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0199908Z test_dispatch_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0200189Z test_dispatch_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0200512Z test_dispatch_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0200804Z test_dispatch_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0201087Z test_dispatch_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0201353Z test_dispatch_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0201628Z test_dispatch_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0201907Z test_dispatch_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0202195Z test_dispatch_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0202506Z test_dispatch_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0202790Z test_dispatch_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0203069Z test_dispatch_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0203334Z test_dispatch_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0203592Z test_dispatch_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0203855Z test_dispatch_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0204103Z test_dispatch_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0204360Z test_dispatch_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0204617Z test_dispatch_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0204872Z test_dispatch_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0205123Z test_dispatch_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0205376Z test_dispatch_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0205636Z test_dispatch_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0205939Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0206240Z test_dispatch_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0206538Z test_dispatch_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0206811Z test_dispatch_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0207089Z test_dispatch_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0207369Z test_dispatch_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0207650Z test_dispatch_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0207987Z test_dispatch_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0208264Z test_dispatch_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0208538Z test_dispatch_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0208817Z test_dispatch_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0209089Z test_dispatch_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0209369Z test_dispatch_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0209642Z test_dispatch_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0209956Z test_dispatch_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0210239Z test_dispatch_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0210519Z test_dispatch_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0210798Z test_dispatch_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0211078Z test_dispatch_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0211357Z test_dispatch_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0211641Z test_dispatch_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0211924Z test_dispatch_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0212204Z test_dispatch_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0212467Z test_dispatch_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0212745Z test_dispatch_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0213020Z test_dispatch_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0213301Z test_dispatch_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0213580Z test_dispatch_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0213859Z test_dispatch_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0214140Z test_dispatch_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0214503Z test_dispatch_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0214777Z test_dispatch_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0215056Z test_dispatch_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0215352Z test_dispatch_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0215631Z test_dispatch_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0215906Z test_dispatch_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0216182Z test_dispatch_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0216463Z test_dispatch_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0216745Z test_dispatch_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0217020Z test_dispatch_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0217323Z test_dispatch_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0217600Z test_dispatch_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0217877Z test_dispatch_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0218139Z test_dispatch_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0218443Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0218750Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0219061Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0219365Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0219670Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0219969Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0220272Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0220571Z test_dispatch_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0220875Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0221166Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0221473Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0221774Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0222072Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0222369Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0222701Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0223000Z test_dispatch_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0223342Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0223684Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0224016Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0224351Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0224816Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0225127Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0225456Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0225791Z test_dispatch_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0226122Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0226465Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0226798Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0227135Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0227464Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0227787Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0228120Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0228459Z test_dispatch_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0228737Z test_dispatch_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0228997Z test_dispatch_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0229275Z test_dispatch_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0229552Z test_dispatch_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0229865Z test_dispatch_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0230141Z test_dispatch_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0230414Z test_dispatch_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0230683Z test_dispatch_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0230957Z test_dispatch_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0231234Z test_dispatch_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0231496Z test_dispatch_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0231807Z test_dispatch_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0232085Z test_dispatch_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0232357Z test_dispatch_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0232627Z test_dispatch_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0232900Z test_dispatch_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0233168Z test_dispatch_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0233469Z test_dispatch_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0233778Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0234080Z test_dispatch_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0234380Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0234666Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0234960Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0235258Z test_dispatch_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0235561Z test_dispatch_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0235862Z test_dispatch_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0236166Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0236471Z test_dispatch_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0236773Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0237072Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0237410Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0237695Z test_dispatch_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0237989Z test_dispatch_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0238267Z test_dispatch_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0238538Z test_dispatch_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0238813Z test_dispatch_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0239091Z test_dispatch_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0239390Z test_dispatch_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0239663Z test_dispatch_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0239932Z test_dispatch_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0240202Z test_dispatch_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0240458Z test_dispatch_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0240729Z test_dispatch_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0241005Z test_dispatch_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0241277Z test_dispatch_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0241543Z test_dispatch_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0241811Z test_dispatch_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0242077Z test_dispatch_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0242342Z test_dispatch_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0242611Z test_dispatch_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0242878Z test_dispatch_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0243138Z test_dispatch_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0243410Z test_dispatch_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0243678Z test_dispatch_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0243949Z test_dispatch_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0244219Z test_dispatch_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0244529Z test_dispatch_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0244799Z test_dispatch_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0245099Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0245408Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0245711Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0245999Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0246302Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0246627Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0246927Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0247222Z test_dispatch_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0247562Z test_dispatch_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0247903Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0248237Z test_dispatch_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0248571Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0248908Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0249239Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0249560Z test_dispatch_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0249890Z test_dispatch_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0250173Z test_dispatch_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0250459Z test_dispatch_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0250745Z test_dispatch_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0251026Z test_dispatch_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0251302Z test_dispatch_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0251581Z test_dispatch_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0251887Z test_dispatch_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0252163Z test_dispatch_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0252459Z test_dispatch_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0252745Z test_dispatch_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0253047Z test_dispatch_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0253341Z test_dispatch_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0253640Z test_dispatch_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0253959Z test_dispatch_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0254365Z test_dispatch_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0254665Z test_dispatch_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0254961Z test_dispatch_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0255257Z test_dispatch_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0255556Z test_dispatch_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0255837Z test_dispatch_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0256133Z test_dispatch_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0256429Z test_dispatch_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0256725Z test_dispatch_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0257016Z test_dispatch_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0257309Z test_dispatch_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0257609Z test_dispatch_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0257905Z test_dispatch_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0258196Z test_dispatch_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0258491Z test_dispatch_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0258780Z test_dispatch_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0259057Z test_dispatch_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0259396Z test_dispatch_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0259685Z test_dispatch_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0259981Z test_dispatch_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0260277Z test_dispatch_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0260567Z test_dispatch_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0260859Z test_dispatch_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0261153Z test_dispatch_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0261471Z test_dispatch_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0261763Z test_dispatch_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0262029Z test_dispatch_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0262305Z test_dispatch_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0262582Z test_dispatch_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0262859Z test_dispatch_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0263134Z test_dispatch_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0263407Z test_dispatch_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0263675Z test_dispatch_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0263945Z test_dispatch_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0264217Z test_dispatch_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0264589Z test_dispatch_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0264857Z test_dispatch_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0265137Z test_dispatch_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0265411Z test_dispatch_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0265687Z test_dispatch_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0265954Z test_dispatch_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0266228Z test_dispatch_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0266498Z test_dispatch_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0266874Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0267195Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0267517Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0267828Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0268144Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0268456Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0268803Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0269124Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0269431Z test_dispatch_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0269736Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0270051Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0270362Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0270671Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0270976Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0271266Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0271573Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0271880Z test_dispatch_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0272186Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0272498Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0272803Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0273107Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0273413Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0273721Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0274056Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0274363Z test_dispatch_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0274699Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0275053Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0275408Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0275760Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0276137Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0276482Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0276828Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0277177Z test_dispatch_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0277521Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0277876Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0278226Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0278571Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0278914Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0279242Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0279593Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0279940Z test_dispatch_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0280283Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0280629Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0280981Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0281351Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0281692Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0282032Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0282375Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0282723Z test_dispatch_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0283093Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0283446Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0283780Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0284123Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0284463Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0284809Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0285153Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0285501Z test_dispatch_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.0285802Z test_dispatch_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0286107Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0286409Z test_dispatch_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0286711Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0287008Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0287293Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0287590Z test_dispatch_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0287887Z test_dispatch_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0288171Z test_dispatch_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0288482Z test_dispatch_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0288766Z test_dispatch_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0289047Z test_dispatch_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0289330Z test_dispatch_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0289605Z test_dispatch_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0289879Z test_dispatch_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0290154Z test_dispatch_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0290445Z test_dispatch_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0290719Z test_dispatch_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0290991Z test_dispatch_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0291269Z test_dispatch_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0291546Z test_dispatch_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0291818Z test_dispatch_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0292093Z test_dispatch_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0292364Z test_dispatch_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0292637Z test_dispatch_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0292899Z test_dispatch_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0293165Z test_dispatch_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0293427Z test_dispatch_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0293700Z test_dispatch_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0293972Z test_dispatch_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0294322Z test_dispatch_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0294590Z test_dispatch_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0294849Z test_dispatch_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0295104Z test_dispatch_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0295365Z test_dispatch_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0295606Z test_dispatch_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0295907Z test_dispatch_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0296169Z test_dispatch_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0296423Z test_dispatch_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0296707Z test_dispatch_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0296983Z test_dispatch_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0297271Z test_dispatch_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0297558Z test_dispatch_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0297869Z test_dispatch_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0298150Z test_dispatch_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0298418Z test_dispatch_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0298694Z test_dispatch_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0298972Z test_dispatch_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0299242Z test_dispatch_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0299519Z test_dispatch_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0299791Z test_dispatch_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0300078Z test_dispatch_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0300355Z test_dispatch_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0300643Z test_dispatch_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0300930Z test_dispatch_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0301194Z test_dispatch_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0301479Z test_dispatch_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0301762Z test_dispatch_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0302044Z test_dispatch_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0302320Z test_dispatch_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0302598Z test_dispatch_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0302876Z test_dispatch_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0303182Z test_dispatch_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0303460Z test_dispatch_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0303726Z test_dispatch_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0303972Z test_dispatch_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0304241Z test_dispatch_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0304597Z test_dispatch_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0304862Z test_dispatch_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0305123Z test_dispatch_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0305429Z test_dispatch_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0305684Z test_dispatch_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0305935Z test_dispatch_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0306191Z test_dispatch_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0306435Z test_dispatch_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0306704Z test_dispatch_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0306967Z test_dispatch_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0307242Z test_dispatch_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0307518Z test_dispatch_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0307784Z test_dispatch_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0308051Z test_dispatch_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0308314Z test_dispatch_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0308578Z test_dispatch_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0308839Z test_dispatch_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0309080Z test_dispatch_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0309341Z test_dispatch_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0309596Z test_dispatch_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0309866Z test_dispatch_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0310131Z test_dispatch_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0310403Z test_dispatch_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0310719Z test_dispatch_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0310994Z test_dispatch_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0311261Z test_dispatch_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0311531Z test_dispatch_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0311786Z test_dispatch_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0312052Z test_dispatch_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0312308Z test_dispatch_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0312568Z test_dispatch_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0312856Z test_dispatch_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0313114Z test_dispatch_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0313379Z test_dispatch_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0313639Z test_dispatch_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0313910Z test_dispatch_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0314165Z test_dispatch_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0314437Z test_dispatch_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0314702Z test_dispatch_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0314963Z test_dispatch_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0315218Z test_dispatch_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0315476Z test_dispatch_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0315731Z test_dispatch_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0315987Z test_dispatch_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0316248Z test_dispatch_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0316504Z test_dispatch_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0316751Z test_dispatch_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0317017Z test_dispatch_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0317283Z test_dispatch_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0317542Z test_dispatch_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0317798Z test_dispatch_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0318082Z test_dispatch_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0318359Z test_dispatch_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0318638Z test_dispatch_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0318914Z test_dispatch_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0319170Z test_dispatch_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0319442Z test_dispatch_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0319710Z test_dispatch_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0320040Z test_dispatch_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0320309Z test_dispatch_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0320572Z test_dispatch_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0320830Z test_dispatch_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0321084Z test_dispatch_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0321351Z test_dispatch_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0321619Z test_dispatch_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0321867Z test_dispatch_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0322127Z test_dispatch_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0322381Z test_dispatch_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0322633Z test_dispatch_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0322887Z test_dispatch_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0323145Z test_dispatch_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0323403Z test_dispatch_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0323663Z test_dispatch_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0323916Z test_dispatch_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0324162Z test_dispatch_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0324420Z test_dispatch_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0324688Z test_dispatch_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0324951Z test_dispatch_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0325210Z test_dispatch_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0325496Z test_dispatch_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0325750Z test_dispatch_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0326005Z test_dispatch_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0326260Z test_dispatch_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0326514Z test_dispatch_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0326757Z test_dispatch_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0327011Z test_dispatch_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0327287Z test_dispatch_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0327582Z test_dispatch_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0327865Z test_dispatch_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0328145Z test_dispatch_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0328419Z test_dispatch_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0328690Z test_dispatch_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0328963Z test_dispatch_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0329220Z test_dispatch_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0329488Z test_dispatch_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0329753Z test_dispatch_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0330019Z test_dispatch_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0330283Z test_dispatch_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0330551Z test_dispatch_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0330819Z test_dispatch_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0331081Z test_dispatch_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0331335Z test_dispatch_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0331608Z test_dispatch_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0331865Z test_dispatch_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0332138Z test_dispatch_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0332411Z test_dispatch_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0332714Z test_dispatch_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0332982Z test_dispatch_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0333244Z test_dispatch_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0333498Z test_dispatch_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0333761Z test_dispatch_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0334020Z test_dispatch_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0334337Z test_dispatch_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0334590Z test_dispatch_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0334882Z test_dispatch_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0335136Z test_dispatch_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0335389Z test_dispatch_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0335642Z test_dispatch_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0335898Z test_dispatch_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0336150Z test_dispatch_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0336433Z test_dispatch_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0336708Z test_dispatch_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0336981Z test_dispatch_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0337265Z test_dispatch_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0337542Z test_dispatch_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0337820Z test_dispatch_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0338098Z test_dispatch_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0338372Z test_dispatch_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0338648Z test_dispatch_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0338920Z test_dispatch_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0339190Z test_dispatch_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0339461Z test_dispatch_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0339713Z test_dispatch_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0339971Z test_dispatch_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0340273Z test_dispatch_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0340545Z test_dispatch_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0340808Z test_dispatch_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0341066Z test_dispatch_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0341321Z test_dispatch_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0341578Z test_dispatch_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0341831Z test_dispatch_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0342085Z test_dispatch_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0342354Z test_dispatch_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0342615Z test_dispatch_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0342875Z test_dispatch_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0343133Z test_dispatch_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0343401Z test_dispatch_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0343663Z test_dispatch_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0343923Z test_dispatch_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0344181Z test_dispatch_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0344559Z test_dispatch_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0344888Z test_dispatch_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0345149Z test_dispatch_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0345404Z test_dispatch_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0345658Z test_dispatch_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0345924Z test_dispatch_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0346179Z test_dispatch_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0346447Z test_dispatch_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0346715Z test_dispatch_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0346979Z test_dispatch_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0347235Z test_dispatch_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0347478Z test_dispatch_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0347800Z test_dispatch_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0348055Z test_dispatch_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0348309Z test_dispatch_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0348571Z test_dispatch_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0348849Z test_dispatch_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0349123Z test_dispatch_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0349405Z test_dispatch_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0349688Z test_dispatch_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0349988Z test_dispatch_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0350267Z test_dispatch_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0350538Z test_dispatch_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0350809Z test_dispatch_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0351079Z test_dispatch_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0351349Z test_dispatch_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0351623Z test_dispatch_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0351894Z test_dispatch_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0352166Z test_dispatch_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0352445Z test_dispatch_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0352706Z test_dispatch_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0352977Z test_dispatch_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0353250Z test_dispatch_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0353519Z test_dispatch_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0353787Z test_dispatch_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0354053Z test_dispatch_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0354318Z test_dispatch_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0354585Z test_dispatch_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0354848Z test_dispatch_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0355136Z test_dispatch_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0355389Z test_dispatch_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0355656Z test_dispatch_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0355919Z test_dispatch_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0356176Z test_dispatch_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0356430Z test_dispatch_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0356686Z test_dispatch_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0356942Z test_dispatch_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0357224Z test_dispatch_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0357481Z test_dispatch_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0357725Z test_dispatch_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0357983Z test_dispatch_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0358238Z test_dispatch_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0358503Z test_dispatch_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0358771Z test_dispatch_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0359031Z test_dispatch_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0359288Z test_dispatch_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0359539Z test_dispatch_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0359796Z test_dispatch_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0360050Z test_dispatch_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0360289Z test_dispatch_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0360544Z test_dispatch_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0360798Z test_dispatch_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0361073Z test_dispatch_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0361338Z test_dispatch_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0361617Z test_dispatch_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0361891Z test_dispatch_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0362160Z test_dispatch_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0362459Z test_dispatch_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0362719Z test_dispatch_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0362984Z test_dispatch_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0363250Z test_dispatch_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0363515Z test_dispatch_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0363782Z test_dispatch_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0364046Z test_dispatch_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0364312Z test_dispatch_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0364602Z test_dispatch_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0364865Z test_dispatch_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0365121Z test_dispatch_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0365362Z test_dispatch_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0365614Z test_dispatch_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0365870Z test_dispatch_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0366132Z test_dispatch_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0366407Z test_dispatch_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0366674Z test_dispatch_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0366937Z test_dispatch_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0367194Z test_dispatch_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0367451Z test_dispatch_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0367692Z test_dispatch_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0367946Z test_dispatch_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0368207Z test_dispatch_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0368460Z test_dispatch_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0368733Z test_dispatch_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0368998Z test_dispatch_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0369278Z test_dispatch_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0369558Z test_dispatch_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0369865Z test_dispatch_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0370140Z test_dispatch_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0370397Z test_dispatch_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0370666Z test_dispatch_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0370932Z test_dispatch_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0371199Z test_dispatch_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0371464Z test_dispatch_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0371731Z test_dispatch_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0372032Z test_dispatch_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0372307Z test_dispatch_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0372586Z test_dispatch_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0372862Z test_dispatch_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0373122Z test_dispatch_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0373395Z test_dispatch_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0373670Z test_dispatch_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0373938Z test_dispatch_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0374279Z test_dispatch_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0374548Z test_dispatch_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0374817Z test_dispatch_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0375084Z test_dispatch_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0375354Z test_dispatch_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0375611Z test_dispatch_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0375884Z test_dispatch_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0376148Z test_dispatch_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0376406Z test_dispatch_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0376661Z test_dispatch_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0376921Z test_dispatch_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0377218Z test_dispatch_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0377473Z test_dispatch_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0377731Z test_dispatch_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0377986Z test_dispatch_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0378262Z test_dispatch_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0378552Z test_dispatch_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0378836Z test_dispatch_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0379128Z test_dispatch_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0379420Z test_dispatch_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0379678Z test_dispatch_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0379947Z test_dispatch_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0380213Z test_dispatch_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0380477Z test_dispatch_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0380736Z test_dispatch_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0380977Z test_dispatch_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0381240Z test_dispatch_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0381493Z test_dispatch_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0381743Z test_dispatch_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0382001Z test_dispatch_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0382259Z test_dispatch_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0382528Z test_dispatch_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0382801Z test_dispatch_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0383065Z test_dispatch_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0383307Z test_dispatch_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0383573Z test_dispatch_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0383841Z test_dispatch_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0384104Z test_dispatch_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0384359Z test_dispatch_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0384774Z test_dispatch_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0385033Z test_dispatch_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0385289Z test_dispatch_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0385539Z test_dispatch_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0385793Z test_dispatch_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0386037Z test_dispatch_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0386308Z test_dispatch_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0386582Z test_dispatch_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0386905Z test_dispatch_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0387178Z test_dispatch_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0387461Z test_dispatch_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0387742Z test_dispatch_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0388014Z test_dispatch_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0388290Z test_dispatch_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0388559Z test_dispatch_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0388818Z test_dispatch_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0389088Z test_dispatch_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0389358Z test_dispatch_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0389629Z test_dispatch_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0389898Z test_dispatch_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0390167Z test_dispatch_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0390433Z test_dispatch_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0390690Z test_dispatch_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0390950Z test_dispatch_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0391190Z test_dispatch_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0391444Z test_dispatch_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0391702Z test_dispatch_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0391956Z test_dispatch_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0392269Z test_dispatch_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0392532Z test_dispatch_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0392806Z test_dispatch_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0393078Z test_dispatch_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0393349Z test_dispatch_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0393614Z test_dispatch_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0393867Z test_dispatch_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0394163Z test_dispatch_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0394427Z test_dispatch_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0394684Z test_dispatch_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0394938Z test_dispatch_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0395197Z test_dispatch_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0395453Z test_dispatch_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0395729Z test_dispatch_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0395999Z test_dispatch_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0396262Z test_dispatch_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0396538Z test_dispatch_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0396813Z test_dispatch_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0397084Z test_dispatch_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0397354Z test_dispatch_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0397626Z test_dispatch_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0397893Z test_dispatch_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0398159Z test_dispatch_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0398427Z test_dispatch_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0398694Z test_dispatch_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0398946Z test_dispatch_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0399212Z test_dispatch_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0399517Z test_dispatch_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0399789Z test_dispatch_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0400061Z test_dispatch_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0400330Z test_dispatch_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0400595Z test_dispatch_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0400861Z test_dispatch_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0401126Z test_dispatch_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0401389Z test_dispatch_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0401662Z test_dispatch_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0401969Z test_dispatch_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0402275Z test_dispatch_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0402533Z test_dispatch_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0402858Z test_dispatch_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0403137Z test_dispatch_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0403412Z test_dispatch_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0403728Z test_dispatch_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0403999Z test_dispatch_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0404264Z test_dispatch_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0404598Z test_dispatch_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0404954Z test_dispatch_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0405294Z test_dispatch_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0405583Z test_dispatch_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0405865Z test_dispatch_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0406147Z test_dispatch_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0406432Z test_dispatch_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0406714Z test_dispatch_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0406997Z test_dispatch_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0407298Z test_dispatch_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0407564Z test_dispatch_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0407830Z test_dispatch_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0408094Z test_dispatch_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0408357Z test_dispatch_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0408615Z test_dispatch_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0408870Z test_dispatch_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0409133Z test_dispatch_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0409417Z test_dispatch_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0409695Z test_dispatch_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0409949Z test_dispatch_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0410227Z test_dispatch_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0410501Z test_dispatch_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0410777Z test_dispatch_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0411049Z test_dispatch_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0411323Z test_dispatch_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0411594Z test_dispatch_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0411861Z test_dispatch_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0412130Z test_dispatch_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0412399Z test_dispatch_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0412654Z test_dispatch_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0412922Z test_dispatch_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0413185Z test_dispatch_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0413456Z test_dispatch_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0413723Z test_dispatch_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0413986Z test_dispatch_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0414309Z test_dispatch_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0414567Z test_dispatch_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0414872Z test_dispatch_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0415138Z test_dispatch_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0415412Z test_dispatch_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0415683Z test_dispatch_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0415952Z test_dispatch_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0416220Z test_dispatch_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0416485Z test_dispatch_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0416791Z test_dispatch_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0417060Z test_dispatch_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0417324Z test_dispatch_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0417582Z test_dispatch_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0417830Z test_dispatch_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0418085Z test_dispatch_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0418337Z test_dispatch_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0418596Z test_dispatch_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0418854Z test_dispatch_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0419133Z test_dispatch_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0419415Z test_dispatch_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0419695Z test_dispatch_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0419964Z test_dispatch_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0420229Z test_dispatch_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0420489Z test_dispatch_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0420759Z test_dispatch_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0421031Z test_dispatch_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0421295Z test_dispatch_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0421562Z test_dispatch_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0421828Z test_dispatch_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0422125Z test_dispatch_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0422384Z test_dispatch_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0422639Z test_dispatch_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0422889Z test_dispatch_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0423145Z test_dispatch_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0423426Z test_dispatch_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0423707Z test_dispatch_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0423976Z test_dispatch_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0424262Z test_dispatch_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0424666Z test_dispatch_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0424942Z test_dispatch_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0425209Z test_dispatch_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0425471Z test_dispatch_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0425715Z test_dispatch_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0425972Z test_dispatch_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0426233Z test_dispatch_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0426486Z test_dispatch_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0426738Z test_dispatch_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0426994Z test_dispatch_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0427255Z test_dispatch_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0427522Z test_dispatch_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0427786Z test_dispatch_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0428047Z test_dispatch_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0428318Z test_dispatch_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0428589Z test_dispatch_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0428855Z test_dispatch_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0429123Z test_dispatch_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0429387Z test_dispatch_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0429707Z test_dispatch_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0429966Z test_dispatch_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0430221Z test_dispatch_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0430484Z test_dispatch_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0430726Z test_dispatch_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0430994Z test_dispatch_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0431256Z test_dispatch_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0431530Z test_dispatch_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0431836Z test_dispatch_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0432109Z test_dispatch_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0432375Z test_dispatch_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0432641Z test_dispatch_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0432907Z test_dispatch_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0433169Z test_dispatch_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0433418Z test_dispatch_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0433674Z test_dispatch_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0433933Z test_dispatch_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0434189Z test_dispatch_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0434455Z test_dispatch_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0434717Z test_dispatch_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0434987Z test_dispatch_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0435257Z test_dispatch_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0435530Z test_dispatch_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0435780Z test_dispatch_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0436037Z test_dispatch_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0436293Z test_dispatch_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0436549Z test_dispatch_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0436803Z test_dispatch_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0437117Z test_dispatch_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0437376Z test_dispatch_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0437631Z test_dispatch_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0437896Z test_dispatch_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0438156Z test_dispatch_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0438408Z test_dispatch_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0438666Z test_dispatch_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0438922Z test_dispatch_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0439209Z test_dispatch_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0439467Z test_dispatch_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0439718Z test_dispatch_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0439975Z test_dispatch_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0440228Z test_dispatch_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0440493Z test_dispatch_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0440743Z test_dispatch_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0441014Z test_dispatch_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0441281Z test_dispatch_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0441542Z test_dispatch_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0441799Z test_dispatch_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0442052Z test_dispatch_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0442308Z test_dispatch_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0442563Z test_dispatch_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0442816Z test_dispatch_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0443071Z test_dispatch_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0443308Z test_dispatch_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0443572Z test_dispatch_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0443832Z test_dispatch_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0444104Z test_dispatch_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0444402Z test_dispatch_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0444670Z test_dispatch_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0444931Z test_dispatch_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0445185Z test_dispatch_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0445439Z test_dispatch_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0445683Z test_dispatch_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0445937Z test_dispatch_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0446189Z test_dispatch_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0446471Z test_dispatch_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0446723Z test_dispatch_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0446997Z test_dispatch_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0447263Z test_dispatch_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0447541Z test_dispatch_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0447821Z test_dispatch_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0448099Z test_dispatch_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0448361Z test_dispatch_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0448632Z test_dispatch_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0448901Z test_dispatch_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0449167Z test_dispatch_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0449434Z test_dispatch_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0449702Z test_dispatch_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0449973Z test_dispatch_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0450239Z test_dispatch_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0450366Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.019s) 2022-12-01T10:22:31.0450492Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... ok (0.005s) 2022-12-01T10:22:31.0450742Z test_meta_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0450982Z test_meta_H_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0451237Z test_meta_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0451527Z test_meta_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0451776Z test_meta_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0452020Z test_meta_H_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0452264Z test_meta_H_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0452507Z test_meta_H_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0452732Z test_meta_H_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0452972Z test_meta_H_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0453209Z test_meta_H_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0453449Z test_meta_H_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0453712Z test_meta_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0453965Z test_meta_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0454267Z test_meta_T_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0454524Z test_meta_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0454771Z test_meta_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0455003Z test_meta_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0455247Z test_meta_T_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0455492Z test_meta_T_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0455736Z test_meta_T_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0455975Z test_meta_T_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0456212Z test_meta_T_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0456450Z test_meta_T_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0456688Z test_meta_T_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0456925Z test_meta_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0457177Z test_meta___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0457436Z test_meta___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0457700Z test_meta___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0457962Z test_meta___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0458218Z test_meta___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0458476Z test_meta___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0458728Z test_meta___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0459007Z test_meta___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0459263Z test_meta___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0459517Z test_meta___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0459756Z test_meta___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0460010Z test_meta___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0460261Z test_meta___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0460513Z test_meta___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0460762Z test_meta___radd___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0461021Z test_meta___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0461302Z test_meta___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0461556Z test_meta___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0461808Z test_meta___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0462046Z test_meta___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0462297Z test_meta___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0462544Z test_meta___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0462792Z test_meta___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0463041Z test_meta___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0463285Z test_meta___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0463529Z test_meta___rand___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0463768Z test_meta___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0464011Z test_meta___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0464238Z test_meta___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0464670Z test_meta___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0464921Z test_meta___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0465175Z test_meta___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0465423Z test_meta___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0465683Z test_meta___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0465938Z test_meta___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0466189Z test_meta___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0466441Z test_meta___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0466731Z test_meta___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0466980Z test_meta___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0467228Z test_meta___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0467472Z test_meta___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0467720Z test_meta___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0467965Z test_meta___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0468224Z test_meta___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0468492Z test_meta___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0468787Z test_meta___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0469044Z test_meta___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0469285Z test_meta___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0469539Z test_meta___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0469790Z test_meta___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0470044Z test_meta___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0470298Z test_meta___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0470549Z test_meta___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0470802Z test_meta___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0471052Z test_meta___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0471299Z test_meta___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0471535Z test_meta___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0471786Z test_meta___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0472034Z test_meta___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0472296Z test_meta___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0472553Z test_meta___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0472803Z test_meta___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0473053Z test_meta___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0473302Z test_meta___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0473549Z test_meta___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0473812Z test_meta___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0474057Z test_meta___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0474303Z test_meta___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0474545Z test_meta___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0474791Z test_meta___ror___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0475039Z test_meta___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0475283Z test_meta___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0475525Z test_meta___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0475770Z test_meta___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0476040Z test_meta___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0476286Z test_meta___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0476544Z test_meta___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0476799Z test_meta___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0477050Z test_meta___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0477298Z test_meta___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0477550Z test_meta___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0477800Z test_meta___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0478045Z test_meta___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0478289Z test_meta___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0478521Z test_meta___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0478765Z test_meta___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0479015Z test_meta___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0479274Z test_meta___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0479534Z test_meta___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0479785Z test_meta___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0480035Z test_meta___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0480283Z test_meta___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0480526Z test_meta___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0480758Z test_meta___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0481002Z test_meta___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0481282Z test_meta___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0481526Z test_meta___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0481772Z test_meta___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0482011Z test_meta___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0482255Z test_meta___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0482495Z test_meta___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0482737Z test_meta___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0482965Z test_meta___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0483245Z test_meta_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0483491Z test_meta_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0483737Z test_meta_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0483986Z test_meta_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0484234Z test_meta_abs_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0484480Z test_meta_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0484722Z test_meta_abs_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0484965Z test_meta_abs_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0485196Z test_meta_abs_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0485437Z test_meta_abs_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0485679Z test_meta_abs_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0485918Z test_meta_abs_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0486169Z test_meta_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0486410Z test_meta_acos_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0486668Z test_meta_acos_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0486923Z test_meta_acos_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0487169Z test_meta_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0487418Z test_meta_acos_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0487648Z test_meta_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0487893Z test_meta_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0488134Z test_meta_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0488377Z test_meta_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0488650Z test_meta_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0488905Z test_meta_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0489147Z test_meta_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0489402Z test_meta_acosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0489654Z test_meta_acosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0489891Z test_meta_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0490140Z test_meta_acosh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0490389Z test_meta_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0490665Z test_meta_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0490909Z test_meta_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0491152Z test_meta_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0491397Z test_meta_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0491646Z test_meta_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0491888Z test_meta_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0492129Z test_meta_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0492383Z test_meta_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0492635Z test_meta_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0492882Z test_meta_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0493130Z test_meta_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0493371Z test_meta_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0493613Z test_meta_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0493855Z test_meta_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0494098Z test_meta_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0494410Z test_meta_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0494654Z test_meta_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0494908Z test_meta_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0495165Z test_meta_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0495422Z test_meta_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0495674Z test_meta_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0495928Z test_meta_addbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0496217Z test_meta_addbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0496468Z test_meta_addbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0496700Z test_meta_addbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0496947Z test_meta_addbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0497190Z test_meta_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0497445Z test_meta_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0497708Z test_meta_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0497970Z test_meta_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0498254Z test_meta_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0498507Z test_meta_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0498764Z test_meta_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0499013Z test_meta_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0499272Z test_meta_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0499528Z test_meta_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0499785Z test_meta_addcmul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0500040Z test_meta_addcmul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0500287Z test_meta_addcmul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0500535Z test_meta_addcmul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0500783Z test_meta_addcmul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0501028Z test_meta_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0501279Z test_meta_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0501522Z test_meta_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0501779Z test_meta_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0502030Z test_meta_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0502278Z test_meta_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0502523Z test_meta_addmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0502768Z test_meta_addmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0503010Z test_meta_addmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0503255Z test_meta_addmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0503546Z test_meta_addmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0503808Z test_meta_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0504084Z test_meta_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0504358Z test_meta_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0504814Z test_meta_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0505086Z test_meta_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0505354Z test_meta_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0505619Z test_meta_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0505934Z test_meta_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0506202Z test_meta_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0506450Z test_meta_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0506705Z test_meta_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0506963Z test_meta_addmv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0507216Z test_meta_addmv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0507472Z test_meta_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0507723Z test_meta_addmv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0507969Z test_meta_addmv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0508216Z test_meta_addmv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0508457Z test_meta_addmv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0508706Z test_meta_addmv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0508939Z test_meta_addmv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0509189Z test_meta_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0509435Z test_meta_addr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0509694Z test_meta_addr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0509946Z test_meta_addr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0510196Z test_meta_addr_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0510444Z test_meta_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0510687Z test_meta_addr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0510930Z test_meta_addr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0511203Z test_meta_addr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0511450Z test_meta_addr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0511697Z test_meta_addr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0511939Z test_meta_addr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0512188Z test_meta_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0512432Z test_meta_all_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0512685Z test_meta_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0512935Z test_meta_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0513183Z test_meta_all_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0513443Z test_meta_all_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0513687Z test_meta_all_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0513930Z test_meta_all_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0514171Z test_meta_all_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0514413Z test_meta_all_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0514655Z test_meta_all_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0514897Z test_meta_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0515158Z test_meta_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0515421Z test_meta_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0515669Z test_meta_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0515925Z test_meta_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0516180Z test_meta_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0516435Z test_meta_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0516686Z test_meta_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0516931Z test_meta_amax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0517185Z test_meta_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0517431Z test_meta_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0517674Z test_meta_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0517905Z test_meta_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0518147Z test_meta_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0518393Z test_meta_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0518668Z test_meta_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0518912Z test_meta_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0519163Z test_meta_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0519404Z test_meta_amin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0519650Z test_meta_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0519896Z test_meta_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0520124Z test_meta_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0520368Z test_meta_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0520611Z test_meta_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0520880Z test_meta_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0521126Z test_meta_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0521367Z test_meta_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0521614Z test_meta_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0521867Z test_meta_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0522120Z test_meta_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0522359Z test_meta_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0522610Z test_meta_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0522854Z test_meta_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0523103Z test_meta_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0523347Z test_meta_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0523597Z test_meta_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0523842Z test_meta_angle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0524099Z test_meta_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0524358Z test_meta_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0524600Z test_meta_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0524851Z test_meta_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0525098Z test_meta_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0525345Z test_meta_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0525672Z test_meta_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0525958Z test_meta_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0526240Z test_meta_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0526565Z test_meta_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0526818Z test_meta_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0527062Z test_meta_any_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0527302Z test_meta_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0527553Z test_meta_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0527798Z test_meta_any_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0528044Z test_meta_any_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0528289Z test_meta_any_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0528563Z test_meta_any_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0528807Z test_meta_any_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0529051Z test_meta_any_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0529293Z test_meta_any_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0529518Z test_meta_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0529772Z test_meta_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0530028Z test_meta_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0530284Z test_meta_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0530533Z test_meta_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0530784Z test_meta_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0531036Z test_meta_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0531279Z test_meta_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0531527Z test_meta_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0531757Z test_meta_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0532013Z test_meta_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0532268Z test_meta_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0532519Z test_meta_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0532764Z test_meta_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0533010Z test_meta_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0533258Z test_meta_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0533501Z test_meta_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0533778Z test_meta_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0534008Z test_meta_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0534334Z test_meta_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0534592Z test_meta_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0534841Z test_meta_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0535089Z test_meta_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0535339Z test_meta_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0535589Z test_meta_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0535865Z test_meta_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0536115Z test_meta_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0536346Z test_meta_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0536602Z test_meta_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0536849Z test_meta_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0537102Z test_meta_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0537356Z test_meta_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0537610Z test_meta_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0537862Z test_meta_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0538113Z test_meta_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0538362Z test_meta_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0538596Z test_meta_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0538845Z test_meta_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0539102Z test_meta_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0539355Z test_meta_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0539620Z test_meta_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0539880Z test_meta_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0540136Z test_meta_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0540390Z test_meta_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0540646Z test_meta_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0540898Z test_meta_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0541170Z test_meta_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0541419Z test_meta_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0541669Z test_meta_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0541914Z test_meta_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0542173Z test_meta_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0542424Z test_meta_as_strided_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0542691Z test_meta_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0542955Z test_meta_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0543213Z test_meta_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0543484Z test_meta_as_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0543745Z test_meta_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0544001Z test_meta_as_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0544254Z test_meta_as_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0544659Z test_meta_as_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0544924Z test_meta_as_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0545184Z test_meta_as_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0545439Z test_meta_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0545714Z test_meta_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0545971Z test_meta_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0546250Z test_meta_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0546524Z test_meta_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0546798Z test_meta_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0547070Z test_meta_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0547344Z test_meta_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0547615Z test_meta_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0547884Z test_meta_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0548149Z test_meta_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0548416Z test_meta_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0548668Z test_meta_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0548992Z test_meta_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0549245Z test_meta_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0549486Z test_meta_asin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0549741Z test_meta_asin_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0549993Z test_meta_asin_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0550241Z test_meta_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0550490Z test_meta_asin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0550735Z test_meta_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0551036Z test_meta_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0551282Z test_meta_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0551527Z test_meta_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0551769Z test_meta_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0552021Z test_meta_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0552268Z test_meta_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0552525Z test_meta_asinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0552784Z test_meta_asinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0553033Z test_meta_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0553269Z test_meta_asinh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0553517Z test_meta_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0553761Z test_meta_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0553999Z test_meta_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0554242Z test_meta_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0554489Z test_meta_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0554743Z test_meta_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0554987Z test_meta_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0555235Z test_meta_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0555486Z test_meta_atan2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0555715Z test_meta_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0555959Z test_meta_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0556239Z test_meta_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0556484Z test_meta_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0556729Z test_meta_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0556982Z test_meta_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0557225Z test_meta_atan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0557480Z test_meta_atan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0557731Z test_meta_atan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0557968Z test_meta_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0558221Z test_meta_atan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0558491Z test_meta_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0558735Z test_meta_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0558982Z test_meta_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0559226Z test_meta_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0559469Z test_meta_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0559722Z test_meta_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0559965Z test_meta_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0560211Z test_meta_atanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0560466Z test_meta_atanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0560717Z test_meta_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0560968Z test_meta_atanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0561213Z test_meta_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0561456Z test_meta_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0561697Z test_meta_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0561941Z test_meta_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0562187Z test_meta_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0562435Z test_meta_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0562687Z test_meta_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0562953Z test_meta_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0563217Z test_meta_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0563473Z test_meta_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0563760Z test_meta_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0564019Z test_meta_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0564279Z test_meta_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0564534Z test_meta_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0564775Z test_meta_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0565030Z test_meta_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0565284Z test_meta_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0565540Z test_meta_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0565852Z test_meta_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0566106Z test_meta_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0566371Z test_meta_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0566632Z test_meta_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0566889Z test_meta_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0567144Z test_meta_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0567389Z test_meta_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0567650Z test_meta_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0567906Z test_meta_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0568160Z test_meta_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0568413Z test_meta_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0568665Z test_meta_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0568917Z test_meta_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0569176Z test_meta_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0569431Z test_meta_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0569686Z test_meta_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0569950Z test_meta_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0570207Z test_meta_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0570465Z test_meta_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0570721Z test_meta_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0570979Z test_meta_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0571264Z test_meta_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0571519Z test_meta_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0571773Z test_meta_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0572013Z test_meta_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0572263Z test_meta_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0572517Z test_meta_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0572774Z test_meta_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0573037Z test_meta_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0573318Z test_meta_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0573575Z test_meta_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0573825Z test_meta_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0574074Z test_meta_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0574398Z test_meta_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0574636Z test_meta_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0574882Z test_meta_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0575144Z test_meta_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0575401Z test_meta_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0575658Z test_meta_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0575915Z test_meta_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0576163Z test_meta_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0576422Z test_meta_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0576677Z test_meta_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0576924Z test_meta_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0577180Z test_meta_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0577434Z test_meta_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0577687Z test_meta_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0577936Z test_meta_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0578188Z test_meta_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0578433Z test_meta_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0578714Z test_meta_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0578961Z test_meta_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0579196Z test_meta_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0579443Z test_meta_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0579687Z test_meta_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0579937Z test_meta_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0580182Z test_meta_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0580439Z test_meta_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0580723Z test_meta_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0580983Z test_meta_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0581238Z test_meta_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0581491Z test_meta_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0581734Z test_meta_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0582000Z test_meta_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0582268Z test_meta_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0582543Z test_meta_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0582809Z test_meta_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0583074Z test_meta_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0583330Z test_meta_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0583585Z test_meta_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0583838Z test_meta_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0584079Z test_meta_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0584337Z test_meta_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0584711Z test_meta_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0584978Z test_meta_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0585231Z test_meta_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0585465Z test_meta_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0585718Z test_meta_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0585966Z test_meta_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0586267Z test_meta_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0586541Z test_meta_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0586810Z test_meta_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0587076Z test_meta_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0587343Z test_meta_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0587611Z test_meta_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0587861Z test_meta_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0588105Z test_meta_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0588391Z test_meta_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0588647Z test_meta_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0588896Z test_meta_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0589149Z test_meta_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0589410Z test_meta_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0589662Z test_meta_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0589928Z test_meta_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0590190Z test_meta_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0590433Z test_meta_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0590688Z test_meta_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0590946Z test_meta_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0591202Z test_meta_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0591455Z test_meta_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0591709Z test_meta_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0591963Z test_meta_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0592216Z test_meta_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0592467Z test_meta_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0592701Z test_meta_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0592953Z test_meta_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0593203Z test_meta_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0593479Z test_meta_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0593726Z test_meta_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0593968Z test_meta_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0594208Z test_meta_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0594446Z test_meta_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0594686Z test_meta_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0594912Z test_meta_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0595161Z test_meta_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0595406Z test_meta_bool_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0595687Z test_meta_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0595939Z test_meta_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0596189Z test_meta_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0596436Z test_meta_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0596683Z test_meta_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0596924Z test_meta_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0597166Z test_meta_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0597397Z test_meta_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0597641Z test_meta_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0597883Z test_meta_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0598122Z test_meta_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0598390Z test_meta_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0598661Z test_meta_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0598926Z test_meta_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0599203Z test_meta_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0599479Z test_meta_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0599736Z test_meta_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0600006Z test_meta_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0600272Z test_meta_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0600540Z test_meta_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0600802Z test_meta_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0601101Z test_meta_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0601368Z test_meta_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0601636Z test_meta_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0601899Z test_meta_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0602155Z test_meta_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0602409Z test_meta_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0602674Z test_meta_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0602937Z test_meta_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0603220Z test_meta_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0603475Z test_meta_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0603730Z test_meta_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0603987Z test_meta_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0604243Z test_meta_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0604500Z test_meta_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0604744Z test_meta_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0605000Z test_meta_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0605258Z test_meta_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0605514Z test_meta_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0605773Z test_meta_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0606027Z test_meta_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0606278Z test_meta_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0606533Z test_meta_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0606788Z test_meta_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0607026Z test_meta_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0607274Z test_meta_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0607515Z test_meta_byte_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0607771Z test_meta_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0608020Z test_meta_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0608309Z test_meta_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0608559Z test_meta_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0608803Z test_meta_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0609044Z test_meta_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0609287Z test_meta_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0609515Z test_meta_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0609759Z test_meta_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0609999Z test_meta_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0610272Z test_meta_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0610559Z test_meta_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0610835Z test_meta_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0611107Z test_meta_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0611371Z test_meta_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0611630Z test_meta_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0611874Z test_meta_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0612134Z test_meta_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0612390Z test_meta_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0612641Z test_meta_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0612901Z test_meta_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0613153Z test_meta_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0613399Z test_meta_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0613642Z test_meta_cat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0613898Z test_meta_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0614139Z test_meta_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0614465Z test_meta_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0614714Z test_meta_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0614961Z test_meta_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0615203Z test_meta_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0615443Z test_meta_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0615686Z test_meta_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0615967Z test_meta_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0616209Z test_meta_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0616438Z test_meta_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0616688Z test_meta_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0616937Z test_meta_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0617184Z test_meta_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0617432Z test_meta_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0617679Z test_meta_ceil_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0617948Z test_meta_ceil_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0618195Z test_meta_ceil_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0618436Z test_meta_ceil_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0618665Z test_meta_ceil_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0618906Z test_meta_ceil_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0619158Z test_meta_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0619402Z test_meta_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0619660Z test_meta_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0619919Z test_meta_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0620171Z test_meta_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0620421Z test_meta_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0620670Z test_meta_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0620915Z test_meta_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0621147Z test_meta_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0621393Z test_meta_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0621635Z test_meta_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0621880Z test_meta_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0622123Z test_meta_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0622373Z test_meta_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0622613Z test_meta_char_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0622867Z test_meta_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0623119Z test_meta_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0623387Z test_meta_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0623633Z test_meta_char_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0623882Z test_meta_char_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0624122Z test_meta_char_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0624363Z test_meta_char_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0624797Z test_meta_char_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0625041Z test_meta_char_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0625287Z test_meta_char_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0625579Z test_meta_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0625832Z test_meta_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0626091Z test_meta_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0626345Z test_meta_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0626602Z test_meta_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0626877Z test_meta_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0627150Z test_meta_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0627422Z test_meta_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0627689Z test_meta_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0627960Z test_meta_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0628215Z test_meta_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0628477Z test_meta_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0628735Z test_meta_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0628989Z test_meta_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0629237Z test_meta_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0629491Z test_meta_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0629744Z test_meta_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0629997Z test_meta_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0630245Z test_meta_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0630493Z test_meta_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0630726Z test_meta_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0631008Z test_meta_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0631254Z test_meta_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0631494Z test_meta_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0631739Z test_meta_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0631983Z test_meta_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0632234Z test_meta_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0632485Z test_meta_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0632735Z test_meta_clamp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0632991Z test_meta_clamp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0633239Z test_meta_clamp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0633479Z test_meta_clamp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0633721Z test_meta_clamp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0633964Z test_meta_clamp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0634223Z test_meta_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0634474Z test_meta_clamp_max_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0634736Z test_meta_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0634993Z test_meta_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0635234Z test_meta_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0635486Z test_meta_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0635735Z test_meta_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0635981Z test_meta_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0636232Z test_meta_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0636484Z test_meta_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0636742Z test_meta_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0636990Z test_meta_clamp_min_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0637247Z test_meta_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0637488Z test_meta_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0637744Z test_meta_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0637994Z test_meta_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0638277Z test_meta_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0638528Z test_meta_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0638777Z test_meta_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0639022Z test_meta_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0639273Z test_meta_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0639515Z test_meta_clone_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0639769Z test_meta_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0640011Z test_meta_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0640293Z test_meta_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0640544Z test_meta_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0640794Z test_meta_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0641039Z test_meta_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0641284Z test_meta_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0641528Z test_meta_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0641769Z test_meta_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0642015Z test_meta_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0642250Z test_meta_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0642510Z test_meta_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0642764Z test_meta_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0643032Z test_meta_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0643296Z test_meta_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0643555Z test_meta_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0643818Z test_meta_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0644073Z test_meta_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0644324Z test_meta_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0644567Z test_meta_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0644820Z test_meta_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0645077Z test_meta_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0645334Z test_meta_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0645615Z test_meta_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0645881Z test_meta_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0646136Z test_meta_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0646403Z test_meta_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0646668Z test_meta_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0646928Z test_meta_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0647170Z test_meta_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0657067Z test_meta_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0657571Z test_meta_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0657844Z test_meta_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0658095Z test_meta_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0658366Z test_meta_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0658623Z test_meta_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0658880Z test_meta_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0659139Z test_meta_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0659399Z test_meta_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0659650Z test_meta_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0659896Z test_meta_conj_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0660150Z test_meta_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0660391Z test_meta_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0660643Z test_meta_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0660890Z test_meta_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0661142Z test_meta_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0661389Z test_meta_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0661634Z test_meta_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0661878Z test_meta_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0662121Z test_meta_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0662366Z test_meta_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0662592Z test_meta_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0662898Z test_meta_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0663159Z test_meta_conj_physical_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0663430Z test_meta_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0663700Z test_meta_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0663969Z test_meta_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0664234Z test_meta_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0664684Z test_meta_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0664953Z test_meta_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0665269Z test_meta_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0665512Z test_meta_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0665764Z test_meta_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0666020Z test_meta_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0666282Z test_meta_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0666551Z test_meta_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0666816Z test_meta_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0667092Z test_meta_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0667363Z test_meta_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0667630Z test_meta_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0667881Z test_meta_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0668148Z test_meta_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0668407Z test_meta_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0668666Z test_meta_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0668921Z test_meta_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0669181Z test_meta_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0669434Z test_meta_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0669693Z test_meta_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0669948Z test_meta_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0670216Z test_meta_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0670520Z test_meta_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0670780Z test_meta_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0671038Z test_meta_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0671296Z test_meta_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0671554Z test_meta_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0671808Z test_meta_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0672065Z test_meta_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0672318Z test_meta_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0672604Z test_meta_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0672844Z test_meta_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0673106Z test_meta_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0673358Z test_meta_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0673610Z test_meta_copysign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0673864Z test_meta_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0674118Z test_meta_copysign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0674375Z test_meta_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0674629Z test_meta_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0674878Z test_meta_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0675116Z test_meta_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0675364Z test_meta_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0675623Z test_meta_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0675883Z test_meta_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0676146Z test_meta_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0676405Z test_meta_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0676658Z test_meta_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0676908Z test_meta_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0677155Z test_meta_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0677399Z test_meta_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0677638Z test_meta_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0677942Z test_meta_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0678192Z test_meta_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0678435Z test_meta_cos_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0678689Z test_meta_cos_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0678938Z test_meta_cos_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0679183Z test_meta_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0679430Z test_meta_cos_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0679671Z test_meta_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0679904Z test_meta_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0680173Z test_meta_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0680417Z test_meta_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0680657Z test_meta_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0680907Z test_meta_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0681148Z test_meta_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0681402Z test_meta_cosh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0681652Z test_meta_cosh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0681903Z test_meta_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0682141Z test_meta_cosh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0682387Z test_meta_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0682630Z test_meta_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0682873Z test_meta_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0683114Z test_meta_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0683356Z test_meta_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0683624Z test_meta_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0683883Z test_meta_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0684152Z test_meta_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0684406Z test_meta_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0684669Z test_meta_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0684924Z test_meta_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0685180Z test_meta_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0685469Z test_meta_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0685725Z test_meta_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0685977Z test_meta_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0686233Z test_meta_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0686491Z test_meta_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0686739Z test_meta_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0686975Z test_meta_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0687229Z test_meta_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0687500Z test_meta_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0687748Z test_meta_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0687991Z test_meta_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0688234Z test_meta_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0688474Z test_meta_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0688715Z test_meta_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0688957Z test_meta_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0689198Z test_meta_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0689455Z test_meta_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0689713Z test_meta_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0689963Z test_meta_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0690214Z test_meta_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0690459Z test_meta_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0690704Z test_meta_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0690945Z test_meta_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0691193Z test_meta_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0691424Z test_meta_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0691677Z test_meta_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0691919Z test_meta_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0692172Z test_meta_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0692421Z test_meta_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0692668Z test_meta_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0692947Z test_meta_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0693192Z test_meta_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0693436Z test_meta_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0693665Z test_meta_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0693920Z test_meta_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0694165Z test_meta_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0694499Z test_meta_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0694755Z test_meta_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0695031Z test_meta_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0695280Z test_meta_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0695523Z test_meta_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0695768Z test_meta_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0695995Z test_meta_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0696252Z test_meta_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0696509Z test_meta_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0696770Z test_meta_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0697029Z test_meta_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0697282Z test_meta_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0697534Z test_meta_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0697787Z test_meta_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0698032Z test_meta_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0698265Z test_meta_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0698515Z test_meta_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0698768Z test_meta_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0699025Z test_meta_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0699281Z test_meta_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0699533Z test_meta_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0699779Z test_meta_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0700025Z test_meta_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0700301Z test_meta_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0700547Z test_meta_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0700779Z test_meta_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0701020Z test_meta_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0701299Z test_meta_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0701583Z test_meta_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0701864Z test_meta_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0702145Z test_meta_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0702451Z test_meta_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0702725Z test_meta_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0702997Z test_meta_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0703257Z test_meta_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0703529Z test_meta_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0703799Z test_meta_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0704061Z test_meta_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0704316Z test_meta_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0704696Z test_meta_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0704950Z test_meta_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0705206Z test_meta_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0705457Z test_meta_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0705706Z test_meta_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0705941Z test_meta_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0706190Z test_meta_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0706433Z test_meta_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0706682Z test_meta_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0706928Z test_meta_diag_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0707183Z test_meta_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0707438Z test_meta_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0707684Z test_meta_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0707981Z test_meta_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0708214Z test_meta_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0708460Z test_meta_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0708703Z test_meta_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0708948Z test_meta_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0709190Z test_meta_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0709453Z test_meta_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0709708Z test_meta_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0710007Z test_meta_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0710275Z test_meta_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0710518Z test_meta_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0710777Z test_meta_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0711037Z test_meta_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0711295Z test_meta_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0711551Z test_meta_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0711809Z test_meta_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0712064Z test_meta_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0712318Z test_meta_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0712570Z test_meta_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0712814Z test_meta_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0713068Z test_meta_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0713329Z test_meta_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0713588Z test_meta_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0713846Z test_meta_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0714100Z test_meta_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0714351Z test_meta_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0714602Z test_meta_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0714849Z test_meta_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0715099Z test_meta_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0715362Z test_meta_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0715619Z test_meta_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0715868Z test_meta_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0716129Z test_meta_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0716386Z test_meta_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0716642Z test_meta_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0716896Z test_meta_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0717151Z test_meta_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0717431Z test_meta_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0717669Z test_meta_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0717918Z test_meta_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0718162Z test_meta_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0718411Z test_meta_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0718656Z test_meta_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0718925Z test_meta_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0719193Z test_meta_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0719464Z test_meta_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0719735Z test_meta_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0719988Z test_meta_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0720253Z test_meta_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0720512Z test_meta_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0720769Z test_meta_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0721038Z test_meta_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0721296Z test_meta_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0721544Z test_meta_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0721786Z test_meta_diff_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0722039Z test_meta_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0722290Z test_meta_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0722524Z test_meta_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0722813Z test_meta_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0723059Z test_meta_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0723302Z test_meta_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0723545Z test_meta_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0723788Z test_meta_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0724033Z test_meta_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0724273Z test_meta_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0724532Z test_meta_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0724794Z test_meta_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0725053Z test_meta_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0725306Z test_meta_digamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0725554Z test_meta_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0725801Z test_meta_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0726045Z test_meta_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0726293Z test_meta_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0726539Z test_meta_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0726786Z test_meta_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0727027Z test_meta_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0727279Z test_meta_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0727526Z test_meta_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0727771Z test_meta_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0728016Z test_meta_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0728290Z test_meta_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0728562Z test_meta_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0728831Z test_meta_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0729101Z test_meta_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0729355Z test_meta_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0729620Z test_meta_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0729886Z test_meta_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0730184Z test_meta_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0730450Z test_meta_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0730728Z test_meta_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0730997Z test_meta_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0731275Z test_meta_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0731553Z test_meta_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0731826Z test_meta_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0732085Z test_meta_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0732382Z test_meta_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0732651Z test_meta_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0732916Z test_meta_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0733184Z test_meta_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0733452Z test_meta_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0733716Z test_meta_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0733993Z test_meta_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0734329Z test_meta_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0734597Z test_meta_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0734851Z test_meta_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0735119Z test_meta_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0735385Z test_meta_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0735655Z test_meta_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0735922Z test_meta_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0736188Z test_meta_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0736437Z test_meta_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0736690Z test_meta_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0736940Z test_meta_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0737186Z test_meta_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0737419Z test_meta_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0737695Z test_meta_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0737943Z test_meta_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0738184Z test_meta_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0738428Z test_meta_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0738669Z test_meta_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0738927Z test_meta_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0739173Z test_meta_double_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0739433Z test_meta_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0739704Z test_meta_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0739962Z test_meta_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0740215Z test_meta_double_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0740465Z test_meta_double_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0740714Z test_meta_double_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0740960Z test_meta_double_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0741210Z test_meta_double_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0741455Z test_meta_double_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0741702Z test_meta_double_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0741932Z test_meta_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0742187Z test_meta_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0742434Z test_meta_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0742693Z test_meta_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0742950Z test_meta_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0743209Z test_meta_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0743460Z test_meta_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0743710Z test_meta_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0743955Z test_meta_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0744188Z test_meta_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0744565Z test_meta_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0744839Z test_meta_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0745150Z test_meta_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0745396Z test_meta_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0745652Z test_meta_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0745900Z test_meta_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0746157Z test_meta_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0746414Z test_meta_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0746655Z test_meta_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0746908Z test_meta_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0747158Z test_meta_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0747440Z test_meta_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0747688Z test_meta_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0747935Z test_meta_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0748179Z test_meta_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0748426Z test_meta_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0748669Z test_meta_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0748912Z test_meta_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0749172Z test_meta_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0749428Z test_meta_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0749678Z test_meta_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0749927Z test_meta_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0750175Z test_meta_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0750422Z test_meta_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0750667Z test_meta_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0750914Z test_meta_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0751156Z test_meta_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0751393Z test_meta_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0751638Z test_meta_empty_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0751893Z test_meta_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0752149Z test_meta_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0752406Z test_meta_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0752689Z test_meta_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0752941Z test_meta_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0753188Z test_meta_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0753433Z test_meta_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0753663Z test_meta_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0753904Z test_meta_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0754149Z test_meta_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0754399Z test_meta_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0754685Z test_meta_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0754941Z test_meta_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0755203Z test_meta_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0755463Z test_meta_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0755719Z test_meta_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0755963Z test_meta_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0756220Z test_meta_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0756482Z test_meta_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0756734Z test_meta_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0756989Z test_meta_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0757240Z test_meta_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0757493Z test_meta_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0757743Z test_meta_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0757990Z test_meta_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0758220Z test_meta_eq_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0758474Z test_meta_eq_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0758724Z test_meta_eq_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0758973Z test_meta_eq_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0759218Z test_meta_eq_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0759462Z test_meta_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0759706Z test_meta_eq_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0759980Z test_meta_eq_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0760224Z test_meta_eq_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0760451Z test_meta_eq_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0760694Z test_meta_eq_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0760932Z test_meta_eq_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0761184Z test_meta_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0761431Z test_meta_equal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0761687Z test_meta_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0761943Z test_meta_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0762220Z test_meta_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0762471Z test_meta_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0762716Z test_meta_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0762946Z test_meta_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0763190Z test_meta_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0763432Z test_meta_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0763680Z test_meta_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0763931Z test_meta_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0764185Z test_meta_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0764430Z test_meta_erf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0764671Z test_meta_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0764915Z test_meta_erf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0765144Z test_meta_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0765386Z test_meta_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0765628Z test_meta_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0765870Z test_meta_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0766111Z test_meta_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0766362Z test_meta_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0766604Z test_meta_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0766850Z test_meta_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0767097Z test_meta_erfc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0767327Z test_meta_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0767600Z test_meta_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0767844Z test_meta_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0768087Z test_meta_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0768328Z test_meta_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0768581Z test_meta_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0768828Z test_meta_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0769079Z test_meta_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0769331Z test_meta_erfinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0769590Z test_meta_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0769839Z test_meta_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0770082Z test_meta_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0770326Z test_meta_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0770567Z test_meta_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0770817Z test_meta_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0771066Z test_meta_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0771314Z test_meta_exp2_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0771564Z test_meta_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0771794Z test_meta_exp2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0772039Z test_meta_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0772282Z test_meta_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0772524Z test_meta_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0772767Z test_meta_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0773012Z test_meta_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0773262Z test_meta_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0773504Z test_meta_exp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0773757Z test_meta_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0773997Z test_meta_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0774320Z test_meta_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0774571Z test_meta_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0774813Z test_meta_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0775110Z test_meta_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0775354Z test_meta_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0775596Z test_meta_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0775840Z test_meta_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0776099Z test_meta_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0776334Z test_meta_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0776599Z test_meta_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0776863Z test_meta_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0777151Z test_meta_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0777409Z test_meta_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0777668Z test_meta_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0777921Z test_meta_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0778174Z test_meta_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0778425Z test_meta_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0778665Z test_meta_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0778918Z test_meta_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0779167Z test_meta_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0779415Z test_meta_expand_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0779672Z test_meta_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0779930Z test_meta_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0780180Z test_meta_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0780429Z test_meta_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0780675Z test_meta_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0780928Z test_meta_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0781163Z test_meta_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0781406Z test_meta_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0781652Z test_meta_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0781898Z test_meta_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0782147Z test_meta_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0782423Z test_meta_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0782676Z test_meta_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0782927Z test_meta_expm1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0783174Z test_meta_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0783406Z test_meta_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0783649Z test_meta_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0783894Z test_meta_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0784140Z test_meta_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0784494Z test_meta_eye_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0784794Z test_meta_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0785048Z test_meta_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0785295Z test_meta_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0785538Z test_meta_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0785766Z test_meta_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0786009Z test_meta_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0786254Z test_meta_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0786500Z test_meta_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0786743Z test_meta_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0786984Z test_meta_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0787235Z test_meta_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0787497Z test_meta_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0787756Z test_meta_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0787997Z test_meta_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0788254Z test_meta_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0788507Z test_meta_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0788755Z test_meta_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0788998Z test_meta_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0789248Z test_meta_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0789494Z test_meta_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0789739Z test_meta_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0790033Z test_meta_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0790280Z test_meta_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0790533Z test_meta_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0790785Z test_meta_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0791032Z test_meta_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0791277Z test_meta_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0791522Z test_meta_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0791771Z test_meta_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0792069Z test_meta_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0792315Z test_meta_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0792561Z test_meta_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0792815Z test_meta_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0793070Z test_meta_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0793323Z test_meta_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0793573Z test_meta_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0793823Z test_meta_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0794071Z test_meta_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0794318Z test_meta_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0794565Z test_meta_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0794825Z test_meta_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0795065Z test_meta_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0795333Z test_meta_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0795599Z test_meta_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0795859Z test_meta_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0796118Z test_meta_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0796371Z test_meta_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0796625Z test_meta_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0796879Z test_meta_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0797137Z test_meta_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0797407Z test_meta_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0797665Z test_meta_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0797918Z test_meta_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0798169Z test_meta_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0798431Z test_meta_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0798689Z test_meta_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0798943Z test_meta_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0799199Z test_meta_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0799479Z test_meta_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0799736Z test_meta_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0799972Z test_meta_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0800314Z test_meta_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0800576Z test_meta_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0800827Z test_meta_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0801146Z test_meta_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0801407Z test_meta_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0801663Z test_meta_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0801965Z test_meta_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0802216Z test_meta_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0802452Z test_meta_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0802753Z test_meta_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0803004Z test_meta_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0803259Z test_meta_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0803558Z test_meta_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0803820Z test_meta_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0804123Z test_meta_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0804381Z test_meta_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0804635Z test_meta_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0804924Z test_meta_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0805214Z test_meta_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0805465Z test_meta_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0805765Z test_meta_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0806014Z test_meta_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0806262Z test_meta_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0806578Z test_meta_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0806840Z test_meta_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0807130Z test_meta_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0807461Z test_meta_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0807717Z test_meta_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0808005Z test_meta_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0808264Z test_meta_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0808513Z test_meta_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0808761Z test_meta_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0809016Z test_meta_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0809279Z test_meta_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0809536Z test_meta_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0809789Z test_meta_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0810030Z test_meta_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0810276Z test_meta_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0810524Z test_meta_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0810767Z test_meta_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0811019Z test_meta_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0811264Z test_meta_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0811510Z test_meta_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0811770Z test_meta_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0812026Z test_meta_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0812266Z test_meta_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0812523Z test_meta_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0812807Z test_meta_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0813062Z test_meta_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0813313Z test_meta_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0813561Z test_meta_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0813809Z test_meta_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0814071Z test_meta_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0814389Z test_meta_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0814648Z test_meta_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0814945Z test_meta_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0815213Z test_meta_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0815475Z test_meta_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0815734Z test_meta_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0815989Z test_meta_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0816246Z test_meta_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0816503Z test_meta_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0816758Z test_meta_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0817014Z test_meta_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0817261Z test_meta_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0817513Z test_meta_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0817768Z test_meta_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0818025Z test_meta_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0818279Z test_meta_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0818537Z test_meta_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0818790Z test_meta_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0819039Z test_meta_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0819290Z test_meta_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0819527Z test_meta_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0819783Z test_meta_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0820037Z test_meta_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0820331Z test_meta_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0820586Z test_meta_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0820836Z test_meta_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0821087Z test_meta_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0821337Z test_meta_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0821584Z test_meta_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0821839Z test_meta_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0822084Z test_meta_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0822363Z test_meta_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0822619Z test_meta_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0822869Z test_meta_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0823121Z test_meta_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0823371Z test_meta_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0823618Z test_meta_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0823883Z test_meta_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0824143Z test_meta_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0824492Z test_meta_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0824796Z test_meta_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0825045Z test_meta_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0825299Z test_meta_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0825549Z test_meta_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0825804Z test_meta_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0826056Z test_meta_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0826305Z test_meta_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0826568Z test_meta_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0826816Z test_meta_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0827073Z test_meta_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0827327Z test_meta_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0827581Z test_meta_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0827910Z test_meta_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0828160Z test_meta_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0828410Z test_meta_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0828658Z test_meta_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0828906Z test_meta_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0829170Z test_meta_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0829415Z test_meta_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0829674Z test_meta_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0829965Z test_meta_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0830221Z test_meta_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0830475Z test_meta_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0830724Z test_meta_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0830975Z test_meta_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0831224Z test_meta_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0831478Z test_meta_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0831721Z test_meta_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0831978Z test_meta_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0832230Z test_meta_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0832481Z test_meta_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0832729Z test_meta_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0832980Z test_meta_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0833229Z test_meta_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0833481Z test_meta_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0833734Z test_meta_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0833971Z test_meta_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0834220Z test_meta_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0834467Z test_meta_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0834714Z test_meta_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0834963Z test_meta_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0835238Z test_meta_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0835486Z test_meta_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0835741Z test_meta_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0835996Z test_meta_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0836231Z test_meta_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0836479Z test_meta_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0836726Z test_meta_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0836977Z test_meta_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0837251Z test_meta_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0837505Z test_meta_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0837749Z test_meta_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0838002Z test_meta_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0838251Z test_meta_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0838501Z test_meta_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0838736Z test_meta_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0838987Z test_meta_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0839231Z test_meta_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0839476Z test_meta_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0839719Z test_meta_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0839962Z test_meta_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0840206Z test_meta_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0840449Z test_meta_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0840705Z test_meta_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0840943Z test_meta_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0841205Z test_meta_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0841461Z test_meta_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0841719Z test_meta_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0841974Z test_meta_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0842229Z test_meta_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0842509Z test_meta_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0842759Z test_meta_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0843010Z test_meta_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0843244Z test_meta_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0843492Z test_meta_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0843737Z test_meta_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0843987Z test_meta_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0844233Z test_meta_flip_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0844490Z test_meta_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0844767Z test_meta_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0845016Z test_meta_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0845264Z test_meta_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0845496Z test_meta_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0845740Z test_meta_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0845986Z test_meta_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0846233Z test_meta_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0846479Z test_meta_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0846720Z test_meta_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0846975Z test_meta_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0847223Z test_meta_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0847483Z test_meta_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0847725Z test_meta_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0847976Z test_meta_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0848227Z test_meta_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0848475Z test_meta_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0848722Z test_meta_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0848968Z test_meta_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0849212Z test_meta_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0849458Z test_meta_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0849700Z test_meta_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0849969Z test_meta_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0850220Z test_meta_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0850479Z test_meta_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0850734Z test_meta_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0850989Z test_meta_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0851238Z test_meta_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0851486Z test_meta_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0851736Z test_meta_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0852013Z test_meta_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0852257Z test_meta_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0852490Z test_meta_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0852734Z test_meta_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0852986Z test_meta_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0853229Z test_meta_float_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0853488Z test_meta_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0853745Z test_meta_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0854002Z test_meta_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0854336Z test_meta_float_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0854590Z test_meta_float_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0854819Z test_meta_float_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0855067Z test_meta_float_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0855311Z test_meta_float_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0855553Z test_meta_float_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0855801Z test_meta_float_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0856047Z test_meta_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0856312Z test_meta_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0856565Z test_meta_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0856831Z test_meta_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0857081Z test_meta_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0857339Z test_meta_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0857630Z test_meta_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0857885Z test_meta_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0858139Z test_meta_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0858393Z test_meta_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0858648Z test_meta_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0858900Z test_meta_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0859152Z test_meta_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0859392Z test_meta_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0859672Z test_meta_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0859923Z test_meta_floor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0860169Z test_meta_floor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0860413Z test_meta_floor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0860655Z test_meta_floor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0860899Z test_meta_floor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0861144Z test_meta_floor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0861409Z test_meta_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0861668Z test_meta_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0861907Z test_meta_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0862162Z test_meta_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0862416Z test_meta_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0862673Z test_meta_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0862929Z test_meta_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0863186Z test_meta_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0863442Z test_meta_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0863690Z test_meta_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0863936Z test_meta_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0864172Z test_meta_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0864511Z test_meta_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0864757Z test_meta_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0865052Z test_meta_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0865297Z test_meta_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0865539Z test_meta_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0865785Z test_meta_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0866026Z test_meta_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0866276Z test_meta_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0866505Z test_meta_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0866754Z test_meta_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0867032Z test_meta_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0867279Z test_meta_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0867521Z test_meta_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0867765Z test_meta_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0868009Z test_meta_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0868252Z test_meta_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0868492Z test_meta_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0868731Z test_meta_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0868981Z test_meta_fmod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0869228Z test_meta_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0869469Z test_meta_fmod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0869714Z test_meta_fmod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0869953Z test_meta_fmod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0870196Z test_meta_fmod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0870442Z test_meta_fmod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0870685Z test_meta_fmod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0870919Z test_meta_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0871167Z test_meta_frac_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0871413Z test_meta_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0871657Z test_meta_frac_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0871910Z test_meta_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0872160Z test_meta_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0872437Z test_meta_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0872685Z test_meta_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0872942Z test_meta_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0873183Z test_meta_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0873447Z test_meta_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0873707Z test_meta_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0873961Z test_meta_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0874217Z test_meta_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0874498Z test_meta_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0874752Z test_meta_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0875002Z test_meta_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0875251Z test_meta_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0875500Z test_meta_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0875736Z test_meta_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0875991Z test_meta_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0876242Z test_meta_gather_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0876503Z test_meta_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0876760Z test_meta_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0877012Z test_meta_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0877265Z test_meta_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0877512Z test_meta_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0877761Z test_meta_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0877998Z test_meta_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0878244Z test_meta_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0878491Z test_meta_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0878735Z test_meta_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0878978Z test_meta_gcd_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0879223Z test_meta_gcd_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0879471Z test_meta_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0879756Z test_meta_gcd_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0879999Z test_meta_gcd_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0880233Z test_meta_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0880476Z test_meta_ge_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0880719Z test_meta_ge_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0880963Z test_meta_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0881208Z test_meta_ge_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0881450Z test_meta_ge_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0881693Z test_meta_ge_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0881965Z test_meta_ge_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0882206Z test_meta_ge_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0882429Z test_meta_ge_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0882688Z test_meta_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0882945Z test_meta_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0883196Z test_meta_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0883446Z test_meta_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0883705Z test_meta_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0883967Z test_meta_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0884226Z test_meta_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0884482Z test_meta_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0884722Z test_meta_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0884976Z test_meta_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0885228Z test_meta_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0885483Z test_meta_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0885732Z test_meta_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0885983Z test_meta_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0886230Z test_meta_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0886469Z test_meta_gt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0886713Z test_meta_gt_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0886943Z test_meta_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0887219Z test_meta_gt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0887459Z test_meta_gt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0887701Z test_meta_gt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0887941Z test_meta_gt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0888181Z test_meta_gt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0888420Z test_meta_gt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0888670Z test_meta_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0888913Z test_meta_half_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0889172Z test_meta_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0889438Z test_meta_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0889688Z test_meta_half_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0889937Z test_meta_half_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0890182Z test_meta_half_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0890427Z test_meta_half_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0890671Z test_meta_half_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0890916Z test_meta_half_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0891161Z test_meta_half_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0891403Z test_meta_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0891648Z test_meta_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0891900Z test_meta_heaviside_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0892160Z test_meta_heaviside_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0892417Z test_meta_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0892673Z test_meta_heaviside_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0892927Z test_meta_heaviside_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0893183Z test_meta_heaviside_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0893434Z test_meta_heaviside_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0893687Z test_meta_heaviside_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0893924Z test_meta_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0894174Z test_meta_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0894494Z test_meta_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0894779Z test_meta_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0895038Z test_meta_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0895296Z test_meta_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0895557Z test_meta_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0895815Z test_meta_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0896069Z test_meta_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0896304Z test_meta_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0896561Z test_meta_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0896843Z test_meta_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0897105Z test_meta_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0897354Z test_meta_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0897604Z test_meta_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0897852Z test_meta_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0898098Z test_meta_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0898346Z test_meta_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0898576Z test_meta_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0898826Z test_meta_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0899068Z test_meta_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0899320Z test_meta_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0899570Z test_meta_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0899828Z test_meta_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0900082Z test_meta_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0900340Z test_meta_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0900590Z test_meta_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0900838Z test_meta_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0901070Z test_meta_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0901317Z test_meta_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0901561Z test_meta_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0901804Z test_meta_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0902082Z test_meta_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0902327Z test_meta_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0902576Z test_meta_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0902826Z test_meta_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0903073Z test_meta_hypot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0903304Z test_meta_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0903546Z test_meta_i0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0903793Z test_meta_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0904040Z test_meta_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0904309Z test_meta_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0904704Z test_meta_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0904953Z test_meta_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0905227Z test_meta_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0905514Z test_meta_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0905756Z test_meta_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0906029Z test_meta_igamma_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0906331Z test_meta_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0906583Z test_meta_igamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0906880Z test_meta_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0907156Z test_meta_igammac_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0907410Z test_meta_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0907717Z test_meta_igammac_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0907976Z test_meta_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0908217Z test_meta_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0908536Z test_meta_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0908797Z test_meta_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0909052Z test_meta_index_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0909382Z test_meta_index_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0909645Z test_meta_index_add_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0909899Z test_meta_index_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0910229Z test_meta_index_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0910488Z test_meta_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0910732Z test_meta_index_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0910985Z test_meta_index_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0911239Z test_meta_index_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0911488Z test_meta_index_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0911740Z test_meta_index_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0911995Z test_meta_index_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0912285Z test_meta_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0912540Z test_meta_index_copy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0912809Z test_meta_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0913071Z test_meta_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0913315Z test_meta_index_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0913576Z test_meta_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0913837Z test_meta_index_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0914096Z test_meta_index_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0914350Z test_meta_index_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0914603Z test_meta_index_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0914857Z test_meta_index_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0915109Z test_meta_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0915370Z test_meta_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0915609Z test_meta_index_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0915873Z test_meta_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0916137Z test_meta_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0916393Z test_meta_index_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0916653Z test_meta_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0916908Z test_meta_index_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0917159Z test_meta_index_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0917411Z test_meta_index_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0917690Z test_meta_index_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0917947Z test_meta_index_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0918185Z test_meta_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0918443Z test_meta_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0918696Z test_meta_index_put_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0918956Z test_meta_index_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0919217Z test_meta_index_put_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0919472Z test_meta_index_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0919756Z test_meta_index_put_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0920015Z test_meta_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0920270Z test_meta_index_put_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0920506Z test_meta_index_put_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0920759Z test_meta_index_put_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0921009Z test_meta_index_put_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0921262Z test_meta_index_put_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0921511Z test_meta_index_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0921774Z test_meta_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0922037Z test_meta_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0922292Z test_meta_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0922546Z test_meta_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0922787Z test_meta_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0923046Z test_meta_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0923306Z test_meta_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0923563Z test_meta_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0923818Z test_meta_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0924083Z test_meta_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0924339Z test_meta_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0924608Z test_meta_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0924875Z test_meta_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0925160Z test_meta_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0925410Z test_meta_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0925667Z test_meta_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0925922Z test_meta_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0926179Z test_meta_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0926432Z test_meta_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0926689Z test_meta_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0926948Z test_meta_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0927226Z test_meta_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0927479Z test_meta_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0927720Z test_meta_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0927976Z test_meta_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0928226Z test_meta_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0928476Z test_meta_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0928723Z test_meta_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0928971Z test_meta_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0929212Z test_meta_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0929455Z test_meta_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0929700Z test_meta_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0929935Z test_meta_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0930180Z test_meta_int_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0930432Z test_meta_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0930684Z test_meta_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0930929Z test_meta_int_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0931176Z test_meta_int_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0931415Z test_meta_int_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0931660Z test_meta_int_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0931902Z test_meta_int_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0932130Z test_meta_int_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0932414Z test_meta_int_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0932662Z test_meta_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0932921Z test_meta_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0933173Z test_meta_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0933432Z test_meta_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0933688Z test_meta_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0933941Z test_meta_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0934257Z test_meta_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0934549Z test_meta_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0934787Z test_meta_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0935036Z test_meta_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0935283Z test_meta_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0935531Z test_meta_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0935774Z test_meta_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0936032Z test_meta_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0936285Z test_meta_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0936549Z test_meta_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0936805Z test_meta_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0937052Z test_meta_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0937307Z test_meta_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0937563Z test_meta_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0937817Z test_meta_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0938069Z test_meta_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.0938319Z test_meta_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0938570Z test_meta_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0938819Z test_meta_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0939064Z test_meta_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0939298Z test_meta_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0939543Z test_meta_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0939787Z test_meta_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0940062Z test_meta_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0940309Z test_meta_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0940552Z test_meta_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0940796Z test_meta_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0941047Z test_meta_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0941291Z test_meta_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0941533Z test_meta_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0941792Z test_meta_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0942075Z test_meta_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0942328Z test_meta_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0942576Z test_meta_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0942822Z test_meta_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0943066Z test_meta_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0943311Z test_meta_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0943555Z test_meta_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0943785Z test_meta_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0944034Z test_meta_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0944289Z test_meta_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0944660Z test_meta_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0944916Z test_meta_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0945171Z test_meta_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0945421Z test_meta_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0945671Z test_meta_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0945917Z test_meta_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0946147Z test_meta_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0946390Z test_meta_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0946632Z test_meta_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0946876Z test_meta_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0947123Z test_meta_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0947433Z test_meta_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0947683Z test_meta_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0947938Z test_meta_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0948194Z test_meta_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0948446Z test_meta_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0948684Z test_meta_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0948934Z test_meta_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0949181Z test_meta_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0949435Z test_meta_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0949716Z test_meta_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0949975Z test_meta_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0950225Z test_meta_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0950480Z test_meta_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0950733Z test_meta_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0950970Z test_meta_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0951220Z test_meta_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0951471Z test_meta_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0951714Z test_meta_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0951962Z test_meta_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0952204Z test_meta_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0952461Z test_meta_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0952710Z test_meta_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0952970Z test_meta_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0953213Z test_meta_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0953470Z test_meta_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0953717Z test_meta_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0953965Z test_meta_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0954212Z test_meta_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0954459Z test_meta_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0954707Z test_meta_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0954981Z test_meta_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0955230Z test_meta_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0955458Z test_meta_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0955714Z test_meta_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0955968Z test_meta_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0956217Z test_meta_istft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0956466Z test_meta_istft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0956641Z test_meta_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0956836Z test_meta_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957013Z test_meta_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957187Z test_meta_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957357Z test_meta_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957513Z test_meta_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957682Z test_meta_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0957849Z test_meta_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958020Z test_meta_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958184Z test_meta_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958351Z test_meta_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958514Z test_meta_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958694Z test_meta_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0958869Z test_meta_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959037Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959221Z test_meta_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959397Z test_meta_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959569Z test_meta_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959736Z test_meta_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0959909Z test_meta_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960075Z test_meta_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960240Z test_meta_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960438Z test_meta_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960591Z test_meta_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960753Z test_meta_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0960910Z test_meta_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961076Z test_meta_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961241Z test_meta_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961404Z test_meta_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961565Z test_meta_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961746Z test_meta_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0961905Z test_meta_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962045Z test_meta_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962195Z test_meta_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962350Z test_meta_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962507Z test_meta_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962682Z test_meta_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0962856Z test_meta_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963036Z test_meta_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963213Z test_meta_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963388Z test_meta_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963542Z test_meta_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963707Z test_meta_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0963882Z test_meta_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964056Z test_meta_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964231Z test_meta_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964400Z test_meta_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964568Z test_meta_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964730Z test_meta_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0964886Z test_meta_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965051Z test_meta_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965200Z test_meta_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965389Z test_meta_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965545Z test_meta_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965698Z test_meta_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0965853Z test_meta_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0966008Z test_meta_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0966162Z test_meta_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0966318Z test_meta_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0966458Z test_meta_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:31.0966718Z test_meta_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0966990Z test_meta_kron_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0967248Z test_meta_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0967499Z test_meta_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0967750Z test_meta_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0967999Z test_meta_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0968243Z test_meta_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0968489Z test_meta_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0968737Z test_meta_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0968966Z test_meta_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0969210Z test_meta_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0969452Z test_meta_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0969710Z test_meta_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0969965Z test_meta_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0970221Z test_meta_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0970474Z test_meta_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0970724Z test_meta_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0970970Z test_meta_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0971207Z test_meta_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0971455Z test_meta_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0971699Z test_meta_lcm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0971941Z test_meta_lcm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0972218Z test_meta_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0972464Z test_meta_lcm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0972703Z test_meta_lcm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0972958Z test_meta_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0973203Z test_meta_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0973447Z test_meta_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0973704Z test_meta_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0973955Z test_meta_ldexp_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0974285Z test_meta_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0974571Z test_meta_ldexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0974819Z test_meta_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0975066Z test_meta_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0975309Z test_meta_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0975555Z test_meta_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0975788Z test_meta_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0976039Z test_meta_le_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0976284Z test_meta_le_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0976533Z test_meta_le_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0976776Z test_meta_le_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0977020Z test_meta_le_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0977266Z test_meta_le_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0977508Z test_meta_le_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0977749Z test_meta_le_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0977981Z test_meta_le_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0978222Z test_meta_le_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0978474Z test_meta_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0978730Z test_meta_lerp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0979075Z test_meta_lerp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0979334Z test_meta_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0979583Z test_meta_lerp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0979883Z test_meta_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0980189Z test_meta_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0980430Z test_meta_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0980683Z test_meta_lgamma_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0980931Z test_meta_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0981180Z test_meta_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0981469Z test_meta_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0981717Z test_meta_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0981963Z test_meta_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0982269Z test_meta_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0982545Z test_meta_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0982801Z test_meta_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0983068Z test_meta_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0983346Z test_meta_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0983622Z test_meta_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0983896Z test_meta_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0984167Z test_meta_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0984562Z test_meta_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0984851Z test_meta_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0985112Z test_meta_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0985366Z test_meta_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0985613Z test_meta_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0985884Z test_meta_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0986152Z test_meta_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0986412Z test_meta_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0986667Z test_meta_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0986922Z test_meta_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0987180Z test_meta_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0987437Z test_meta_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0987754Z test_meta_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0988011Z test_meta_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0988261Z test_meta_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0988522Z test_meta_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0988778Z test_meta_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0989033Z test_meta_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0989313Z test_meta_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0989594Z test_meta_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0989900Z test_meta_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0990173Z test_meta_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0990441Z test_meta_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0990690Z test_meta_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0990948Z test_meta_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0991205Z test_meta_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0991478Z test_meta_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0991742Z test_meta_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0992001Z test_meta_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0992255Z test_meta_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0992526Z test_meta_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0992795Z test_meta_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0993060Z test_meta_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0993309Z test_meta_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0993583Z test_meta_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0993854Z test_meta_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0994123Z test_meta_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0994387Z test_meta_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0994679Z test_meta_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0994967Z test_meta_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0995281Z test_meta_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0995567Z test_meta_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0995830Z test_meta_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0996078Z test_meta_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0996333Z test_meta_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0996588Z test_meta_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0996861Z test_meta_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0997153Z test_meta_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0997416Z test_meta_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0997672Z test_meta_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0997947Z test_meta_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0998220Z test_meta_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0998474Z test_meta_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0998742Z test_meta_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0999023Z test_meta_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0999300Z test_meta_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0999574Z test_meta_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.0999844Z test_meta_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1000115Z test_meta_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1000383Z test_meta_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1000654Z test_meta_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1000919Z test_meta_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1001172Z test_meta_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1001434Z test_meta_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1001691Z test_meta_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1001946Z test_meta_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1002235Z test_meta_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1002552Z test_meta_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1002832Z test_meta_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1003118Z test_meta_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1003377Z test_meta_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1003634Z test_meta_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1003875Z test_meta_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1004134Z test_meta_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1004431Z test_meta_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1004703Z test_meta_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1004970Z test_meta_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1005237Z test_meta_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1005514Z test_meta_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1005788Z test_meta_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1006063Z test_meta_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1006323Z test_meta_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1006594Z test_meta_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1006864Z test_meta_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1007129Z test_meta_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1007393Z test_meta_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1007665Z test_meta_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1007941Z test_meta_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1008216Z test_meta_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1008486Z test_meta_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1008753Z test_meta_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1009008Z test_meta_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1009285Z test_meta_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1009560Z test_meta_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1009859Z test_meta_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1010132Z test_meta_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1010407Z test_meta_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1010680Z test_meta_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1010945Z test_meta_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1011211Z test_meta_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1011504Z test_meta_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1011811Z test_meta_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1012101Z test_meta_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1012381Z test_meta_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1012651Z test_meta_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1012924Z test_meta_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1013194Z test_meta_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1013464Z test_meta_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1013730Z test_meta_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1013994Z test_meta_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1014326Z test_meta_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1014571Z test_meta_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1014831Z test_meta_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1015087Z test_meta_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1015350Z test_meta_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1015612Z test_meta_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1015871Z test_meta_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1016132Z test_meta_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1016385Z test_meta_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1016636Z test_meta_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1016920Z test_meta_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1017254Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1017555Z test_meta_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1017851Z test_meta_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1018146Z test_meta_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1018441Z test_meta_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1018707Z test_meta_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1018973Z test_meta_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1019288Z test_meta_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1019544Z test_meta_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1019812Z test_meta_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1020095Z test_meta_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1020372Z test_meta_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1020645Z test_meta_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1020867Z test_meta_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.1021082Z test_meta_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.1021290Z test_meta_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.1021490Z test_meta_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:22:31.1021753Z test_meta_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1022013Z test_meta_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1022271Z test_meta_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1022514Z test_meta_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1022785Z test_meta_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1023056Z test_meta_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1023322Z test_meta_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1023579Z test_meta_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1023848Z test_meta_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1024140Z test_meta_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1024509Z test_meta_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1024772Z test_meta_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1025030Z test_meta_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1025304Z test_meta_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1025570Z test_meta_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1025834Z test_meta_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1026122Z test_meta_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1026450Z test_meta_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1026732Z test_meta_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1027011Z test_meta_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1027275Z test_meta_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1027537Z test_meta_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1027782Z test_meta_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1028040Z test_meta_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1028314Z test_meta_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1028583Z test_meta_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1028848Z test_meta_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1029110Z test_meta_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1029382Z test_meta_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1029655Z test_meta_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1029924Z test_meta_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1030196Z test_meta_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1030462Z test_meta_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1030736Z test_meta_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1031006Z test_meta_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1031277Z test_meta_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1031595Z test_meta_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1031868Z test_meta_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1032132Z test_meta_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1032390Z test_meta_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1032649Z test_meta_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1032888Z test_meta_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1033141Z test_meta_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1033397Z test_meta_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1033686Z test_meta_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1033953Z test_meta_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1034224Z test_meta_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1034493Z test_meta_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1034756Z test_meta_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1035014Z test_meta_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1035287Z test_meta_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1035552Z test_meta_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1035827Z test_meta_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1036096Z test_meta_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1036364Z test_meta_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1036632Z test_meta_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1036889Z test_meta_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1037157Z test_meta_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1037420Z test_meta_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1037677Z test_meta_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1037920Z test_meta_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1038176Z test_meta_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1038428Z test_meta_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1038678Z test_meta_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1038925Z test_meta_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1039207Z test_meta_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1039457Z test_meta_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1039705Z test_meta_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1039950Z test_meta_log10_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1040205Z test_meta_log10_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1040446Z test_meta_log10_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1040698Z test_meta_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1040950Z test_meta_log10_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1041222Z test_meta_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1041469Z test_meta_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1041709Z test_meta_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1041951Z test_meta_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1042197Z test_meta_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1042446Z test_meta_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1042681Z test_meta_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1042933Z test_meta_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1043182Z test_meta_log1p_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1043426Z test_meta_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1043672Z test_meta_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1043910Z test_meta_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1044153Z test_meta_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1044399Z test_meta_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1044653Z test_meta_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1044883Z test_meta_log2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1045140Z test_meta_log2_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1045391Z test_meta_log2_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1045640Z test_meta_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1045890Z test_meta_log2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1046134Z test_meta_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1046404Z test_meta_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1046649Z test_meta_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1046894Z test_meta_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1047120Z test_meta_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1047370Z test_meta_log_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1047609Z test_meta_log_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1047863Z test_meta_log_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1048113Z test_meta_log_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1048361Z test_meta_log_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1048643Z test_meta_log_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1048887Z test_meta_log_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1049131Z test_meta_log_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1049360Z test_meta_log_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1049600Z test_meta_log_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1049841Z test_meta_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1050104Z test_meta_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1050369Z test_meta_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1050623Z test_meta_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1050892Z test_meta_log_softmax_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1051155Z test_meta_log_softmax_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1051431Z test_meta_log_softmax_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1051707Z test_meta_log_softmax_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1051968Z test_meta_log_softmax_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1052238Z test_meta_log_softmax_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1052508Z test_meta_log_softmax_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1052777Z test_meta_log_softmax_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1053043Z test_meta_log_softmax_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1053307Z test_meta_log_softmax_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1053571Z test_meta_log_softmax_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1053867Z test_meta_log_softmax_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1054135Z test_meta_log_softmax_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1054464Z test_meta_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1054723Z test_meta_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1054983Z test_meta_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1055243Z test_meta_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1055503Z test_meta_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1055765Z test_meta_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1056062Z test_meta_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1056328Z test_meta_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1056588Z test_meta_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1056845Z test_meta_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1057090Z test_meta_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1057343Z test_meta_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1057593Z test_meta_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1057861Z test_meta_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1058118Z test_meta_logical_and_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1058386Z test_meta_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1058650Z test_meta_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1058908Z test_meta_logical_and_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1059163Z test_meta_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1059399Z test_meta_logical_and_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1059655Z test_meta_logical_and_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1059913Z test_meta_logical_and_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1060166Z test_meta_logical_and_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1060423Z test_meta_logical_and_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1060675Z test_meta_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1060937Z test_meta_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1061189Z test_meta_logical_not_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1061487Z test_meta_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1061738Z test_meta_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1061998Z test_meta_logical_not_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1062252Z test_meta_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1062504Z test_meta_logical_not_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1062759Z test_meta_logical_not_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1063013Z test_meta_logical_not_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1063265Z test_meta_logical_not_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1063547Z test_meta_logical_not_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1063799Z test_meta_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1064060Z test_meta_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1064299Z test_meta_logical_or_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1064723Z test_meta_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1064990Z test_meta_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1065247Z test_meta_logical_or_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1065507Z test_meta_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.002s) 2022-12-01T10:22:31.1065763Z test_meta_logical_or_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1066017Z test_meta_logical_or_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1066269Z test_meta_logical_or_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1066522Z test_meta_logical_or_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1066762Z test_meta_logical_or_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1067017Z test_meta_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1067278Z test_meta_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1067535Z test_meta_logical_xor_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1067800Z test_meta_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1068065Z test_meta_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1068325Z test_meta_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1068579Z test_meta_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1068831Z test_meta_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1069139Z test_meta_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1069382Z test_meta_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1069638Z test_meta_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1069891Z test_meta_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1070142Z test_meta_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1070395Z test_meta_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1070640Z test_meta_logit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1070895Z test_meta_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1071192Z test_meta_logit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1071442Z test_meta_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1071674Z test_meta_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1071916Z test_meta_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1072161Z test_meta_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1072405Z test_meta_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1072665Z test_meta_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1072930Z test_meta_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1073193Z test_meta_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1073448Z test_meta_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1073704Z test_meta_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1073943Z test_meta_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1074194Z test_meta_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1074440Z test_meta_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1074695Z test_meta_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1074945Z test_meta_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1075204Z test_meta_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1075456Z test_meta_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1075716Z test_meta_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1075975Z test_meta_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1076215Z test_meta_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1076500Z test_meta_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1076759Z test_meta_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1077012Z test_meta_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1077260Z test_meta_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1077513Z test_meta_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1077756Z test_meta_long_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1078010Z test_meta_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1078263Z test_meta_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1078525Z test_meta_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1078776Z test_meta_long_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1079026Z test_meta_long_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1079268Z test_meta_long_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1079512Z test_meta_long_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1079757Z test_meta_long_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1079998Z test_meta_long_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1080245Z test_meta_long_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1080488Z test_meta_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1080736Z test_meta_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1080964Z test_meta_lt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1081206Z test_meta_lt_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1081449Z test_meta_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1081690Z test_meta_lt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1081933Z test_meta_lt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1082178Z test_meta_lt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1082417Z test_meta_lt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1082657Z test_meta_lt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1082896Z test_meta_lt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1083134Z test_meta_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1083382Z test_meta_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1083625Z test_meta_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1083912Z test_meta_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1084177Z test_meta_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1084435Z test_meta_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1084690Z test_meta_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1084945Z test_meta_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1085204Z test_meta_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1085449Z test_meta_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1085708Z test_meta_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1085992Z test_meta_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1086241Z test_meta_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1086482Z test_meta_mH_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1086736Z test_meta_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1086984Z test_meta_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1087234Z test_meta_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1087478Z test_meta_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1087711Z test_meta_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1087957Z test_meta_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1088198Z test_meta_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1088441Z test_meta_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1088678Z test_meta_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1088918Z test_meta_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1089156Z test_meta_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1089405Z test_meta_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1089646Z test_meta_mT_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1089887Z test_meta_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1090136Z test_meta_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1090384Z test_meta_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1090627Z test_meta_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1090873Z test_meta_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1091116Z test_meta_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1091385Z test_meta_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1091625Z test_meta_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1091864Z test_meta_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1092091Z test_meta_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1092330Z test_meta_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1092591Z test_meta_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1092853Z test_meta_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1093111Z test_meta_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1093390Z test_meta_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1093649Z test_meta_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1093907Z test_meta_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1094162Z test_meta_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1094470Z test_meta_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1094723Z test_meta_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1094986Z test_meta_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1095249Z test_meta_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1095502Z test_meta_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1095751Z test_meta_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1096006Z test_meta_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1096260Z test_meta_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1096517Z test_meta_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1096770Z test_meta_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1097013Z test_meta_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1097282Z test_meta_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1097545Z test_meta_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1097804Z test_meta_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1098059Z test_meta_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1098319Z test_meta_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1098575Z test_meta_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1098863Z test_meta_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1099122Z test_meta_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1099370Z test_meta_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1099636Z test_meta_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1099896Z test_meta_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1100154Z test_meta_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1100409Z test_meta_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1100666Z test_meta_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1100947Z test_meta_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1101197Z test_meta_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1101455Z test_meta_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1101715Z test_meta_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1101966Z test_meta_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1102241Z test_meta_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1102514Z test_meta_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1102786Z test_meta_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1103047Z test_meta_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1103310Z test_meta_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1103567Z test_meta_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1103819Z test_meta_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1104079Z test_meta_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1104321Z test_meta_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1104675Z test_meta_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1104945Z test_meta_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1105212Z test_meta_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1105478Z test_meta_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1105737Z test_meta_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1105994Z test_meta_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1106293Z test_meta_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1106546Z test_meta_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1106800Z test_meta_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1107044Z test_meta_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1107304Z test_meta_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1107558Z test_meta_masked_fill_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1107822Z test_meta_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1108088Z test_meta_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1108385Z test_meta_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1108647Z test_meta_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1108901Z test_meta_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1109153Z test_meta_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1109394Z test_meta_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1109648Z test_meta_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1109906Z test_meta_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1110161Z test_meta_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1110416Z test_meta_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1110690Z test_meta_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1110961Z test_meta_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1111235Z test_meta_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1111508Z test_meta_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1111780Z test_meta_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1112042Z test_meta_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1112314Z test_meta_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1112584Z test_meta_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1112852Z test_meta_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1113115Z test_meta_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1113373Z test_meta_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1113660Z test_meta_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1113924Z test_meta_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1114180Z test_meta_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1114427Z test_meta_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1114684Z test_meta_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1114951Z test_meta_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1115214Z test_meta_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1115472Z test_meta_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1115759Z test_meta_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1116014Z test_meta_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1116268Z test_meta_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1116524Z test_meta_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1116782Z test_meta_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1117021Z test_meta_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1117277Z test_meta_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1117545Z test_meta_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1117809Z test_meta_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1118068Z test_meta_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1118327Z test_meta_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1118585Z test_meta_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1118841Z test_meta_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1119095Z test_meta_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1119356Z test_meta_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1119634Z test_meta_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1119907Z test_meta_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1120174Z test_meta_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1120441Z test_meta_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1120708Z test_meta_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1120997Z test_meta_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1121264Z test_meta_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1121526Z test_meta_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1121784Z test_meta_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1122025Z test_meta_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1122280Z test_meta_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1122535Z test_meta_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1122791Z test_meta_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1123070Z test_meta_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1123325Z test_meta_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1123591Z test_meta_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1123851Z test_meta_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1124121Z test_meta_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1124377Z test_meta_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1124647Z test_meta_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1124908Z test_meta_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1125169Z test_meta_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1125431Z test_meta_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1125685Z test_meta_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1125939Z test_meta_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1126197Z test_meta_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1126452Z test_meta_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1126716Z test_meta_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1126960Z test_meta_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1127230Z test_meta_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1127499Z test_meta_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1127764Z test_meta_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1128024Z test_meta_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1128308Z test_meta_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1128569Z test_meta_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1128823Z test_meta_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1129075Z test_meta_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1129318Z test_meta_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1129578Z test_meta_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1129841Z test_meta_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1130108Z test_meta_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1130393Z test_meta_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1130661Z test_meta_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1130923Z test_meta_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1131182Z test_meta_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1131439Z test_meta_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1131701Z test_meta_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1131950Z test_meta_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1132208Z test_meta_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1132464Z test_meta_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1132718Z test_meta_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1132971Z test_meta_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1133223Z test_meta_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1133476Z test_meta_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1133728Z test_meta_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1133992Z test_meta_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1134295Z test_meta_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1134563Z test_meta_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1134821Z test_meta_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1135076Z test_meta_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1135333Z test_meta_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1135588Z test_meta_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1135917Z test_meta_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1136172Z test_meta_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1136427Z test_meta_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1136667Z test_meta_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1136918Z test_meta_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1137177Z test_meta_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1137438Z test_meta_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1137701Z test_meta_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1137983Z test_meta_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1138242Z test_meta_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1138497Z test_meta_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1138748Z test_meta_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1138999Z test_meta_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1139239Z test_meta_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1139494Z test_meta_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1139750Z test_meta_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1140004Z test_meta_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1140263Z test_meta_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1140518Z test_meta_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1140772Z test_meta_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1141022Z test_meta_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1141272Z test_meta_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1141509Z test_meta_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1141754Z test_meta_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1142003Z test_meta_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1142246Z test_meta_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1142504Z test_meta_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1142768Z test_meta_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1143030Z test_meta_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1143312Z test_meta_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1143571Z test_meta_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1143817Z test_meta_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1144070Z test_meta_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1144325Z test_meta_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1144745Z test_meta_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1145002Z test_meta_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1145258Z test_meta_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1145561Z test_meta_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1145820Z test_meta_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1146071Z test_meta_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1146320Z test_meta_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1146585Z test_meta_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1146855Z test_meta_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1147133Z test_meta_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1147410Z test_meta_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1147680Z test_meta_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1147950Z test_meta_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1148217Z test_meta_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1148486Z test_meta_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1148752Z test_meta_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1149024Z test_meta_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1149291Z test_meta_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1149568Z test_meta_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1149841Z test_meta_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1150118Z test_meta_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1150390Z test_meta_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1150699Z test_meta_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1150974Z test_meta_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1151240Z test_meta_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1151513Z test_meta_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1151765Z test_meta_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1152020Z test_meta_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1152269Z test_meta_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1152525Z test_meta_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1152805Z test_meta_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1153059Z test_meta_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1153311Z test_meta_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1153563Z test_meta_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1153811Z test_meta_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1154061Z test_meta_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1154293Z test_meta_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1154546Z test_meta_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1154805Z test_meta_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1155060Z test_meta_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1155309Z test_meta_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1155554Z test_meta_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1155800Z test_meta_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1156053Z test_meta_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1156307Z test_meta_median_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1156547Z test_meta_median_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1156795Z test_meta_median_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1157042Z test_meta_median_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1157284Z test_meta_median_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1157533Z test_meta_median_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1157778Z test_meta_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1158060Z test_meta_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1158366Z test_meta_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1158651Z test_meta_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1158924Z test_meta_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1159203Z test_meta_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1159484Z test_meta_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1159763Z test_meta_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1160041Z test_meta_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1160342Z test_meta_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1160616Z test_meta_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1160890Z test_meta_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1161158Z test_meta_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1161442Z test_meta_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1161705Z test_meta_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1162001Z test_meta_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1162290Z test_meta_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1162572Z test_meta_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1162853Z test_meta_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1163133Z test_meta_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1163414Z test_meta_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1163695Z test_meta_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1163973Z test_meta_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1164249Z test_meta_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1164512Z test_meta_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1164772Z test_meta_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1165026Z test_meta_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1165282Z test_meta_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1165566Z test_meta_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1165824Z test_meta_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1166078Z test_meta_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1166331Z test_meta_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1166582Z test_meta_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1166835Z test_meta_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1167072Z test_meta_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1167350Z test_meta_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1167647Z test_meta_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1167922Z test_meta_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1168194Z test_meta_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1168462Z test_meta_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1168730Z test_meta_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1168998Z test_meta_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1169267Z test_meta_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1169524Z test_meta_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1169790Z test_meta_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1170069Z test_meta_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1170342Z test_meta_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1170613Z test_meta_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1170890Z test_meta_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1171166Z test_meta_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1171435Z test_meta_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1171704Z test_meta_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1171970Z test_meta_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1172225Z test_meta_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1172492Z test_meta_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1172776Z test_meta_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1173031Z test_meta_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1173288Z test_meta_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1173539Z test_meta_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1173791Z test_meta_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1174040Z test_meta_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1174362Z test_meta_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1174610Z test_meta_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1174846Z test_meta_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1175124Z test_meta_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1175374Z test_meta_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1175620Z test_meta_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1175866Z test_meta_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1176111Z test_meta_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1176361Z test_meta_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1176605Z test_meta_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1176848Z test_meta_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1177076Z test_meta_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1177318Z test_meta_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1177558Z test_meta_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1177810Z test_meta_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1178056Z test_meta_mode_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1178306Z test_meta_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1178556Z test_meta_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1178799Z test_meta_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1179041Z test_meta_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1179272Z test_meta_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1179515Z test_meta_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1179758Z test_meta_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1180002Z test_meta_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1180289Z test_meta_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1180541Z test_meta_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1180800Z test_meta_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1181059Z test_meta_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1181317Z test_meta_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1181556Z test_meta_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1181811Z test_meta_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1182063Z test_meta_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1182314Z test_meta_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1182590Z test_meta_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1182837Z test_meta_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1183085Z test_meta_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1183327Z test_meta_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1183576Z test_meta_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1183805Z test_meta_msort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1184058Z test_meta_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1184310Z test_meta_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1184646Z test_meta_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1184894Z test_meta_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1185140Z test_meta_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1185381Z test_meta_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1185626Z test_meta_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1185873Z test_meta_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1186109Z test_meta_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1186355Z test_meta_mul_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1186608Z test_meta_mul_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1186861Z test_meta_mul_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1187111Z test_meta_mul_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1187357Z test_meta_mul_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1187601Z test_meta_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1187912Z test_meta_mul_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1188156Z test_meta_mul_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1188386Z test_meta_mul_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1188628Z test_meta_mul_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1188870Z test_meta_mul_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1189110Z test_meta_mul_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1189374Z test_meta_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1189634Z test_meta_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1189930Z test_meta_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1190180Z test_meta_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1190430Z test_meta_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1190677Z test_meta_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1190907Z test_meta_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1191152Z test_meta_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1191393Z test_meta_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1191640Z test_meta_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1191884Z test_meta_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1192125Z test_meta_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1192363Z test_meta_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1192643Z test_meta_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1192920Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1193184Z test_meta_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1193459Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1193734Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1194002Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1194275Z test_meta_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1194548Z test_meta_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1194824Z test_meta_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1195099Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1195404Z test_meta_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1195675Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1195933Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1196196Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1196466Z test_meta_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1196738Z test_meta_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1197014Z test_meta_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1197317Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1197596Z test_meta_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1197862Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1198131Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1198382Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1198652Z test_meta_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1198924Z test_meta_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1199182Z test_meta_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1199434Z test_meta_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1199692Z test_meta_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1199948Z test_meta_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1200205Z test_meta_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1200456Z test_meta_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1200712Z test_meta_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1200953Z test_meta_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1201206Z test_meta_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1201455Z test_meta_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1201708Z test_meta_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1201962Z test_meta_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1202214Z test_meta_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1202466Z test_meta_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1202757Z test_meta_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1203018Z test_meta_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1203265Z test_meta_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1203519Z test_meta_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1203772Z test_meta_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1204025Z test_meta_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1204281Z test_meta_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1204534Z test_meta_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1204821Z test_meta_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1205079Z test_meta_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1205330Z test_meta_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1205564Z test_meta_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1205815Z test_meta_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1206064Z test_meta_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1206314Z test_meta_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1206562Z test_meta_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1206810Z test_meta_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1207054Z test_meta_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1207303Z test_meta_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1207545Z test_meta_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1207807Z test_meta_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1208048Z test_meta_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1208318Z test_meta_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1208585Z test_meta_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1208846Z test_meta_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1209106Z test_meta_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1209357Z test_meta_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1209608Z test_meta_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1209863Z test_meta_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1210148Z test_meta_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1210391Z test_meta_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1210647Z test_meta_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1210899Z test_meta_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1211151Z test_meta_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1211398Z test_meta_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1211651Z test_meta_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1211908Z test_meta_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1212189Z test_meta_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1212443Z test_meta_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1212680Z test_meta_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1212928Z test_meta_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1213174Z test_meta_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1213425Z test_meta_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1213668Z test_meta_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1213916Z test_meta_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1214158Z test_meta_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1214519Z test_meta_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1214791Z test_meta_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1215062Z test_meta_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1215320Z test_meta_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1215590Z test_meta_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1215864Z test_meta_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1216111Z test_meta_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1216352Z test_meta_ne_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1216606Z test_meta_ne_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1216856Z test_meta_ne_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1217102Z test_meta_ne_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1217347Z test_meta_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1217617Z test_meta_ne_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1217861Z test_meta_ne_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1218103Z test_meta_ne_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1218344Z test_meta_ne_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1218585Z test_meta_ne_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1218825Z test_meta_ne_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1219074Z test_meta_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1219331Z test_meta_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1219586Z test_meta_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1219851Z test_meta_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1220100Z test_meta_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1220346Z test_meta_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1220589Z test_meta_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1220832Z test_meta_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1221076Z test_meta_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1221323Z test_meta_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1221568Z test_meta_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1221807Z test_meta_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1222053Z test_meta_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1222305Z test_meta_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1222569Z test_meta_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1222829Z test_meta_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1223090Z test_meta_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1223349Z test_meta_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1223605Z test_meta_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1223860Z test_meta_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1224114Z test_meta_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1224353Z test_meta_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1224775Z test_meta_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1225028Z test_meta_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1225333Z test_meta_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1225607Z test_meta_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1225871Z test_meta_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1226148Z test_meta_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1226421Z test_meta_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1226696Z test_meta_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1226966Z test_meta_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1227259Z test_meta_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1227532Z test_meta_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1227800Z test_meta_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1228065Z test_meta_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1228331Z test_meta_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1228596Z test_meta_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1228862Z test_meta_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1229121Z test_meta_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1229374Z test_meta_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1229625Z test_meta_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1229883Z test_meta_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1230139Z test_meta_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1230393Z test_meta_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1230651Z test_meta_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1230907Z test_meta_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1231159Z test_meta_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1231410Z test_meta_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1231656Z test_meta_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1231907Z test_meta_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1232139Z test_meta_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1232396Z test_meta_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1232677Z test_meta_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1232940Z test_meta_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1233198Z test_meta_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1233455Z test_meta_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1233709Z test_meta_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1233963Z test_meta_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1234215Z test_meta_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1234454Z test_meta_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1234740Z test_meta_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1234986Z test_meta_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1235237Z test_meta_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1235482Z test_meta_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1235741Z test_meta_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1235991Z test_meta_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1236254Z test_meta_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1236516Z test_meta_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1236757Z test_meta_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1237013Z test_meta_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1237267Z test_meta_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1237521Z test_meta_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1237774Z test_meta_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1238028Z test_meta_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1238282Z test_meta_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1238534Z test_meta_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1238785Z test_meta_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1239044Z test_meta_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1239286Z test_meta_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1239543Z test_meta_nextafter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1239857Z test_meta_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1240215Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1240523Z test_meta_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1240822Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1241120Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1241417Z test_meta_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1241718Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1242017Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1242326Z test_meta_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1242625Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1242921Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1243214Z test_meta_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1243514Z test_meta_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1243809Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1244111Z test_meta_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1244411Z test_meta_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1244704Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1244998Z test_meta_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1245288Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1245568Z test_meta_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1245854Z test_meta_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1246135Z test_meta_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1246416Z test_meta_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1246692Z test_meta_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1246974Z test_meta_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1247251Z test_meta_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1247561Z test_meta_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1247839Z test_meta_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1248113Z test_meta_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1248375Z test_meta_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1248649Z test_meta_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1248930Z test_meta_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1249207Z test_meta_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1249543Z test_meta_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1249825Z test_meta_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1250103Z test_meta_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1250377Z test_meta_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1250644Z test_meta_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1250926Z test_meta_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1251198Z test_meta_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1251475Z test_meta_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1251744Z test_meta_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1252040Z test_meta_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1252339Z test_meta_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1252640Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1252956Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1253266Z test_meta_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1253538Z test_meta_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1253807Z test_meta_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1254077Z test_meta_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1254423Z test_meta_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1254711Z test_meta_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1255021Z test_meta_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1255296Z test_meta_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1255568Z test_meta_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1255825Z test_meta_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1256096Z test_meta_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1256373Z test_meta_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1256651Z test_meta_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1256952Z test_meta_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1257225Z test_meta_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1257491Z test_meta_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1257787Z test_meta_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1258082Z test_meta_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1258373Z test_meta_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1258650Z test_meta_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1258935Z test_meta_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1259220Z test_meta_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1259499Z test_meta_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1259780Z test_meta_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1260059Z test_meta_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1260339Z test_meta_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1260619Z test_meta_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1260921Z test_meta_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1261214Z test_meta_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1261501Z test_meta_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1261799Z test_meta_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1262126Z test_meta_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1262424Z test_meta_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1262719Z test_meta_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1263009Z test_meta_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1263301Z test_meta_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1263593Z test_meta_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1263890Z test_meta_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1264207Z test_meta_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1264570Z test_meta_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1264858Z test_meta_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1265137Z test_meta_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1265413Z test_meta_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1265686Z test_meta_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1265971Z test_meta_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1266248Z test_meta_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1266528Z test_meta_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1266807Z test_meta_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1267084Z test_meta_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1267346Z test_meta_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1267627Z test_meta_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1267905Z test_meta_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1268181Z test_meta_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1268452Z test_meta_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1268720Z test_meta_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1268988Z test_meta_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1269274Z test_meta_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1269601Z test_meta_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1269881Z test_meta_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1270147Z test_meta_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1270426Z test_meta_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1270703Z test_meta_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1270981Z test_meta_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1271297Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1271645Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1271962Z test_meta_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1272283Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1272597Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1272923Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1273251Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1273561Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1273883Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1274200Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1274516Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1274831Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1275150Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1275463Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1275778Z test_meta_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1276076Z test_meta_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1276374Z test_meta_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1276670Z test_meta_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1276983Z test_meta_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1277278Z test_meta_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1277568Z test_meta_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1277856Z test_meta_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1278130Z test_meta_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1278400Z test_meta_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1278673Z test_meta_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1278967Z test_meta_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1279238Z test_meta_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1279507Z test_meta_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1279778Z test_meta_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1280059Z test_meta_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1280340Z test_meta_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1280619Z test_meta_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1280898Z test_meta_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1281180Z test_meta_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1281461Z test_meta_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1281738Z test_meta_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1282024Z test_meta_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1282306Z test_meta_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1282577Z test_meta_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1282853Z test_meta_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1283133Z test_meta_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1283408Z test_meta_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1283688Z test_meta_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1283962Z test_meta_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1284268Z test_meta_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1284539Z test_meta_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1284811Z test_meta_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1285077Z test_meta_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1285335Z test_meta_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1285633Z test_meta_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1285931Z test_meta_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1286254Z test_meta_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1286535Z test_meta_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1286812Z test_meta_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1287090Z test_meta_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1287364Z test_meta_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1287649Z test_meta_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1287934Z test_meta_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1288211Z test_meta_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1288490Z test_meta_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1288775Z test_meta_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1289071Z test_meta_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1289367Z test_meta_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1289664Z test_meta_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1289966Z test_meta_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1290266Z test_meta_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1290562Z test_meta_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1290863Z test_meta_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1291156Z test_meta_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1291490Z test_meta_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1291787Z test_meta_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1292082Z test_meta_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1292379Z test_meta_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1292676Z test_meta_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1292976Z test_meta_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1293274Z test_meta_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1293598Z test_meta_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1293872Z test_meta_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1294145Z test_meta_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1294483Z test_meta_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1294757Z test_meta_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1295036Z test_meta_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1295318Z test_meta_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1295590Z test_meta_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1295859Z test_meta_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1296128Z test_meta_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1296406Z test_meta_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1296684Z test_meta_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1296964Z test_meta_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1297234Z test_meta_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1297509Z test_meta_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1297787Z test_meta_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1298059Z test_meta_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1298339Z test_meta_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1298615Z test_meta_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1298923Z test_meta_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1299197Z test_meta_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1299467Z test_meta_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1299733Z test_meta_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1299988Z test_meta_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1300257Z test_meta_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1300525Z test_meta_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1300850Z test_meta_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1301146Z test_meta_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1301440Z test_meta_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1301731Z test_meta_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1302010Z test_meta_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1302290Z test_meta_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1302570Z test_meta_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1302853Z test_meta_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1303145Z test_meta_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1303437Z test_meta_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1303725Z test_meta_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1304016Z test_meta_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1304307Z test_meta_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1304761Z test_meta_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1305052Z test_meta_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1305334Z test_meta_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1305613Z test_meta_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1305893Z test_meta_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1306163Z test_meta_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1306498Z test_meta_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1306774Z test_meta_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1307050Z test_meta_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1307326Z test_meta_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1307608Z test_meta_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1307890Z test_meta_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1308182Z test_meta_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1308509Z test_meta_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1308791Z test_meta_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1309058Z test_meta_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1309346Z test_meta_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1309636Z test_meta_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1309919Z test_meta_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1310200Z test_meta_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1310485Z test_meta_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1310773Z test_meta_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1311044Z test_meta_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1311311Z test_meta_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1311587Z test_meta_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1311850Z test_meta_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1312123Z test_meta_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1312410Z test_meta_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1312703Z test_meta_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1313001Z test_meta_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1313298Z test_meta_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1313633Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1313941Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1314245Z test_meta_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1314520Z test_meta_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1314791Z test_meta_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1315052Z test_meta_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1315336Z test_meta_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1315649Z test_meta_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1315936Z test_meta_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1316216Z test_meta_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1316491Z test_meta_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1316762Z test_meta_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1317049Z test_meta_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1317328Z test_meta_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1317621Z test_meta_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1317895Z test_meta_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1318175Z test_meta_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1318457Z test_meta_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1318741Z test_meta_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1319023Z test_meta_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1319303Z test_meta_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1319582Z test_meta_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1319860Z test_meta_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1320136Z test_meta_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1320413Z test_meta_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1325201Z test_meta_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1325627Z test_meta_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1325928Z test_meta_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1326219Z test_meta_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1326493Z test_meta_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1326781Z test_meta_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1327064Z test_meta_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1327348Z test_meta_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1327662Z test_meta_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1327946Z test_meta_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1328219Z test_meta_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1328508Z test_meta_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1328792Z test_meta_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1329075Z test_meta_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1329349Z test_meta_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1329646Z test_meta_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1329941Z test_meta_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1330227Z test_meta_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1330510Z test_meta_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1330804Z test_meta_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1331108Z test_meta_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1331410Z test_meta_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1331705Z test_meta_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1331998Z test_meta_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1332290Z test_meta_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1332569Z test_meta_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1332885Z test_meta_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1333168Z test_meta_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1333453Z test_meta_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1333735Z test_meta_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1334007Z test_meta_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1334370Z test_meta_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1334658Z test_meta_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1334943Z test_meta_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1335268Z test_meta_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1335548Z test_meta_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1335836Z test_meta_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1336115Z test_meta_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1336392Z test_meta_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1336676Z test_meta_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1336963Z test_meta_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1337244Z test_meta_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1337522Z test_meta_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1337802Z test_meta_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1338093Z test_meta_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1338363Z test_meta_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1338663Z test_meta_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1338958Z test_meta_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1339246Z test_meta_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1339528Z test_meta_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1339807Z test_meta_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1340088Z test_meta_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1340402Z test_meta_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1340681Z test_meta_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1340963Z test_meta_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1341234Z test_meta_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1341525Z test_meta_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1341818Z test_meta_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1342101Z test_meta_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1342413Z test_meta_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1342693Z test_meta_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1342970Z test_meta_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1343248Z test_meta_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1343524Z test_meta_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1343796Z test_meta_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1344058Z test_meta_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1344331Z test_meta_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1344720Z test_meta_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1344988Z test_meta_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1345257Z test_meta_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1345528Z test_meta_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1345802Z test_meta_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1346071Z test_meta_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1346346Z test_meta_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1346612Z test_meta_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1346873Z test_meta_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1347145Z test_meta_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1347414Z test_meta_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1347750Z test_meta_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1348021Z test_meta_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1348288Z test_meta_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1348555Z test_meta_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1348824Z test_meta_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1349099Z test_meta_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1349370Z test_meta_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1349630Z test_meta_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1349934Z test_meta_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1350206Z test_meta_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1350478Z test_meta_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1350767Z test_meta_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1351054Z test_meta_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1351321Z test_meta_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1351593Z test_meta_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1351862Z test_meta_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1352146Z test_meta_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1352415Z test_meta_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1352697Z test_meta_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1352971Z test_meta_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1353264Z test_meta_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1353557Z test_meta_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1353843Z test_meta_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1354120Z test_meta_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1354398Z test_meta_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1354675Z test_meta_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1354970Z test_meta_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1355285Z test_meta_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1355581Z test_meta_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1355875Z test_meta_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1356166Z test_meta_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1356457Z test_meta_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1356743Z test_meta_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1357057Z test_meta_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1357338Z test_meta_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1357624Z test_meta_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1357905Z test_meta_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1358168Z test_meta_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1358445Z test_meta_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1358724Z test_meta_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1359007Z test_meta_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1359288Z test_meta_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1359567Z test_meta_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1359841Z test_meta_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1360123Z test_meta_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1360402Z test_meta_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1360682Z test_meta_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1360943Z test_meta_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1361214Z test_meta_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1361486Z test_meta_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1361759Z test_meta_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1362024Z test_meta_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1362325Z test_meta_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1362598Z test_meta_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1362882Z test_meta_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1363172Z test_meta_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1363452Z test_meta_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1363719Z test_meta_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1363997Z test_meta_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1364276Z test_meta_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1364575Z test_meta_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1364847Z test_meta_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1365122Z test_meta_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1365391Z test_meta_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1365672Z test_meta_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1365952Z test_meta_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1366231Z test_meta_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1366496Z test_meta_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1366767Z test_meta_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1367040Z test_meta_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1367314Z test_meta_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1367583Z test_meta_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1367881Z test_meta_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1368182Z test_meta_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1368481Z test_meta_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1368774Z test_meta_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1369069Z test_meta_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1369347Z test_meta_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1369697Z test_meta_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1369988Z test_meta_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1370278Z test_meta_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1370571Z test_meta_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1370888Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1371211Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1371532Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1371876Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1372194Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1372507Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1372799Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1373103Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1373416Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1373724Z test_meta_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1374001Z test_meta_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1374374Z test_meta_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1374659Z test_meta_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1374936Z test_meta_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1375212Z test_meta_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1375485Z test_meta_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1375781Z test_meta_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1376062Z test_meta_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1376356Z test_meta_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1376648Z test_meta_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1376938Z test_meta_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1377260Z test_meta_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1377549Z test_meta_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1377806Z test_meta_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1378057Z test_meta_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1378316Z test_meta_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1378575Z test_meta_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1378822Z test_meta_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1379101Z test_meta_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1379357Z test_meta_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1379611Z test_meta_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1379861Z test_meta_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1380115Z test_meta_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1380360Z test_meta_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1380609Z test_meta_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1380854Z test_meta_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1381091Z test_meta_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1381344Z test_meta_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1381597Z test_meta_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1381844Z test_meta_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1382090Z test_meta_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1382334Z test_meta_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1382592Z test_meta_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1382853Z test_meta_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1383111Z test_meta_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1383352Z test_meta_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1383607Z test_meta_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1383863Z test_meta_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1384126Z test_meta_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1384531Z test_meta_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1384825Z test_meta_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1385078Z test_meta_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1385330Z test_meta_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1385588Z test_meta_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1385828Z test_meta_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1386080Z test_meta_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1386331Z test_meta_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1386586Z test_meta_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1386890Z test_meta_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1387143Z test_meta_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1387393Z test_meta_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1387667Z test_meta_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1387942Z test_meta_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1388213Z test_meta_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1388473Z test_meta_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1388728Z test_meta_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1388974Z test_meta_ones_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1389231Z test_meta_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1389484Z test_meta_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1389735Z test_meta_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1389985Z test_meta_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1390238Z test_meta_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1390487Z test_meta_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1390718Z test_meta_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1390963Z test_meta_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1391205Z test_meta_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1391450Z test_meta_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1391691Z test_meta_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1391947Z test_meta_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1392238Z test_meta_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1392503Z test_meta_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1392763Z test_meta_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1393004Z test_meta_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1393259Z test_meta_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1393515Z test_meta_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1393768Z test_meta_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1394023Z test_meta_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1394301Z test_meta_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1394556Z test_meta_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1394804Z test_meta_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1395051Z test_meta_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1395308Z test_meta_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1395546Z test_meta_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1395800Z test_meta_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1396050Z test_meta_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1396299Z test_meta_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1396544Z test_meta_outer_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1396799Z test_meta_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1397051Z test_meta_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1397302Z test_meta_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1397547Z test_meta_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1397784Z test_meta_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1398030Z test_meta_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1398276Z test_meta_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1398518Z test_meta_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1398762Z test_meta_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1399009Z test_meta_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1399267Z test_meta_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1399562Z test_meta_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1399820Z test_meta_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1400056Z test_meta_permute_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1400317Z test_meta_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1400577Z test_meta_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1400834Z test_meta_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1401085Z test_meta_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1401338Z test_meta_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1401624Z test_meta_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1401874Z test_meta_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1402121Z test_meta_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1402354Z test_meta_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1402600Z test_meta_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1402844Z test_meta_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1403106Z test_meta_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1403368Z test_meta_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1403624Z test_meta_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1403879Z test_meta_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1404131Z test_meta_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1404379Z test_meta_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1404660Z test_meta_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1404923Z test_meta_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1405206Z test_meta_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1405487Z test_meta_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1405762Z test_meta_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1406038Z test_meta_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1406306Z test_meta_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1406578Z test_meta_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1406874Z test_meta_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1407156Z test_meta_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1407421Z test_meta_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1407698Z test_meta_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1407976Z test_meta_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1408252Z test_meta_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1408528Z test_meta_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1408801Z test_meta_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1409100Z test_meta_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1409388Z test_meta_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1409752Z test_meta_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1410027Z test_meta_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1410292Z test_meta_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1410571Z test_meta_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1410847Z test_meta_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1411118Z test_meta_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1411393Z test_meta_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1411684Z test_meta_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1412001Z test_meta_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1412283Z test_meta_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1412558Z test_meta_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1412839Z test_meta_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1413102Z test_meta_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1413377Z test_meta_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1413650Z test_meta_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1413920Z test_meta_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1414256Z test_meta_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1414565Z test_meta_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1414850Z test_meta_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1415122Z test_meta_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1415401Z test_meta_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1415757Z test_meta_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1416017Z test_meta_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1416287Z test_meta_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1416590Z test_meta_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1416864Z test_meta_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1417130Z test_meta_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1417387Z test_meta_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1417653Z test_meta_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1417916Z test_meta_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1418177Z test_meta_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1418435Z test_meta_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1418677Z test_meta_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1418930Z test_meta_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1419180Z test_meta_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1419428Z test_meta_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1419673Z test_meta_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1419923Z test_meta_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1420170Z test_meta_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1420419Z test_meta_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1420666Z test_meta_pow_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1420900Z test_meta_pow_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1421148Z test_meta_pow_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1421394Z test_meta_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1421637Z test_meta_pow_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1421910Z test_meta_pow_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1422153Z test_meta_pow_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1422394Z test_meta_pow_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1422641Z test_meta_pow_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1422882Z test_meta_pow_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1423110Z test_meta_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1423367Z test_meta_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1423623Z test_meta_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1423876Z test_meta_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1424149Z test_meta_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1424493Z test_meta_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1424739Z test_meta_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1424985Z test_meta_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1425227Z test_meta_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1425456Z test_meta_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1425707Z test_meta_put_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1425950Z test_meta_put_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1426205Z test_meta_put_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1426456Z test_meta_put_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1426704Z test_meta_put_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1426951Z test_meta_put_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1427194Z test_meta_put_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1427437Z test_meta_put_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1427666Z test_meta_put_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1427913Z test_meta_put_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1428157Z test_meta_put_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1428399Z test_meta_put_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1428652Z test_meta_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1428904Z test_meta_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1429149Z test_meta_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1429439Z test_meta_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1429698Z test_meta_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1429941Z test_meta_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1430203Z test_meta_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1430454Z test_meta_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1430712Z test_meta_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1430967Z test_meta_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1431221Z test_meta_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1431476Z test_meta_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1431762Z test_meta_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1432011Z test_meta_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1432245Z test_meta_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1432492Z test_meta_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1432751Z test_meta_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1433018Z test_meta_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1433282Z test_meta_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1433540Z test_meta_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1433793Z test_meta_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1434046Z test_meta_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1434300Z test_meta_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1434561Z test_meta_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1434806Z test_meta_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1435062Z test_meta_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1435317Z test_meta_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1435569Z test_meta_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1435825Z test_meta_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1436080Z test_meta_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1436335Z test_meta_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1436587Z test_meta_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1436868Z test_meta_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1437111Z test_meta_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1437365Z test_meta_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1437616Z test_meta_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1437863Z test_meta_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1438111Z test_meta_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1438359Z test_meta_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1438619Z test_meta_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1438882Z test_meta_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1439167Z test_meta_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1439407Z test_meta_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1439661Z test_meta_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1439916Z test_meta_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1440172Z test_meta_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1440424Z test_meta_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1440671Z test_meta_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1440929Z test_meta_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1441184Z test_meta_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1441438Z test_meta_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1441688Z test_meta_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1441924Z test_meta_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1442168Z test_meta_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1442416Z test_meta_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1442662Z test_meta_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1442905Z test_meta_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1443150Z test_meta_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1443395Z test_meta_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1443643Z test_meta_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1443886Z test_meta_real_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1444126Z test_meta_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1444411Z test_meta_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1444662Z test_meta_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1444908Z test_meta_real_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1445157Z test_meta_real_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1445399Z test_meta_real_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1445642Z test_meta_real_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1445884Z test_meta_real_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1446212Z test_meta_real_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1446478Z test_meta_real_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1446721Z test_meta_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1446985Z test_meta_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1447242Z test_meta_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1447506Z test_meta_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1447768Z test_meta_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1448029Z test_meta_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1448292Z test_meta_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1448549Z test_meta_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1448792Z test_meta_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1449046Z test_meta_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1449300Z test_meta_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1449552Z test_meta_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1449805Z test_meta_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1450066Z test_meta_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1450326Z test_meta_remainder_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1450582Z test_meta_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1450839Z test_meta_remainder_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1451090Z test_meta_remainder_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1451328Z test_meta_remainder_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1451578Z test_meta_remainder_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1451872Z test_meta_remainder_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1452123Z test_meta_remainder_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1452370Z test_meta_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1452625Z test_meta_renorm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1452880Z test_meta_renorm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1453180Z test_meta_renorm_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1453433Z test_meta_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1453668Z test_meta_renorm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1453949Z test_meta_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1454289Z test_meta_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1454550Z test_meta_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1454806Z test_meta_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1455059Z test_meta_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1455311Z test_meta_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1455559Z test_meta_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1455809Z test_meta_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1456046Z test_meta_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1456293Z test_meta_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1456542Z test_meta_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1456786Z test_meta_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1457060Z test_meta_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1457330Z test_meta_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1457617Z test_meta_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1457898Z test_meta_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1458174Z test_meta_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1458444Z test_meta_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1458703Z test_meta_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1458976Z test_meta_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1459241Z test_meta_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1459549Z test_meta_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1459819Z test_meta_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1460086Z test_meta_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1460354Z test_meta_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1460613Z test_meta_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1460868Z test_meta_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1461119Z test_meta_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1461383Z test_meta_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1461666Z test_meta_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1461927Z test_meta_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1462183Z test_meta_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1462439Z test_meta_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1462692Z test_meta_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1462945Z test_meta_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1463199Z test_meta_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1463453Z test_meta_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1463691Z test_meta_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1463944Z test_meta_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1464195Z test_meta_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1464594Z test_meta_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1464859Z test_meta_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1465121Z test_meta_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1465379Z test_meta_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1465632Z test_meta_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1465887Z test_meta_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1466124Z test_meta_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1466377Z test_meta_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1466703Z test_meta_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1466954Z test_meta_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1467260Z test_meta_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1467515Z test_meta_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1467766Z test_meta_resize__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1468027Z test_meta_resize__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1468286Z test_meta_resize__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1468527Z test_meta_resize__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1468779Z test_meta_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1469035Z test_meta_resize__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1469321Z test_meta_resize__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1469570Z test_meta_resize__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1469816Z test_meta_resize__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1470067Z test_meta_resize__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1470314Z test_meta_resize__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1470572Z test_meta_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1470812Z test_meta_resize_as__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1471082Z test_meta_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1471344Z test_meta_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1471599Z test_meta_resize_as__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1471855Z test_meta_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1472112Z test_meta_resize_as__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1472362Z test_meta_resize_as__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1472616Z test_meta_resize_as__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1472870Z test_meta_resize_as__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1473126Z test_meta_resize_as__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1473364Z test_meta_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1473628Z test_meta_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1473884Z test_meta_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1474153Z test_meta_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1474416Z test_meta_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1474707Z test_meta_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1474963Z test_meta_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1475214Z test_meta_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1475468Z test_meta_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1475713Z test_meta_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1475970Z test_meta_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1476225Z test_meta_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1476480Z test_meta_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1476771Z test_meta_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1477027Z test_meta_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1477293Z test_meta_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1477556Z test_meta_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1477815Z test_meta_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1478076Z test_meta_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1478317Z test_meta_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1478570Z test_meta_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1478826Z test_meta_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1479079Z test_meta_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1479332Z test_meta_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1479587Z test_meta_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1479839Z test_meta_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1480090Z test_meta_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1480334Z test_meta_roll_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1480576Z test_meta_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1480826Z test_meta_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1481075Z test_meta_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1481321Z test_meta_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1481566Z test_meta_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1481837Z test_meta_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1482082Z test_meta_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1482329Z test_meta_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1482571Z test_meta_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1482801Z test_meta_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1483040Z test_meta_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1483292Z test_meta_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1483536Z test_meta_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1483790Z test_meta_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1484107Z test_meta_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1484358Z test_meta_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1484605Z test_meta_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1484847Z test_meta_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1485080Z test_meta_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1485324Z test_meta_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1485564Z test_meta_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1485810Z test_meta_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1486054Z test_meta_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1486305Z test_meta_round_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1486555Z test_meta_round_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1486804Z test_meta_round_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1487049Z test_meta_round_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1487280Z test_meta_round_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1487522Z test_meta_round_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1487768Z test_meta_round_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1488013Z test_meta_round_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1488282Z test_meta_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1488551Z test_meta_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1488818Z test_meta_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1489088Z test_meta_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1489381Z test_meta_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1489647Z test_meta_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1489912Z test_meta_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1490187Z test_meta_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1490459Z test_meta_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1490709Z test_meta_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1490952Z test_meta_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1491212Z test_meta_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1491491Z test_meta_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1491743Z test_meta_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1491991Z test_meta_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1492222Z test_meta_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1492465Z test_meta_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1492702Z test_meta_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1492949Z test_meta_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1493196Z test_meta_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1493446Z test_meta_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1493699Z test_meta_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1493950Z test_meta_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1494272Z test_meta_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1494509Z test_meta_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1494753Z test_meta_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1494997Z test_meta_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1495241Z test_meta_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1495485Z test_meta_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1495731Z test_meta_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1495974Z test_meta_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1496238Z test_meta_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1496497Z test_meta_scatter_add_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1496785Z test_meta_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1497054Z test_meta_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1497314Z test_meta_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1497568Z test_meta_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1497819Z test_meta_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1498076Z test_meta_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1498333Z test_meta_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1498593Z test_meta_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1498874Z test_meta_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1499129Z test_meta_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1499371Z test_meta_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1499621Z test_meta_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1499881Z test_meta_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1500137Z test_meta_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1500392Z test_meta_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1500644Z test_meta_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1500899Z test_meta_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1501147Z test_meta_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1501395Z test_meta_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1501626Z test_meta_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1501874Z test_meta_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1502117Z test_meta_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1502394Z test_meta_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1502666Z test_meta_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1502943Z test_meta_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1503218Z test_meta_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1503486Z test_meta_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1503755Z test_meta_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1504021Z test_meta_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1504322Z test_meta_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1504695Z test_meta_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1504964Z test_meta_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1505240Z test_meta_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1505507Z test_meta_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1505779Z test_meta_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1506050Z test_meta_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1506367Z test_meta_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1506635Z test_meta_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1506891Z test_meta_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1507160Z test_meta_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1507427Z test_meta_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1507694Z test_meta_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1507972Z test_meta_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1508248Z test_meta_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1508520Z test_meta_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1508791Z test_meta_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1509057Z test_meta_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1509325Z test_meta_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1509580Z test_meta_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1509850Z test_meta_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1510119Z test_meta_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1510396Z test_meta_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1510666Z test_meta_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1510941Z test_meta_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1511209Z test_meta_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1511476Z test_meta_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1511777Z test_meta_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1512048Z test_meta_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1512300Z test_meta_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1512571Z test_meta_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1512835Z test_meta_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1513106Z test_meta_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1513375Z test_meta_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1513647Z test_meta_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1513943Z test_meta_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1514213Z test_meta_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1514479Z test_meta_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1514731Z test_meta_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1514996Z test_meta_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1515262Z test_meta_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1515533Z test_meta_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1515797Z test_meta_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1516057Z test_meta_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1516312Z test_meta_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1516566Z test_meta_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1516823Z test_meta_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1517083Z test_meta_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1517331Z test_meta_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1517592Z test_meta_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1517848Z test_meta_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1518130Z test_meta_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1518409Z test_meta_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1518687Z test_meta_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1518959Z test_meta_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1519276Z test_meta_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1519554Z test_meta_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1519830Z test_meta_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1520090Z test_meta_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1520343Z test_meta_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1520589Z test_meta_select_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1520850Z test_meta_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1521132Z test_meta_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1521388Z test_meta_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1521640Z test_meta_select_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1521890Z test_meta_select_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1522139Z test_meta_select_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1522374Z test_meta_select_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1522625Z test_meta_select_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1522870Z test_meta_select_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1523121Z test_meta_select_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1523363Z test_meta_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1523631Z test_meta_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1523894Z test_meta_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1524159Z test_meta_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1524420Z test_meta_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1524665Z test_meta_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1524928Z test_meta_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1525182Z test_meta_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1525433Z test_meta_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1525690Z test_meta_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1525946Z test_meta_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1526193Z test_meta_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1526464Z test_meta_sgn_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1526719Z test_meta_sgn_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1526970Z test_meta_sgn_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1527209Z test_meta_sgn_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1527456Z test_meta_sgn_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1527701Z test_meta_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1527940Z test_meta_sgn_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1528184Z test_meta_sgn_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1528427Z test_meta_sgn_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1528708Z test_meta_sgn_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1528950Z test_meta_sgn_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1529190Z test_meta_sgn_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1529428Z test_meta_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1529674Z test_meta_short_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1529931Z test_meta_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1530189Z test_meta_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1530442Z test_meta_short_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1530694Z test_meta_short_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1530940Z test_meta_short_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1531184Z test_meta_short_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1531427Z test_meta_short_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1531654Z test_meta_short_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1531899Z test_meta_short_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1532147Z test_meta_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1532405Z test_meta_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1532655Z test_meta_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1532918Z test_meta_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1533179Z test_meta_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1533436Z test_meta_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1533691Z test_meta_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1533958Z test_meta_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1534276Z test_meta_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1534525Z test_meta_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1534771Z test_meta_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1535014Z test_meta_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1535261Z test_meta_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1535505Z test_meta_sign_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1535757Z test_meta_sign_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1536040Z test_meta_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1536270Z test_meta_sign_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1536515Z test_meta_sign_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1536757Z test_meta_sign_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1537000Z test_meta_sign_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1537243Z test_meta_sign_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1537485Z test_meta_sign_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1537744Z test_meta_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1537996Z test_meta_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1538251Z test_meta_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1538490Z test_meta_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1538741Z test_meta_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1538990Z test_meta_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1539236Z test_meta_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1539484Z test_meta_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1539735Z test_meta_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1539979Z test_meta_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1540224Z test_meta_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1540464Z test_meta_sin_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1540715Z test_meta_sin_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1540952Z test_meta_sin_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1541198Z test_meta_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1541473Z test_meta_sin_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1541719Z test_meta_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1541962Z test_meta_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1542203Z test_meta_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1542446Z test_meta_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1542687Z test_meta_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1542937Z test_meta_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1543169Z test_meta_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1543453Z test_meta_sinc_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1543708Z test_meta_sinc_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1543954Z test_meta_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1544202Z test_meta_sinc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1544577Z test_meta_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1544859Z test_meta_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1545102Z test_meta_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1545348Z test_meta_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1545579Z test_meta_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1545831Z test_meta_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1546072Z test_meta_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1546327Z test_meta_sinh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1546578Z test_meta_sinh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1546825Z test_meta_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1547074Z test_meta_sinh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1547318Z test_meta_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1547563Z test_meta_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1547794Z test_meta_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1548038Z test_meta_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1548279Z test_meta_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1548531Z test_meta_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1548775Z test_meta_slice_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1549086Z test_meta_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1549343Z test_meta_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1549597Z test_meta_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1549850Z test_meta_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1550085Z test_meta_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1550332Z test_meta_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1550577Z test_meta_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1550826Z test_meta_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1551101Z test_meta_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1551349Z test_meta_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1551597Z test_meta_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1551866Z test_meta_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1552123Z test_meta_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1552374Z test_meta_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1552635Z test_meta_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1552895Z test_meta_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1553155Z test_meta_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1553411Z test_meta_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1553661Z test_meta_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1553917Z test_meta_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1554177Z test_meta_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1554431Z test_meta_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1554688Z test_meta_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1554927Z test_meta_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1555202Z test_meta_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1555467Z test_meta_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1555745Z test_meta_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1556018Z test_meta_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1556288Z test_meta_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1556604Z test_meta_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1556872Z test_meta_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1557139Z test_meta_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1557391Z test_meta_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1557659Z test_meta_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1557923Z test_meta_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1558191Z test_meta_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1558467Z test_meta_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1558715Z test_meta_sort_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1558963Z test_meta_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1559212Z test_meta_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1559456Z test_meta_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1559699Z test_meta_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1559926Z test_meta_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1560171Z test_meta_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1560418Z test_meta_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1560658Z test_meta_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1560941Z test_meta_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1561222Z test_meta_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1561500Z test_meta_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1561773Z test_meta_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1562039Z test_meta_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1562295Z test_meta_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1562562Z test_meta_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1562825Z test_meta_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1563084Z test_meta_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1563337Z test_meta_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1563599Z test_meta_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1563886Z test_meta_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1564151Z test_meta_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1564420Z test_meta_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1564688Z test_meta_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1564941Z test_meta_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1565206Z test_meta_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1565470Z test_meta_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1565741Z test_meta_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1566031Z test_meta_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1566297Z test_meta_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1566568Z test_meta_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1566837Z test_meta_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1567101Z test_meta_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1567348Z test_meta_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1567614Z test_meta_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1567880Z test_meta_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1568146Z test_meta_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1568409Z test_meta_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1568679Z test_meta_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1568945Z test_meta_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1569209Z test_meta_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1569470Z test_meta_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1569734Z test_meta_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1569987Z test_meta_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1570249Z test_meta_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1570512Z test_meta_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1570783Z test_meta_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1571050Z test_meta_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1571342Z test_meta_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1571603Z test_meta_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1571867Z test_meta_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1572130Z test_meta_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1572392Z test_meta_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1572667Z test_meta_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1572962Z test_meta_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1573275Z test_meta_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1573565Z test_meta_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1573847Z test_meta_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1574126Z test_meta_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1574489Z test_meta_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1574771Z test_meta_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1575060Z test_meta_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1575351Z test_meta_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1575623Z test_meta_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1575905Z test_meta_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1576185Z test_meta_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1576462Z test_meta_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1576743Z test_meta_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1577027Z test_meta_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1577355Z test_meta_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1577685Z test_meta_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1578011Z test_meta_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1578332Z test_meta_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1578699Z test_meta_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1579008Z test_meta_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1579327Z test_meta_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1579642Z test_meta_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1579963Z test_meta_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1580285Z test_meta_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1580637Z test_meta_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1580955Z test_meta_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1581277Z test_meta_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1581592Z test_meta_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1581908Z test_meta_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1582224Z test_meta_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1582480Z test_meta_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1582738Z test_meta_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1583000Z test_meta_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1583257Z test_meta_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1583513Z test_meta_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1583773Z test_meta_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1584029Z test_meta_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1584287Z test_meta_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1584632Z test_meta_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1584889Z test_meta_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1585140Z test_meta_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1585400Z test_meta_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1585661Z test_meta_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1585962Z test_meta_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1586216Z test_meta_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1586469Z test_meta_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1586729Z test_meta_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1587015Z test_meta_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1587304Z test_meta_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1587573Z test_meta_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1587859Z test_meta_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1588179Z test_meta_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1588465Z test_meta_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1588749Z test_meta_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1589029Z test_meta_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1589312Z test_meta_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1589605Z test_meta_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1589892Z test_meta_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1590177Z test_meta_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1590443Z test_meta_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1590719Z test_meta_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1591000Z test_meta_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1591284Z test_meta_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1591554Z test_meta_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1591811Z test_meta_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1592071Z test_meta_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1592327Z test_meta_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1592580Z test_meta_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1592837Z test_meta_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1593078Z test_meta_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1593361Z test_meta_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1593613Z test_meta_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1593868Z test_meta_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1594124Z test_meta_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1594380Z test_meta_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1594637Z test_meta_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1594892Z test_meta_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1595148Z test_meta_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1595414Z test_meta_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1595665Z test_meta_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1595917Z test_meta_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1596177Z test_meta_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1596430Z test_meta_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1596685Z test_meta_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1596942Z test_meta_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1597197Z test_meta_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1597450Z test_meta_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1597700Z test_meta_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1597975Z test_meta_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1598265Z test_meta_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1598555Z test_meta_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1598842Z test_meta_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1599124Z test_meta_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1599402Z test_meta_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1599686Z test_meta_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1599973Z test_meta_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1600298Z test_meta_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1600686Z test_meta_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1601000Z test_meta_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1601323Z test_meta_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1601644Z test_meta_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1601961Z test_meta_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1602277Z test_meta_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1602626Z test_meta_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1602892Z test_meta_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1603161Z test_meta_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1603428Z test_meta_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1603694Z test_meta_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1603953Z test_meta_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1604195Z test_meta_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1604461Z test_meta_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1604719Z test_meta_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1604999Z test_meta_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1605284Z test_meta_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1605568Z test_meta_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1605847Z test_meta_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1606129Z test_meta_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1606408Z test_meta_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1606674Z test_meta_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1606952Z test_meta_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1607231Z test_meta_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1607512Z test_meta_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1607796Z test_meta_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1608115Z test_meta_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1608394Z test_meta_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1608668Z test_meta_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1608946Z test_meta_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1609226Z test_meta_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1609489Z test_meta_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1609770Z test_meta_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1610078Z test_meta_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1610356Z test_meta_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1610636Z test_meta_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1610913Z test_meta_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1611188Z test_meta_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1611462Z test_meta_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1611739Z test_meta_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1612021Z test_meta_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1612302Z test_meta_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1612563Z test_meta_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1612842Z test_meta_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1613114Z test_meta_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1613393Z test_meta_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1613669Z test_meta_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1613932Z test_meta_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1614258Z test_meta_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1614527Z test_meta_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1614781Z test_meta_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1615025Z test_meta_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1615317Z test_meta_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1615578Z test_meta_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1615836Z test_meta_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1616090Z test_meta_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1616348Z test_meta_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1616614Z test_meta_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1616875Z test_meta_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1617137Z test_meta_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1617418Z test_meta_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1617658Z test_meta_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1617916Z test_meta_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1618177Z test_meta_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1618488Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1618792Z test_meta_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1619101Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1619411Z test_meta_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1619712Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1620013Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1620312Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1620600Z test_meta_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1620899Z test_meta_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1621194Z test_meta_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1621490Z test_meta_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1621786Z test_meta_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1622078Z test_meta_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1622373Z test_meta_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1622697Z test_meta_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1622988Z test_meta_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1623279Z test_meta_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1623554Z test_meta_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1623848Z test_meta_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1624143Z test_meta_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1624555Z test_meta_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1624937Z test_meta_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1625230Z test_meta_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1625522Z test_meta_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1625812Z test_meta_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1626153Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1626497Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1626836Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1627156Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1627490Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1627824Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1628154Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1628492Z test_meta_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1628826Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1629166Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1629497Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1629828Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1630197Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1630532Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1630863Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1631179Z test_meta_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1631505Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1631842Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1632198Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1632531Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1632863Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1633192Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1633520Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1633853Z test_meta_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1634183Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1634515Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1634845Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1635173Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1635493Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1635822Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1636147Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1636474Z test_meta_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:22:31.1636760Z test_meta_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1637050Z test_meta_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1637360Z test_meta_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1637645Z test_meta_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1637927Z test_meta_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1638210Z test_meta_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1638477Z test_meta_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1638757Z test_meta_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1639024Z test_meta_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1639315Z test_meta_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1639586Z test_meta_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1639854Z test_meta_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1640121Z test_meta_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1640381Z test_meta_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1640640Z test_meta_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1640896Z test_meta_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1641146Z test_meta_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1641403Z test_meta_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1641662Z test_meta_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1641927Z test_meta_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1642184Z test_meta_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1642442Z test_meta_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1642700Z test_meta_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1642962Z test_meta_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1643220Z test_meta_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1643461Z test_meta_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1643713Z test_meta_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1643958Z test_meta_split_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1644216Z test_meta_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1644470Z test_meta_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1644756Z test_meta_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1645009Z test_meta_split_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1645257Z test_meta_split_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1645502Z test_meta_split_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1645746Z test_meta_split_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1645979Z test_meta_split_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1646218Z test_meta_split_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1646465Z test_meta_split_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1646743Z test_meta_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1647013Z test_meta_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1647273Z test_meta_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1647544Z test_meta_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1647815Z test_meta_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1648078Z test_meta_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1648331Z test_meta_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1648599Z test_meta_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1648861Z test_meta_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1649116Z test_meta_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1649369Z test_meta_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1649629Z test_meta_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1649884Z test_meta_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1650154Z test_meta_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1650417Z test_meta_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1650677Z test_meta_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1650947Z test_meta_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1651218Z test_meta_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1651483Z test_meta_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1651748Z test_meta_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1652054Z test_meta_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1652318Z test_meta_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1652577Z test_meta_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1652831Z test_meta_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1653089Z test_meta_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1653331Z test_meta_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1653581Z test_meta_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1653826Z test_meta_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1654110Z test_meta_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1654431Z test_meta_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1654683Z test_meta_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1654934Z test_meta_sqrt_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1655177Z test_meta_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1655422Z test_meta_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1655653Z test_meta_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1655901Z test_meta_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1656149Z test_meta_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1656404Z test_meta_square_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1656652Z test_meta_square_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1656911Z test_meta_square_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1657167Z test_meta_square_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1657419Z test_meta_square_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1657672Z test_meta_square_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1657920Z test_meta_square_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1658153Z test_meta_square_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1658401Z test_meta_square_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1658643Z test_meta_square_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1658890Z test_meta_square_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1659132Z test_meta_square_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1659394Z test_meta_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1659685Z test_meta_squeeze_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1659946Z test_meta_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1660207Z test_meta_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1660454Z test_meta_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1660710Z test_meta_squeeze_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1660961Z test_meta_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1661215Z test_meta_squeeze_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1661468Z test_meta_squeeze_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1661745Z test_meta_squeeze_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1661993Z test_meta_squeeze_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1662240Z test_meta_squeeze_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1662483Z test_meta_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1662722Z test_meta_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1662969Z test_meta_stack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1663229Z test_meta_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1663485Z test_meta_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1664099Z test_meta_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1664349Z test_meta_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1664706Z test_meta_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1664951Z test_meta_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1665197Z test_meta_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1665445Z test_meta_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1665678Z test_meta_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1665924Z test_meta_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1666173Z test_meta_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1666423Z test_meta_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1666678Z test_meta_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1666930Z test_meta_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1667177Z test_meta_std_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1667475Z test_meta_std_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1667720Z test_meta_std_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1667966Z test_meta_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1668229Z test_meta_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1668488Z test_meta_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1668744Z test_meta_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1668999Z test_meta_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1669256Z test_meta_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1669546Z test_meta_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1669802Z test_meta_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1670052Z test_meta_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1670287Z test_meta_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1670530Z test_meta_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1670782Z test_meta_sub_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1671034Z test_meta_sub_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1671288Z test_meta_sub_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1671537Z test_meta_sub_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1671782Z test_meta_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1672025Z test_meta_sub_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1672268Z test_meta_sub_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1672498Z test_meta_sub_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1672742Z test_meta_sub_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1672986Z test_meta_sub_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1673230Z test_meta_sub_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1673478Z test_meta_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1673716Z test_meta_sum_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1673969Z test_meta_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1674220Z test_meta_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1674465Z test_meta_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1674694Z test_meta_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1674968Z test_meta_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1675212Z test_meta_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1675455Z test_meta_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1675695Z test_meta_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1675937Z test_meta_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1676177Z test_meta_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1676436Z test_meta_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1676693Z test_meta_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1676969Z test_meta_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1677234Z test_meta_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1677492Z test_meta_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1677744Z test_meta_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1677997Z test_meta_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1678255Z test_meta_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1678510Z test_meta_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1678769Z test_meta_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1679022Z test_meta_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1679273Z test_meta_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1679514Z test_meta_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1679763Z test_meta_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1680011Z test_meta_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1680258Z test_meta_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1680520Z test_meta_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1680776Z test_meta_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1681036Z test_meta_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1681295Z test_meta_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1681545Z test_meta_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1681782Z test_meta_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1682027Z test_meta_t_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1682298Z test_meta_t_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1682552Z test_meta_t_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1682799Z test_meta_t_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1683041Z test_meta_t_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1683284Z test_meta_t_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1683526Z test_meta_t_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1683765Z test_meta_t_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1683991Z test_meta_t_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1684231Z test_meta_t_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1684498Z test_meta_t_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1684740Z test_meta_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1685006Z test_meta_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1685267Z test_meta_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1685540Z test_meta_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1685810Z test_meta_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1686078Z test_meta_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1686327Z test_meta_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1686583Z test_meta_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1686843Z test_meta_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1687096Z test_meta_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1687350Z test_meta_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1687610Z test_meta_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1687865Z test_meta_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1688117Z test_meta_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1688362Z test_meta_take_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1688615Z test_meta_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1688857Z test_meta_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1689106Z test_meta_take_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1689361Z test_meta_take_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1689605Z test_meta_take_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1689880Z test_meta_take_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1690126Z test_meta_take_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1690370Z test_meta_take_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1690611Z test_meta_take_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1690854Z test_meta_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1691087Z test_meta_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1691329Z test_meta_tan_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1691584Z test_meta_tan_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1691861Z test_meta_tan_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1692112Z test_meta_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1692357Z test_meta_tan_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1692599Z test_meta_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1692841Z test_meta_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1693082Z test_meta_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1693308Z test_meta_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1693551Z test_meta_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1693806Z test_meta_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1694050Z test_meta_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1694389Z test_meta_tanh_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1694647Z test_meta_tanh_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1694896Z test_meta_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1695145Z test_meta_tanh_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1695393Z test_meta_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1695626Z test_meta_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1695870Z test_meta_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1696113Z test_meta_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1696354Z test_meta_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1696619Z test_meta_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1696876Z test_meta_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1697146Z test_meta_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1697462Z test_meta_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1697722Z test_meta_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1697964Z test_meta_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1698217Z test_meta_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1698473Z test_meta_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1698731Z test_meta_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1698988Z test_meta_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1699247Z test_meta_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1699530Z test_meta_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1699793Z test_meta_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1700057Z test_meta_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1700323Z test_meta_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1700569Z test_meta_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1700825Z test_meta_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1701081Z test_meta_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1701336Z test_meta_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1701589Z test_meta_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1701844Z test_meta_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1702094Z test_meta_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1702347Z test_meta_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1702591Z test_meta_tile_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1702833Z test_meta_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1703091Z test_meta_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1703342Z test_meta_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1703588Z test_meta_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1703837Z test_meta_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1704080Z test_meta_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1704322Z test_meta_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1704726Z test_meta_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1705025Z test_meta_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1705257Z test_meta_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1705399Z test_meta_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1705539Z test_meta_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1705682Z test_meta_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1705823Z test_meta_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1705960Z test_meta_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706095Z test_meta_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706229Z test_meta_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706348Z test_meta_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706516Z test_meta_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706649Z test_meta_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706780Z test_meta_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1706909Z test_meta_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:22:31.1707172Z test_meta_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1707424Z test_meta_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1707689Z test_meta_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1707955Z test_meta_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1708202Z test_meta_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1708461Z test_meta_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1708716Z test_meta_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1708968Z test_meta_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1709221Z test_meta_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1709472Z test_meta_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1709726Z test_meta_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1709979Z test_meta_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1710231Z test_meta_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1710465Z test_meta_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1710716Z test_meta_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1710960Z test_meta_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1711205Z test_meta_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1711448Z test_meta_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1711730Z test_meta_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1711976Z test_meta_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1712239Z test_meta_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1712496Z test_meta_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1712733Z test_meta_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1712985Z test_meta_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1713231Z test_meta_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1713480Z test_meta_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1713782Z test_meta_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1714030Z test_meta_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1714277Z test_meta_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1714539Z test_meta_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1714792Z test_meta_transpose_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1715041Z test_meta_transpose_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1715303Z test_meta_transpose_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1715562Z test_meta_transpose_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1715823Z test_meta_transpose_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1716081Z test_meta_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1716335Z test_meta_transpose_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1716589Z test_meta_transpose_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1716843Z test_meta_transpose_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1717096Z test_meta_transpose_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1717350Z test_meta_transpose_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1717588Z test_meta_transpose_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1717850Z test_meta_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1718114Z test_meta_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1718375Z test_meta_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1718634Z test_meta_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1718893Z test_meta_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1719187Z test_meta_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1719440Z test_meta_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1719693Z test_meta_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1719931Z test_meta_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1720184Z test_meta_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1720434Z test_meta_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1720684Z test_meta_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1720940Z test_meta_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1721220Z test_meta_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1721473Z test_meta_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1721722Z test_meta_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1721968Z test_meta_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1722200Z test_meta_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1722445Z test_meta_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1722687Z test_meta_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1722935Z test_meta_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1723184Z test_meta_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1723460Z test_meta_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1723732Z test_meta_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1724002Z test_meta_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1724269Z test_meta_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1724517Z test_meta_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1724749Z test_meta_tril_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1725006Z test_meta_tril_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1725261Z test_meta_tril_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1725508Z test_meta_tril_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1725757Z test_meta_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1726003Z test_meta_tril_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1726248Z test_meta_tril_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1726492Z test_meta_tril_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1726763Z test_meta_tril_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1726996Z test_meta_tril_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1727240Z test_meta_tril_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1727497Z test_meta_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1727754Z test_meta_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1728005Z test_meta_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1728247Z test_meta_triu_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1728504Z test_meta_triu_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1728781Z test_meta_triu_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1729029Z test_meta_triu_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1729263Z test_meta_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1729507Z test_meta_triu_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1729752Z test_meta_triu_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1729993Z test_meta_triu_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1730238Z test_meta_triu_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1730483Z test_meta_triu_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1730726Z test_meta_triu_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1730985Z test_meta_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1731240Z test_meta_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1731491Z test_meta_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1731746Z test_meta_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1732014Z test_meta_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1732281Z test_meta_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1732543Z test_meta_true_divide_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1732797Z test_meta_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1733046Z test_meta_true_divide_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1733302Z test_meta_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1733556Z test_meta_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1733809Z test_meta_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1734079Z test_meta_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1734401Z test_meta_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1734658Z test_meta_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1734909Z test_meta_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1735158Z test_meta_trunc_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1735406Z test_meta_trunc_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1735650Z test_meta_trunc_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1735896Z test_meta_trunc_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1736171Z test_meta_trunc_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1736406Z test_meta_trunc_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1736661Z test_meta_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1736905Z test_meta_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1737165Z test_meta_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1737422Z test_meta_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1737678Z test_meta_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1737935Z test_meta_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1738189Z test_meta_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1738437Z test_meta_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1738671Z test_meta_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1738919Z test_meta_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1739163Z test_meta_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1739410Z test_meta_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1739654Z test_meta_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1739915Z test_meta_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1740169Z test_meta_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1740433Z test_meta_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1740694Z test_meta_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1740935Z test_meta_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1741194Z test_meta_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1741480Z test_meta_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1741740Z test_meta_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1741994Z test_meta_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1742248Z test_meta_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1742501Z test_meta_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1742750Z test_meta_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1743000Z test_meta_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1743238Z test_meta_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1743486Z test_meta_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1743768Z test_meta_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1744029Z test_meta_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1744285Z test_meta_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1744689Z test_meta_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1744941Z test_meta_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1745189Z test_meta_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1745438Z test_meta_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1745689Z test_meta_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1745919Z test_meta_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1746166Z test_meta_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1746408Z test_meta_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1746663Z test_meta_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1746924Z test_meta_uniform_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1747182Z test_meta_uniform_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1747439Z test_meta_uniform_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1747692Z test_meta_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1747945Z test_meta_uniform_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1748207Z test_meta_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1748476Z test_meta_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1748751Z test_meta_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1749071Z test_meta_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1749343Z test_meta_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1749613Z test_meta_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1749883Z test_meta_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1750150Z test_meta_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1750417Z test_meta_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1750670Z test_meta_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1750906Z test_meta_unique_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1751193Z test_meta_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1751451Z test_meta_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1751701Z test_meta_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1751948Z test_meta_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1752192Z test_meta_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1752438Z test_meta_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1752680Z test_meta_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1752943Z test_meta_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1753184Z test_meta_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1753447Z test_meta_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1753710Z test_meta_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1753968Z test_meta_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1754227Z test_meta_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1754485Z test_meta_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1754743Z test_meta_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1755000Z test_meta_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1755255Z test_meta_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1755494Z test_meta_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1755747Z test_meta_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1755997Z test_meta_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1756253Z test_meta_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1756536Z test_meta_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1756790Z test_meta_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1757036Z test_meta_var_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1757283Z test_meta_var_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1757525Z test_meta_var_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1757767Z test_meta_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1758027Z test_meta_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1758284Z test_meta_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1758543Z test_meta_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1758830Z test_meta_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1759083Z test_meta_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1759335Z test_meta_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1759586Z test_meta_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1759842Z test_meta_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1760089Z test_meta_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1760327Z test_meta_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1760573Z test_meta_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1760817Z test_meta_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1761061Z test_meta_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1761305Z test_meta_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1761547Z test_meta_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1761815Z test_meta_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1762085Z test_meta_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1762353Z test_meta_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1762595Z test_meta_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1762846Z test_meta_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1763103Z test_meta_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1763361Z test_meta_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1763617Z test_meta_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1763872Z test_meta_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1764168Z test_meta_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1764422Z test_meta_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1764672Z test_meta_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1764905Z test_meta_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1765149Z test_meta_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1765397Z test_meta_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1765641Z test_meta_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1765911Z test_meta_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1766205Z test_meta_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1766456Z test_meta_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1766701Z test_meta_view_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1766955Z test_meta_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1767194Z test_meta_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1767446Z test_meta_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1767697Z test_meta_view_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1767948Z test_meta_view_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1768193Z test_meta_view_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1768437Z test_meta_view_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1768684Z test_meta_view_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1768926Z test_meta_view_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1769172Z test_meta_view_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1769400Z test_meta_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1769657Z test_meta_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1769908Z test_meta_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1770168Z test_meta_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1770423Z test_meta_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1770679Z test_meta_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1770932Z test_meta_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1771181Z test_meta_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1771472Z test_meta_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1771721Z test_meta_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1771956Z test_meta_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1772200Z test_meta_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1772445Z test_meta_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1772687Z test_meta_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1772940Z test_meta_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1773190Z test_meta_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1773454Z test_meta_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1773737Z test_meta_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1773994Z test_meta_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1774305Z test_meta_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1774566Z test_meta_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1774813Z test_meta_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1775059Z test_meta_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1775306Z test_meta_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1775551Z test_meta_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1775798Z test_meta_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1776040Z test_meta_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1776292Z test_meta_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1776522Z test_meta_where_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1776781Z test_meta_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1777038Z test_meta_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1777296Z test_meta_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1777546Z test_meta_where_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1777796Z test_meta_where_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1778045Z test_meta_where_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1778292Z test_meta_where_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1778536Z test_meta_where_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1778763Z test_meta_where_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1779043Z test_meta_where_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1779290Z test_meta_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1779544Z test_meta_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1779791Z test_meta_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1780040Z test_meta_xlogy_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1780287Z test_meta_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1780531Z test_meta_xlogy_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1780778Z test_meta_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1781033Z test_meta_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1781275Z test_meta_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1781520Z test_meta_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1781767Z test_meta_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1782019Z test_meta_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1782266Z test_meta_zero__cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1782526Z test_meta_zero__cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1782785Z test_meta_zero__cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1783035Z test_meta_zero__cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1783283Z test_meta_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1783513Z test_meta_zero__cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1783755Z test_meta_zero__cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1783999Z test_meta_zero__cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1784242Z test_meta_zero__cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1784634Z test_meta_zero__cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1784916Z test_meta_zero__cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1785169Z test_meta_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1785414Z test_meta_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1785672Z test_meta_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1785913Z test_meta_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1786170Z test_meta_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1786422Z test_meta_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1786733Z test_meta_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1786983Z test_meta_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1787228Z test_meta_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1787473Z test_meta_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1787716Z test_meta_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1787962Z test_meta_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1788195Z test_meta_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1788458Z test_meta_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1788747Z test_meta_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1789017Z test_meta_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1789280Z test_meta_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1789536Z test_meta_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1789798Z test_meta_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1790053Z test_meta_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1790313Z test_meta_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1790554Z test_meta_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1790807Z test_meta_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1791057Z test_meta_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1791309Z test_meta_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1791560Z test_meta_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: test doesn't currently with crossref (0.001s) 2022-12-01T10:22:31.1792184Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:22:31.1792270Z r = func(*args, **kwargs) 2022-12-01T10:22:31.1792340Z ok (0.002s) 2022-12-01T10:22:31.1792459Z test_imag (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:22:31.1792564Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1792685Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1792819Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1792961Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1793092Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:22:31.1793217Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1793340Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-12-01T10:22:31.1793500Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:22:31.1793615Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.002s) 2022-12-01T10:22:31.1793737Z test_weakref (__main__.TestMetaConverter) ... ok (0.003s) 2022-12-01T10:22:31.1793750Z 2022-12-01T10:22:31.1793952Z ---------------------------------------------------------------------- 2022-12-01T10:22:31.1794032Z Ran 10212 tests in 15.681s 2022-12-01T10:22:31.1794038Z 2022-12-01T10:22:31.1794112Z OK (skipped=10198) 2022-12-01T10:22:31.1794117Z 2022-12-01T10:22:31.1794202Z Generating XML reports... 2022-12-01T10:22:31.1794470Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201102213.xml 2022-12-01T10:22:31.1794754Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102213.xml 2022-12-01T10:22:31.1794760Z 2022-12-01T10:22:31.1795138Z ##[endgroup] 2022-12-01T10:22:31.1795401Z FINISHED PRINTING LOG FILE of test_meta (/var/lib/jenkins/workspace/test/test-reports/test_meta_ooigy1ct) 2022-12-01T10:22:31.1795409Z 2022-12-01T10:22:32.3158209Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:32.3799636Z Ignoring disabled issues: [] 2022-12-01T10:22:32.3941611Z Running test_testing ... [2022-12-01 10:22:32.393657] 2022-12-01T10:22:32.3942564Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:32.393955] 2022-12-01T10:22:47.5989376Z 2022-12-01T10:22:47.5991389Z Expand the folded group to see the log file of test_testing 2022-12-01T10:22:47.5994125Z ##[group]PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_bt6t33w5) 2022-12-01T10:22:47.5996534Z Test results will be stored in test-reports/python-unittest/test_testing 2022-12-01T10:22:47.5998174Z 2022-12-01T10:22:47.5999633Z Running tests... 2022-12-01T10:22:47.6001476Z ---------------------------------------------------------------------- 2022-12-01T10:22:47.6003530Z test_bool (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6005409Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6007724Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.034s) 2022-12-01T10:22:47.6009934Z test_matching (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:22:47.6011792Z test_matching_atol (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6013834Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6015700Z test_matching_nan (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:22:47.6017688Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6019493Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6021607Z test_meta (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6044145Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6049327Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6050370Z test_mismatching_layout (__main__.TestAssertClose) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:22:47.6050971Z r = func(*args, **kwargs) 2022-12-01T10:22:47.6055997Z ok (0.010s) 2022-12-01T10:22:47.6056347Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.020s) 2022-12-01T10:22:47.6056826Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6057362Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.005s) 2022-12-01T10:22:47.6060542Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6061159Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:22:47.6061694Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6062264Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:22:47.6062800Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6063328Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6063867Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6064315Z test_none (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:22:47.6064925Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:22:47.6065414Z test_numpy (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:22:47.6065855Z test_only_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:22:47.6066314Z test_only_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:22:47.6066793Z test_scalar (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:22:47.6067472Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:22:47.6068024Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:22:47.6068515Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:22:47.6069027Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:22:47.6069404Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:22:47.6069970Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.003s) 2022-12-01T10:22:47.6070609Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:22:47.6071165Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.003s) 2022-12-01T10:22:47.6071706Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6072253Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:22:47.6072749Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6073335Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:22:47.6073914Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-12-01T10:22:47.6074522Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6075074Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-12-01T10:22:47.6075642Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-12-01T10:22:47.6076163Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.032s) 2022-12-01T10:22:47.6076731Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-12-01T10:22:47.6077276Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6077830Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:22:47.6078373Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6078905Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.012s) 2022-12-01T10:22:47.6079228Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.008s) 2022-12-01T10:22:47.6079633Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.008s) 2022-12-01T10:22:47.6080057Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.004s) 2022-12-01T10:22:47.6080388Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.005s) 2022-12-01T10:22:47.6080702Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-12-01T10:22:47.6081243Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.013s) 2022-12-01T10:22:47.6081587Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.014s) 2022-12-01T10:22:47.6081924Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.016s) 2022-12-01T10:22:47.6082224Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-12-01T10:22:47.6082546Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.014s) 2022-12-01T10:22:47.6082886Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.013s) 2022-12-01T10:22:47.6083218Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.015s) 2022-12-01T10:22:47.6083527Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.009s) 2022-12-01T10:22:47.6083852Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.008s) 2022-12-01T10:22:47.6084184Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.013s) 2022-12-01T10:22:47.6084489Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-12-01T10:22:47.6084976Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.007s) 2022-12-01T10:22:47.6085662Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.014s) 2022-12-01T10:22:47.6086247Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.009s) 2022-12-01T10:22:47.6086636Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.013s) 2022-12-01T10:22:47.6086980Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.014s) 2022-12-01T10:22:47.6087655Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.015s) 2022-12-01T10:22:47.6088228Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.009s) 2022-12-01T10:22:47.6088700Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.014s) 2022-12-01T10:22:47.6175866Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.013s) 2022-12-01T10:22:47.6178827Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.015s) 2022-12-01T10:22:47.6179516Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (5.842s) 2022-12-01T10:22:47.6180088Z test_circular_dependencies (__main__.TestImports) 2022-12-01T10:22:47.6187595Z Checks that all modules inside torch can be imported ... 2022-12-01 10:22:41,933 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at /tmp/tmpdh14_8wi 2022-12-01T10:22:47.6188873Z 2022-12-01 10:22:41,933 - torch.distributed.nn.jit.instantiator - INFO - Writing /tmp/tmpdh14_8wi/_remote_module_non_scriptable.py 2022-12-01T10:22:47.6189741Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:47.6190181Z ok (2.840s) 2022-12-01T10:22:47.6190827Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1816: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:22:47.6191495Z self.assertEquals(out, "") 2022-12-01T10:22:47.6191874Z ok (1.195s) 2022-12-01T10:22:47.6192338Z test_sample_input (__main__.TestOpInfos) ... ok (0.005s) 2022-12-01T10:22:47.6192907Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.003s) 2022-12-01T10:22:47.6193505Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-12-01T10:22:47.6194203Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6194950Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6195645Z test_name_fn (__main__.TestTestParametrization) ... ok (0.005s) 2022-12-01T10:22:47.6196285Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6196992Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6198034Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:22:47.6198774Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:22:47.6199451Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-12-01T10:22:47.6200215Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-12-01T10:22:47.6201069Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-12-01T10:22:47.6201899Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-12-01T10:22:47.6202714Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:22:47.6203491Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6204297Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-12-01T10:22:47.6205198Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:22:47.6205968Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:22:47.6206771Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.002s) 2022-12-01T10:22:47.6207595Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:22:47.6208414Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:22:47.6209279Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:22:47.6210162Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:22:47.6210979Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:22:47.6211795Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (1.109s) 2022-12-01T10:22:47.6212659Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:22:47.6213570Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6214561Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:22:47.6215407Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:22:47.6216317Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6217313Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6218280Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6219230Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:22:47.6220145Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:22:47.6270822Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6272709Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:22:47.6273549Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:22:47.6275534Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.002s) 2022-12-01T10:22:47.6276340Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:22:47.6276931Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:22:47.6277505Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.013s) 2022-12-01T10:22:47.6279025Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6279605Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6281132Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.013s) 2022-12-01T10:22:47.6281720Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.013s) 2022-12-01T10:22:47.6282289Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.013s) 2022-12-01T10:22:47.6282822Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6283448Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6284002Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.011s) 2022-12-01T10:22:47.6284531Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6285095Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6285770Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:47.6286266Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:47.6286647Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:22:47.6286992Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.134s) 2022-12-01T10:22:47.6287309Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:22:47.6287653Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:22:47.6287980Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:22:47.6288313Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6288649Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:22:47.6288967Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6289295Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6289626Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6289958Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.014s) 2022-12-01T10:22:47.6290245Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:22:47.6290544Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:22:47.6290850Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.017s) 2022-12-01T10:22:47.6291157Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6291441Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:22:47.6291758Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:22:47.6292047Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:22:47.6292335Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:22:47.6292680Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:22:47.6292973Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:22:47.6293263Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:22:47.6293542Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:22:47.6293855Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6294289Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6294627Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6294938Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6295262Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:22:47.6296192Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:22:47.6296760Z r = func(*args, **kwargs) 2022-12-01T10:22:47.6296926Z ok (0.002s) 2022-12-01T10:22:47.6297160Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6297454Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:22:47.6297750Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:22:47.6298019Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.012s) 2022-12-01T10:22:47.6298183Z 2022-12-01T10:22:47.6298389Z ---------------------------------------------------------------------- 2022-12-01T10:22:47.6298632Z Ran 167 tests in 12.307s 2022-12-01T10:22:47.6298753Z 2022-12-01T10:22:47.6298850Z OK (skipped=3, expected failures=12) 2022-12-01T10:22:47.6298969Z 2022-12-01T10:22:47.6299056Z Generating XML reports... 2022-12-01T10:22:47.6299460Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201102234.xml 2022-12-01T10:22:47.6299996Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201102234.xml 2022-12-01T10:22:47.6300544Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201102234.xml 2022-12-01T10:22:47.6301105Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201102234.xml 2022-12-01T10:22:47.6301656Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201102234.xml 2022-12-01T10:22:47.6302203Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201102234.xml 2022-12-01T10:22:47.6302729Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201102234.xml 2022-12-01T10:22:47.6303268Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201102234.xml 2022-12-01T10:22:47.6303798Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201102234.xml 2022-12-01T10:22:47.6304320Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201102234.xml 2022-12-01T10:22:47.6304962Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20221201102234.xml 2022-12-01T10:22:47.6305434Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201102234.xml 2022-12-01T10:22:47.6305946Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201102234.xml 2022-12-01T10:22:47.6306627Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201102234.xml 2022-12-01T10:22:47.6307171Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201102234.xml 2022-12-01T10:22:47.6307393Z 2022-12-01T10:22:47.6307774Z ##[endgroup] 2022-12-01T10:22:47.6308157Z FINISHED PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_bt6t33w5) 2022-12-01T10:22:47.6308369Z 2022-12-01T10:22:49.3968143Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:22:49.4623802Z Ignoring disabled issues: [] 2022-12-01T10:22:49.4763779Z Running test_view_ops ... [2022-12-01 10:22:49.475942] 2022-12-01T10:22:49.4766011Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:22:49.476284] 2022-12-01T10:23:34.7029190Z 2022-12-01T10:23:34.7029823Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:23:34.7031170Z ##[group]PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_f2pbgsv8) 2022-12-01T10:23:34.7146125Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-12-01T10:23:34.7146689Z 2022-12-01T10:23:34.7146956Z Running tests... 2022-12-01T10:23:34.7147662Z ---------------------------------------------------------------------- 2022-12-01T10:23:34.7149650Z test_T_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3281.) 2022-12-01T10:23:34.7150512Z r = func(*args, **kwargs) 2022-12-01T10:23:34.7185625Z ok (0.007s) 2022-12-01T10:23:34.7186328Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (1.042s) 2022-12-01T10:23:34.7186876Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.033s) 2022-12-01T10:23:34.7187392Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.976s) 2022-12-01T10:23:34.7187857Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.973s) 2022-12-01T10:23:34.7188332Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.956s) 2022-12-01T10:23:34.7188950Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.717s) 2022-12-01T10:23:34.7189582Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.715s) 2022-12-01T10:23:34.7190195Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.698s) 2022-12-01T10:23:34.7225419Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.716s) 2022-12-01T10:23:34.7225854Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.744s) 2022-12-01T10:23:34.7226363Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.441s) 2022-12-01T10:23:34.7227044Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.020s) 2022-12-01T10:23:34.7227674Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:23:34.7228363Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7231181Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:23:34.7296255Z r = func(*args, **kwargs) 2022-12-01T10:23:34.7296620Z ok (0.068s) 2022-12-01T10:23:34.7297080Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-12-01T10:23:34.7297664Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.075s) 2022-12-01T10:23:34.7298222Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-12-01T10:23:34.7305001Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-12-01T10:23:34.7305858Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.076s) 2022-12-01T10:23:34.7306656Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.068s) 2022-12-01T10:23:34.7307643Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.067s) 2022-12-01T10:23:34.7308615Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.066s) 2022-12-01T10:23:34.7309581Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.053s) 2022-12-01T10:23:34.7310475Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.038s) 2022-12-01T10:23:34.7311559Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:23:34.7312365Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-12-01T10:23:34.7312816Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7314575Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:23:34.7315761Z r = func(*args, **kwargs) 2022-12-01T10:23:34.7316022Z ok (0.001s) 2022-12-01T10:23:34.7316253Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:23:34.7316537Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.009s) 2022-12-01T10:23:34.7316800Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-12-01T10:23:34.7317094Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7394265Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7394918Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:23:34.7406146Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:23:34.7406726Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7407401Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-12-01T10:23:34.7407880Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:23:34.7408424Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7408990Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7409553Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7410128Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7410607Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7411108Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7411615Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7412222Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7412804Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7413589Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7414049Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7414750Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7415332Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7415944Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7416552Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7417112Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:23:34.7417615Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:23:34.7418099Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-12-01T10:23:34.7418612Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.054s) 2022-12-01T10:23:34.7419181Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.426s) 2022-12-01T10:23:34.7419905Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.487s) 2022-12-01T10:23:34.7420528Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.440s) 2022-12-01T10:23:34.7421135Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.423s) 2022-12-01T10:23:34.7421632Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.481s) 2022-12-01T10:23:34.7422204Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.409s) 2022-12-01T10:23:34.7422790Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.392s) 2022-12-01T10:23:34.7423321Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.432s) 2022-12-01T10:23:34.7423913Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.370s) 2022-12-01T10:23:34.7424760Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.389s) 2022-12-01T10:23:34.7425386Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.429s) 2022-12-01T10:23:34.7426056Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.968s) 2022-12-01T10:23:34.7426765Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (2.957s) 2022-12-01T10:23:34.7427485Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (2.525s) 2022-12-01T10:23:34.7428181Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (2.990s) 2022-12-01T10:23:34.7428894Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (2.775s) 2022-12-01T10:23:34.7429593Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (2.804s) 2022-12-01T10:23:34.7430203Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (2.162s) 2022-12-01T10:23:34.7430870Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.362s) 2022-12-01T10:23:34.7431557Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (1.329s) 2022-12-01T10:23:34.7432200Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.369s) 2022-12-01T10:23:34.7433162Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.361s) 2022-12-01T10:23:34.7433875Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-12-01T10:23:34.7434585Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:23:34.7435268Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:23:34.7435956Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.061s) 2022-12-01T10:23:34.7436657Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.057s) 2022-12-01T10:23:34.7437525Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:23:34.7438188Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:23:34.7438850Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7439518Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:23:34.7440197Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-12-01T10:23:34.7440839Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:23:34.7441509Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:23:34.7442167Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:23:34.7442798Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7443442Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7444096Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7445111Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7445768Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:23:34.7446445Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:23:34.7447134Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7447804Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:23:34.7448507Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-12-01T10:23:34.7449202Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7449888Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7450560Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7451250Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7451933Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7452586Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7453261Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7453937Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7454632Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7455273Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7455912Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-12-01T10:23:34.7456511Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7457079Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7457710Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7458400Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7459032Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.122s) 2022-12-01T10:23:34.7459695Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7460334Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7460984Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7461645Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7462312Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7463109Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:23:34.7463943Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7464884Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7465536Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7466176Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7466781Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7467405Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7468038Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7468624Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7469234Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7469852Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7470471Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7471195Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7471862Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7472486Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7473082Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7473699Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7474310Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7474898Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7475507Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:23:34.7476141Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7476815Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7477449Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7478100Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7478750Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7479374Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7480008Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7480645Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7481284Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7481879Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:23:34.7482470Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7483068Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7483673Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:23:34.7484330Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:23:34.7484963Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7485580Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7486172Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7486760Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7487411Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7488071Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7488761Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7489565Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7490269Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7490938Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7491618Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7492296Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7492951Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7493625Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7494366Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7495035Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7495697Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7496458Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7497156Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7497847Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7498543Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7499221Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7499890Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7500543Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7501199Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7501860Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7502504Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7503140Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7503633Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:23:34.7504209Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7504894Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7505407Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7505830Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7506098Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7506389Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7506659Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.012s) 2022-12-01T10:23:34.7506916Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7507192Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7507474Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7507763Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7508179Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.026s) 2022-12-01T10:23:34.7508592Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:23:34.7509467Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:23:34.7510152Z r = func(*args, **kwargs) 2022-12-01T10:23:34.7510316Z ok (0.004s) 2022-12-01T10:23:34.7510554Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:23:34.7510839Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7511111Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7511368Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7511651Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.180s) 2022-12-01T10:23:34.7511950Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.199s) 2022-12-01T10:23:34.7512240Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.170s) 2022-12-01T10:23:34.7512537Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.186s) 2022-12-01T10:23:34.7512832Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.186s) 2022-12-01T10:23:34.7513117Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.170s) 2022-12-01T10:23:34.7513439Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.182s) 2022-12-01T10:23:34.7513730Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.183s) 2022-12-01T10:23:34.7514015Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.167s) 2022-12-01T10:23:34.7514288Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.179s) 2022-12-01T10:23:34.7514572Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.178s) 2022-12-01T10:23:34.7514875Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.081s) 2022-12-01T10:23:34.7515174Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-12-01T10:23:34.7515493Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7515819Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7516143Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.080s) 2022-12-01T10:23:34.7516442Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.054s) 2022-12-01T10:23:34.7516750Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7517056Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.078s) 2022-12-01T10:23:34.7517363Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.053s) 2022-12-01T10:23:34.7517655Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.015s) 2022-12-01T10:23:34.7517959Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-12-01T10:23:34.7518266Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-12-01T10:23:34.7518556Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7518856Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7519159Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7519463Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7519750Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7520047Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7520345Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7520626Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7520917Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7521245Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7521533Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7521815Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7522113Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7522410Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7522697Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7523002Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7523301Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7523599Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7523883Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7524170Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7524493Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7524772Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7525063Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7525355Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7525640Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7525928Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7526224Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7526527Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7526817Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7527109Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7527405Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7527687Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7527979Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7528267Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7528553Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7528828Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7529122Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7529415Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7529704Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7530012Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7530315Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7530634Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7530988Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7531277Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7531568Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7531845Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7532133Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7532472Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:23:34.7532750Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:23:34.7533002Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.077s) 2022-12-01T10:23:34.7533295Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:23:34.7533617Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7533907Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.076s) 2022-12-01T10:23:34.7534213Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7534580Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7534882Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7535183Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:23:34.7535494Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:23:34.7535893Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:23:34.7536433Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7536942Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7537286Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7537572Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7537847Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7538133Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7538418Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7538685Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7538969Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7539249Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7539526Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7539958Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7540459Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7540798Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:23:34.7541067Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-12-01T10:23:34.7541352Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7541779Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7542261Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7542727Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:23:34.7543221Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7543724Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7544231Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7544850Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7545584Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7546095Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7546583Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7547057Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7547551Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7547888Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.102s) 2022-12-01T10:23:34.7548169Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:23:34.7548436Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-12-01T10:23:34.7548929Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:23:34.7549436Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:23:34.7549768Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7550198Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7550536Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-12-01T10:23:34.7550815Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7551255Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7551773Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7552299Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7552827Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7553330Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7553840Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7554341Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7554845Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7555345Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7555850Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7556357Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7556863Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7557361Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7557868Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7558427Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7558951Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7559454Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7559961Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7560469Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7560973Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7561468Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7562006Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7562516Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7563025Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7563420Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:23:34.7563770Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7564061Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7564331Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7564601Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7565022Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.038s) 2022-12-01T10:23:34.7565444Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-12-01T10:23:34.7565914Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.012s) 2022-12-01T10:23:34.7566661Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7567151Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7567603Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7568038Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:23:34.7568758Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:23:34.7569492Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:23:34.7570208Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7570959Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7571450Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:23:34.7571836Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:23:34.7572236Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-12-01T10:23:34.7572960Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7573786Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7574871Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7575708Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7576509Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7577313Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7578159Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7579016Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7579834Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7580665Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7581462Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-12-01T10:23:34.7582230Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7583115Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7584060Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7585302Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7586302Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7587286Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7588248Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7589208Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7590151Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7591118Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7592090Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7593058Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7594002Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7594946Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7595890Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7596857Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7597792Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7598882Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7599838Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7600677Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7601554Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7602472Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7603427Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7604378Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7605433Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7606363Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7607315Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7608279Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7609234Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7610165Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7611101Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7612035Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7612956Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7613867Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7614881Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7615797Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7616749Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7617696Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7618629Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7619591Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7620532Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7621473Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7622398Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7623408Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7624344Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7625387Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7626286Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7627208Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7628099Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7629036Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7629978Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7630740Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7631497Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7632329Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7633198Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7633984Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7634819Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7635551Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7636264Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7636971Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:23:34.7637486Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-12-01T10:23:34.7637764Z 2022-12-01T10:23:34.7638138Z ---------------------------------------------------------------------- 2022-12-01T10:23:34.7638559Z Ran 439 tests in 42.726s 2022-12-01T10:23:34.7638771Z 2022-12-01T10:23:34.7638900Z OK (skipped=123) 2022-12-01T10:23:34.7639103Z 2022-12-01T10:23:34.7639252Z Generating XML reports... 2022-12-01T10:23:34.7640007Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201102251.xml 2022-12-01T10:23:34.7640829Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201102251.xml 2022-12-01T10:23:34.7641739Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201102251.xml 2022-12-01T10:23:34.7642067Z 2022-12-01T10:23:34.7642506Z ##[endgroup] 2022-12-01T10:23:34.7643055Z FINISHED PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_f2pbgsv8) 2022-12-01T10:23:34.7643374Z 2022-12-01T10:23:36.7947734Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:23:36.8595776Z Ignoring disabled issues: [] 2022-12-01T10:23:36.8740620Z Running test_spectral_ops ... [2022-12-01 10:23:36.873587] 2022-12-01T10:23:36.8742219Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:23:36.873912] 2022-12-01T10:24:08.4687278Z 2022-12-01T10:24:08.4687977Z Expand the folded group to see the log file of test_spectral_ops 2022-12-01T10:24:08.4689342Z ##[group]PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_2imp5hd3) 2022-12-01T10:24:08.4765555Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-12-01T10:24:08.4767512Z /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:24:08.4768665Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-12-01T10:24:08.4769859Z /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:24:08.4770934Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-12-01T10:24:08.4772083Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-12-01T10:24:08.4772912Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-12-01T10:24:08.4773224Z 2022-12-01T10:24:08.4773384Z Running tests... 2022-12-01T10:24:08.4774047Z ---------------------------------------------------------------------- 2022-12-01T10:24:08.4775977Z test_batch_istft_cpu (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:24:08.4777117Z r = func(*args, **kwargs) 2022-12-01T10:24:08.4777511Z ok (0.039s) 2022-12-01T10:24:08.4778043Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.055s) 2022-12-01T10:24:08.4778703Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.060s) 2022-12-01T10:24:08.4779359Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.028s) 2022-12-01T10:24:08.4780007Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.601s) 2022-12-01T10:24:08.4780677Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.107s) 2022-12-01T10:24:08.4781319Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.201s) 2022-12-01T10:24:08.4782007Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:24:08.4782682Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4783283Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4783906Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4784721Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4785349Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4785950Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4786577Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4787214Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4787816Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4788445Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4789018Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4789688Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4790616Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4791343Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4792058Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4792756Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4793483Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4794208Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4794902Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4795624Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4796418Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4797059Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4797674Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4798422Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4799057Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4799655Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4800282Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4800898Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4801511Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4802102Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4802694Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:24:08.4803309Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.101s) 2022-12-01T10:24:08.4803932Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.152s) 2022-12-01T10:24:08.4804528Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.057s) 2022-12-01T10:24:08.4805101Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.401s) 2022-12-01T10:24:08.4805693Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.342s) 2022-12-01T10:24:08.4806326Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4807025Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4807716Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4808382Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4809081Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4809780Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4810483Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4811241Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4812031Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4812836Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4813607Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4814475Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4815283Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4816156Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4816934Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4817802Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4818511Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4819200Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4819884Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4820574Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4821265Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4821938Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4822684Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4823397Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.007s) 2022-12-01T10:24:08.4824104Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4824898Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4825603Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.006s) 2022-12-01T10:24:08.4826312Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4827026Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4827724Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4828434Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4829137Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4829814Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4830511Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4831220Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4831912Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4832548Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.641s) 2022-12-01T10:24:08.4833181Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:24:08.4833789Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.031s) 2022-12-01T10:24:08.4834372Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.044s) 2022-12-01T10:24:08.4834992Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.051s) 2022-12-01T10:24:08.4835735Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.005s) 2022-12-01T10:24:08.4836454Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.027s) 2022-12-01T10:24:08.4837155Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:24:08.4837855Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.074s) 2022-12-01T10:24:08.4838465Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.092s) 2022-12-01T10:24:08.4839210Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.005s) 2022-12-01T10:24:08.4839982Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:24:08.4840725Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4841489Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:24:08.4842194Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4842816Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4843437Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.004s) 2022-12-01T10:24:08.4844040Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.049s) 2022-12-01T10:24:08.4844621Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.044s) 2022-12-01T10:24:08.4845226Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.011s) 2022-12-01T10:24:08.4845806Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-12-01T10:24:08.4846488Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.021s) 2022-12-01T10:24:08.4847137Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-12-01T10:24:08.4847787Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-12-01T10:24:08.4848427Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:24:08.4849073Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:24:08.4849706Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:24:08.4850347Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:24:08.4850976Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:24:08.4851634Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-12-01T10:24:08.4852267Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:24:08.4852877Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.084s) 2022-12-01T10:24:08.4853599Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:24:08.4854316Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.067s) 2022-12-01T10:24:08.4855098Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-12-01T10:24:08.4855783Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.221s) 2022-12-01T10:24:08.4856392Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.688s) 2022-12-01T10:24:08.4857027Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.023s) 2022-12-01T10:24:08.4857668Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-12-01T10:24:08.4858280Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:24:08.4858903Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:24:08.4859534Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-12-01T10:24:08.4860130Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.017s) 2022-12-01T10:24:08.4860836Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-12-01T10:24:08.4861506Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.032s) 2022-12-01T10:24:08.4862054Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:24:08.4862737Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-12-01T10:24:08.4863490Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.099s) 2022-12-01T10:24:08.4864055Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.101s) 2022-12-01T10:24:08.4866180Z 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:24:08.4867401Z return_complex=return_complex, 2022-12-01T10:24:08.4867808Z ok (0.845s) 2022-12-01T10:24:08.4868289Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (1.631s) 2022-12-01T10:24:08.4868879Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-12-01T10:24:08.4869491Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:24:08.4870227Z stft -> istft should recover the original signale ... ok (0.004s) 2022-12-01T10:24:08.4870824Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:24:08.4871678Z stft -> istft should recover the original signale ... ok (2.266s) 2022-12-01T10:24:08.4872294Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-12-01T10:24:08.4872985Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.782s) 2022-12-01T10:24:08.4873584Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-12-01T10:24:08.4874164Z istft should throw exception for invalid parameters ... ok (0.014s) 2022-12-01T10:24:08.4874810Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.067s) 2022-12-01T10:24:08.4875433Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.093s) 2022-12-01T10:24:08.4876074Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.059s) 2022-12-01T10:24:08.4876721Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.052s) 2022-12-01T10:24:08.4877370Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.155s) 2022-12-01T10:24:08.4878000Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.093s) 2022-12-01T10:24:08.4878646Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.060s) 2022-12-01T10:24:08.4879294Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.101s) 2022-12-01T10:24:08.4879921Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.061s) 2022-12-01T10:24:08.4880546Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.055s) 2022-12-01T10:24:08.4881172Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.085s) 2022-12-01T10:24:08.4881812Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.160s) 2022-12-01T10:24:08.4882439Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.131s) 2022-12-01T10:24:08.4883112Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.063s) 2022-12-01T10:24:08.4883766Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-12-01T10:24:08.4884401Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.062s) 2022-12-01T10:24:08.4885056Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.065s) 2022-12-01T10:24:08.4885715Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.063s) 2022-12-01T10:24:08.4887591Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-12-01T10:24:08.4888871Z normalized, onesided, return_complex) 2022-12-01T10:24:08.4889288Z ok (0.173s) 2022-12-01T10:24:08.4889777Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.002s) 2022-12-01T10:24:08.4890445Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.165s) 2022-12-01T10:24:08.4891115Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.232s) 2022-12-01T10:24:08.4891805Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:24:08.4892442Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4892967Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:24:08.4893417Z Expecting nothing 2022-12-01T10:24:08.4893774Z ok 2022-12-01T10:24:08.4894077Z Trying: 2022-12-01T10:24:08.4894545Z fft2 = torch.fft.fft2(x) 2022-12-01T10:24:08.4894951Z Expecting nothing 2022-12-01T10:24:08.4895286Z ok 2022-12-01T10:24:08.4895609Z Trying: 2022-12-01T10:24:08.4896057Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:24:08.4896505Z Expecting nothing 2022-12-01T10:24:08.4896863Z ok 2022-12-01T10:24:08.4897180Z Trying: 2022-12-01T10:24:08.4897710Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-12-01T10:24:08.4898208Z Expecting nothing 2022-12-01T10:24:08.4898558Z ok 2022-12-01T10:24:08.4898855Z ok (0.006s) 2022-12-01T10:24:08.4899329Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4899801Z t = torch.arange(4) 2022-12-01T10:24:08.4900170Z Expecting nothing 2022-12-01T10:24:08.4900518Z ok 2022-12-01T10:24:08.4900833Z Trying: 2022-12-01T10:24:08.4901134Z t 2022-12-01T10:24:08.4901473Z Expecting: 2022-12-01T10:24:08.4901830Z tensor([0, 1, 2, 3]) 2022-12-01T10:24:08.4902149Z ok 2022-12-01T10:24:08.4902458Z Trying: 2022-12-01T10:24:08.4902795Z torch.fft.fft(t) 2022-12-01T10:24:08.4903148Z Expecting: 2022-12-01T10:24:08.4903673Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:24:08.4904063Z ok 2022-12-01T10:24:08.4904359Z Trying: 2022-12-01T10:24:08.4904850Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-12-01T10:24:08.4905280Z Expecting nothing 2022-12-01T10:24:08.4905620Z ok 2022-12-01T10:24:08.4905939Z Trying: 2022-12-01T10:24:08.4906303Z torch.fft.fft(t) 2022-12-01T10:24:08.4906654Z Expecting: 2022-12-01T10:24:08.4907171Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-12-01T10:24:08.4907555Z ok 2022-12-01T10:24:08.4907855Z ok (0.005s) 2022-12-01T10:24:08.4908340Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4908859Z torch.fft.fftfreq(5) 2022-12-01T10:24:08.4909227Z Expecting: 2022-12-01T10:24:08.4909754Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:24:08.4910127Z ok 2022-12-01T10:24:08.4910425Z Trying: 2022-12-01T10:24:08.4910786Z torch.fft.fftfreq(4) 2022-12-01T10:24:08.4911179Z Expecting: 2022-12-01T10:24:08.4911654Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:24:08.4912036Z ok 2022-12-01T10:24:08.4912366Z ok (0.003s) 2022-12-01T10:24:08.4912845Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4913378Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:24:08.4913824Z Expecting nothing 2022-12-01T10:24:08.4914175Z ok 2022-12-01T10:24:08.4914465Z Trying: 2022-12-01T10:24:08.4914831Z fftn = torch.fft.fftn(x) 2022-12-01T10:24:08.4915236Z Expecting nothing 2022-12-01T10:24:08.4915566Z ok 2022-12-01T10:24:08.4915881Z Trying: 2022-12-01T10:24:08.4916321Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-12-01T10:24:08.4916754Z Expecting nothing 2022-12-01T10:24:08.4917103Z ok 2022-12-01T10:24:08.4917415Z Trying: 2022-12-01T10:24:08.4917873Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-12-01T10:24:08.4918361Z Expecting nothing 2022-12-01T10:24:08.4918715Z ok 2022-12-01T10:24:08.4919007Z ok (0.003s) 2022-12-01T10:24:08.4919663Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4920181Z f = torch.fft.fftfreq(4) 2022-12-01T10:24:08.4920571Z Expecting nothing 2022-12-01T10:24:08.4920914Z ok 2022-12-01T10:24:08.4921235Z Trying: 2022-12-01T10:24:08.4921533Z f 2022-12-01T10:24:08.4921869Z Expecting: 2022-12-01T10:24:08.4922376Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:24:08.4922724Z ok 2022-12-01T10:24:08.4923042Z Trying: 2022-12-01T10:24:08.4923413Z torch.fft.fftshift(f) 2022-12-01T10:24:08.4923777Z Expecting: 2022-12-01T10:24:08.4924274Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-12-01T10:24:08.4924647Z ok 2022-12-01T10:24:08.4924936Z Trying: 2022-12-01T10:24:08.4925428Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-12-01T10:24:08.4925929Z Expecting nothing 2022-12-01T10:24:08.4926256Z ok 2022-12-01T10:24:08.4926571Z Trying: 2022-12-01T10:24:08.4926888Z x 2022-12-01T10:24:08.4927198Z Expecting: 2022-12-01T10:24:08.4927727Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-12-01T10:24:08.4928289Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-12-01T10:24:08.4928906Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-12-01T10:24:08.4929462Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-12-01T10:24:08.4930023Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-12-01T10:24:08.4930375Z ok 2022-12-01T10:24:08.4930687Z Trying: 2022-12-01T10:24:08.4931060Z torch.fft.fftshift(x) 2022-12-01T10:24:08.4931432Z Expecting: 2022-12-01T10:24:08.4931967Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-12-01T10:24:08.4932525Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-12-01T10:24:08.4933070Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-12-01T10:24:08.4933594Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-12-01T10:24:08.4934166Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-12-01T10:24:08.4934617Z ok 2022-12-01T10:24:08.4934912Z Trying: 2022-12-01T10:24:08.4935383Z x_centered = torch.arange(-5, 5) 2022-12-01T10:24:08.4935806Z Expecting nothing 2022-12-01T10:24:08.4936142Z ok 2022-12-01T10:24:08.4936472Z Trying: 2022-12-01T10:24:08.4936911Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-12-01T10:24:08.4937357Z Expecting nothing 2022-12-01T10:24:08.4937711Z ok 2022-12-01T10:24:08.4938026Z Trying: 2022-12-01T10:24:08.4938435Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-12-01T10:24:08.4938896Z Expecting nothing 2022-12-01T10:24:08.4939248Z ok 2022-12-01T10:24:08.4939540Z Trying: 2022-12-01T10:24:08.4939979Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-12-01T10:24:08.4940445Z Expecting nothing 2022-12-01T10:24:08.4940769Z ok 2022-12-01T10:24:08.4941077Z Trying: 2022-12-01T10:24:08.4941614Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-12-01T10:24:08.4942152Z Expecting nothing 2022-12-01T10:24:08.4942508Z ok 2022-12-01T10:24:08.4942824Z Trying: 2022-12-01T10:24:08.4943351Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-12-01T10:24:08.4943925Z Expecting nothing 2022-12-01T10:24:08.4944271Z ok 2022-12-01T10:24:08.4948618Z ok (0.006s) 2022-12-01T10:24:08.4949110Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4949625Z t = torch.linspace(0, 1, 5) 2022-12-01T10:24:08.4950009Z Expecting nothing 2022-12-01T10:24:08.4950359Z ok 2022-12-01T10:24:08.4950670Z Trying: 2022-12-01T10:24:08.4950969Z t 2022-12-01T10:24:08.4951302Z Expecting: 2022-12-01T10:24:08.4951696Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:24:08.4952048Z ok 2022-12-01T10:24:08.4952377Z Trying: 2022-12-01T10:24:08.4952731Z T = torch.fft.ifft(t) 2022-12-01T10:24:08.4953103Z Expecting nothing 2022-12-01T10:24:08.4953455Z ok 2022-12-01T10:24:08.4953772Z Trying: 2022-12-01T10:24:08.4954071Z T 2022-12-01T10:24:08.4954638Z Expecting: 2022-12-01T10:24:08.4955299Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-12-01T10:24:08.4955811Z -0.1250+0.1720j]) 2022-12-01T10:24:08.4956165Z ok 2022-12-01T10:24:08.4956490Z Trying: 2022-12-01T10:24:08.4956846Z torch.fft.hfft(T[:3], n=5) 2022-12-01T10:24:08.4957241Z Expecting: 2022-12-01T10:24:08.4957636Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:24:08.4958003Z ok 2022-12-01T10:24:08.4958330Z Trying: 2022-12-01T10:24:08.4958694Z torch.fft.hfft(T[:3]) 2022-12-01T10:24:08.4959065Z Expecting: 2022-12-01T10:24:08.4959454Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-12-01T10:24:08.4959819Z ok 2022-12-01T10:24:08.4960122Z ok (0.005s) 2022-12-01T10:24:08.4960601Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4961158Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:24:08.4961607Z Expecting nothing 2022-12-01T10:24:08.4961929Z ok 2022-12-01T10:24:08.4962246Z Trying: 2022-12-01T10:24:08.4962591Z ifft2 = torch.fft.ifft2(x) 2022-12-01T10:24:08.4962994Z Expecting nothing 2022-12-01T10:24:08.4963345Z ok 2022-12-01T10:24:08.4963642Z Trying: 2022-12-01T10:24:08.4964180Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:24:08.4964658Z Expecting nothing 2022-12-01T10:24:08.4965007Z ok 2022-12-01T10:24:08.4965301Z Trying: 2022-12-01T10:24:08.4965781Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-12-01T10:24:08.4966278Z Expecting nothing 2022-12-01T10:24:08.4966603Z ok 2022-12-01T10:24:08.4966917Z ok (0.003s) 2022-12-01T10:24:08.4967396Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4968042Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:24:08.4968471Z Expecting nothing 2022-12-01T10:24:08.4968823Z ok 2022-12-01T10:24:08.4969118Z Trying: 2022-12-01T10:24:08.4969467Z torch.fft.ifft(t) 2022-12-01T10:24:08.4969839Z Expecting: 2022-12-01T10:24:08.4970215Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-12-01T10:24:08.4970586Z ok 2022-12-01T10:24:08.4970904Z ok (0.003s) 2022-12-01T10:24:08.4971359Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4971919Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-12-01T10:24:08.4972363Z Expecting nothing 2022-12-01T10:24:08.4972693Z ok 2022-12-01T10:24:08.4973012Z Trying: 2022-12-01T10:24:08.4973379Z ifftn = torch.fft.ifftn(x) 2022-12-01T10:24:08.4973759Z Expecting nothing 2022-12-01T10:24:08.4974109Z ok 2022-12-01T10:24:08.4974493Z Trying: 2022-12-01T10:24:08.4974934Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-12-01T10:24:08.4975388Z Expecting nothing 2022-12-01T10:24:08.4975729Z ok 2022-12-01T10:24:08.4976023Z Trying: 2022-12-01T10:24:08.4976506Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-12-01T10:24:08.4977009Z Expecting nothing 2022-12-01T10:24:08.4977340Z ok 2022-12-01T10:24:08.4977653Z ok (0.003s) 2022-12-01T10:24:08.4978153Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4978656Z f = torch.fft.fftfreq(5) 2022-12-01T10:24:08.4979057Z Expecting nothing 2022-12-01T10:24:08.4979404Z ok 2022-12-01T10:24:08.4979711Z Trying: 2022-12-01T10:24:08.4980031Z f 2022-12-01T10:24:08.4980366Z Expecting: 2022-12-01T10:24:08.4980856Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:24:08.4981143Z ok 2022-12-01T10:24:08.4981577Z Trying: 2022-12-01T10:24:08.4981996Z shifted = torch.fft.fftshift(f) 2022-12-01T10:24:08.4982478Z Expecting nothing 2022-12-01T10:24:08.4982869Z ok 2022-12-01T10:24:08.4983209Z Trying: 2022-12-01T10:24:08.4983645Z torch.fft.ifftshift(shifted) 2022-12-01T10:24:08.4984106Z Expecting: 2022-12-01T10:24:08.4984820Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-12-01T10:24:08.4985253Z ok 2022-12-01T10:24:08.4985616Z ok (0.003s) 2022-12-01T10:24:08.4986146Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4986854Z t = torch.arange(5) 2022-12-01T10:24:08.4987303Z Expecting nothing 2022-12-01T10:24:08.4987685Z ok 2022-12-01T10:24:08.4988123Z Trying: 2022-12-01T10:24:08.4988444Z t 2022-12-01T10:24:08.4988775Z Expecting: 2022-12-01T10:24:08.4989138Z tensor([0, 1, 2, 3, 4]) 2022-12-01T10:24:08.4989499Z ok 2022-12-01T10:24:08.4989796Z Trying: 2022-12-01T10:24:08.4990148Z torch.fft.ihfft(t) 2022-12-01T10:24:08.4990527Z Expecting: 2022-12-01T10:24:08.4991062Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-12-01T10:24:08.4991461Z ok 2022-12-01T10:24:08.4991775Z Trying: 2022-12-01T10:24:08.4992110Z torch.fft.ifft(t) 2022-12-01T10:24:08.4992480Z Expecting: 2022-12-01T10:24:08.4993070Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-12-01T10:24:08.4993562Z -0.5000+0.6882j]) 2022-12-01T10:24:08.4993915Z ok 2022-12-01T10:24:08.4994228Z ok (0.004s) 2022-12-01T10:24:08.4994689Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.4995181Z t = torch.rand(10, 9) 2022-12-01T10:24:08.4995582Z Expecting nothing 2022-12-01T10:24:08.4995937Z ok 2022-12-01T10:24:08.4996237Z Trying: 2022-12-01T10:24:08.4996702Z T = torch.fft.rfft2(t) 2022-12-01T10:24:08.4997096Z Expecting nothing 2022-12-01T10:24:08.4997424Z ok 2022-12-01T10:24:08.4997737Z Trying: 2022-12-01T10:24:08.4998085Z torch.fft.irfft2(T).size() 2022-12-01T10:24:08.4998474Z Expecting: 2022-12-01T10:24:08.4998843Z torch.Size([10, 8]) 2022-12-01T10:24:08.4999209Z ok 2022-12-01T10:24:08.4999504Z Trying: 2022-12-01T10:24:08.5000088Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-12-01T10:24:08.5000528Z Expecting nothing 2022-12-01T10:24:08.5000878Z ok 2022-12-01T10:24:08.5001177Z Trying: 2022-12-01T10:24:08.5001539Z roundtrip.size() 2022-12-01T10:24:08.5001924Z Expecting: 2022-12-01T10:24:08.5002272Z torch.Size([10, 9]) 2022-12-01T10:24:08.5002628Z ok 2022-12-01T10:24:08.5002933Z Trying: 2022-12-01T10:24:08.5003390Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:24:08.5003882Z Expecting nothing 2022-12-01T10:24:08.5004239Z ok 2022-12-01T10:24:08.5004534Z ok (0.004s) 2022-12-01T10:24:08.5005010Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5005518Z t = torch.linspace(0, 1, 5) 2022-12-01T10:24:08.5005909Z Expecting nothing 2022-12-01T10:24:08.5006252Z ok 2022-12-01T10:24:08.5006569Z Trying: 2022-12-01T10:24:08.5006870Z t 2022-12-01T10:24:08.5007196Z Expecting: 2022-12-01T10:24:08.5007581Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-12-01T10:24:08.5007929Z ok 2022-12-01T10:24:08.5008240Z Trying: 2022-12-01T10:24:08.5008600Z T = torch.fft.rfft(t) 2022-12-01T10:24:08.5008967Z Expecting nothing 2022-12-01T10:24:08.5009317Z ok 2022-12-01T10:24:08.5009624Z Trying: 2022-12-01T10:24:08.5009921Z T 2022-12-01T10:24:08.5010254Z Expecting: 2022-12-01T10:24:08.5010823Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-12-01T10:24:08.5011202Z ok 2022-12-01T10:24:08.5011517Z Trying: 2022-12-01T10:24:08.5011868Z torch.fft.irfft(T) 2022-12-01T10:24:08.5012216Z Expecting: 2022-12-01T10:24:08.5012598Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-12-01T10:24:08.5012973Z ok 2022-12-01T10:24:08.5013267Z Trying: 2022-12-01T10:24:08.5013678Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-12-01T10:24:08.5014112Z Expecting nothing 2022-12-01T10:24:08.5014503Z ok 2022-12-01T10:24:08.5014817Z Trying: 2022-12-01T10:24:08.5015302Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:24:08.5015790Z Expecting nothing 2022-12-01T10:24:08.5016142Z ok 2022-12-01T10:24:08.5016458Z ok (0.005s) 2022-12-01T10:24:08.5016926Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5017441Z t = torch.rand(10, 9) 2022-12-01T10:24:08.5017827Z Expecting nothing 2022-12-01T10:24:08.5018164Z ok 2022-12-01T10:24:08.5018484Z Trying: 2022-12-01T10:24:08.5018854Z T = torch.fft.rfftn(t) 2022-12-01T10:24:08.5019330Z Expecting nothing 2022-12-01T10:24:08.5019676Z ok 2022-12-01T10:24:08.5020000Z Trying: 2022-12-01T10:24:08.5020350Z torch.fft.irfftn(T).size() 2022-12-01T10:24:08.5020745Z Expecting: 2022-12-01T10:24:08.5021124Z torch.Size([10, 8]) 2022-12-01T10:24:08.5021464Z ok 2022-12-01T10:24:08.5021774Z Trying: 2022-12-01T10:24:08.5022178Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-12-01T10:24:08.5022597Z Expecting nothing 2022-12-01T10:24:08.5022945Z ok 2022-12-01T10:24:08.5023264Z Trying: 2022-12-01T10:24:08.5023596Z roundtrip.size() 2022-12-01T10:24:08.5023963Z Expecting: 2022-12-01T10:24:08.5024323Z torch.Size([10, 9]) 2022-12-01T10:24:08.5024762Z ok 2022-12-01T10:24:08.5025076Z Trying: 2022-12-01T10:24:08.5025558Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-12-01T10:24:08.5026048Z Expecting nothing 2022-12-01T10:24:08.5026395Z ok 2022-12-01T10:24:08.5026722Z ok (0.003s) 2022-12-01T10:24:08.5027179Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5027667Z t = torch.rand(10, 10) 2022-12-01T10:24:08.5028058Z Expecting nothing 2022-12-01T10:24:08.5028408Z ok 2022-12-01T10:24:08.5028701Z Trying: 2022-12-01T10:24:08.5029183Z rfft2 = torch.fft.rfft2(t) 2022-12-01T10:24:08.5029596Z Expecting nothing 2022-12-01T10:24:08.5029935Z ok 2022-12-01T10:24:08.5030246Z Trying: 2022-12-01T10:24:08.5030589Z rfft2.size() 2022-12-01T10:24:08.5030924Z Expecting: 2022-12-01T10:24:08.5031288Z torch.Size([10, 6]) 2022-12-01T10:24:08.5031647Z ok 2022-12-01T10:24:08.5031937Z Trying: 2022-12-01T10:24:08.5032304Z fft2 = torch.fft.fft2(t) 2022-12-01T10:24:08.5032697Z Expecting nothing 2022-12-01T10:24:08.5033034Z ok 2022-12-01T10:24:08.5033351Z Trying: 2022-12-01T10:24:08.5033832Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-12-01T10:24:08.5034308Z Expecting nothing 2022-12-01T10:24:08.5034660Z ok 2022-12-01T10:24:08.5034974Z Trying: 2022-12-01T10:24:08.5035406Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:24:08.5035883Z Expecting nothing 2022-12-01T10:24:08.5036223Z ok 2022-12-01T10:24:08.5036524Z Trying: 2022-12-01T10:24:08.5037007Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-12-01T10:24:08.5037512Z Expecting nothing 2022-12-01T10:24:08.5037844Z ok 2022-12-01T10:24:08.5038168Z ok (0.004s) 2022-12-01T10:24:08.5038650Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5039116Z t = torch.arange(4) 2022-12-01T10:24:08.5039508Z Expecting nothing 2022-12-01T10:24:08.5039863Z ok 2022-12-01T10:24:08.5040156Z Trying: 2022-12-01T10:24:08.5040470Z t 2022-12-01T10:24:08.5040810Z Expecting: 2022-12-01T10:24:08.5041148Z tensor([0, 1, 2, 3]) 2022-12-01T10:24:08.5041503Z ok 2022-12-01T10:24:08.5041820Z Trying: 2022-12-01T10:24:08.5042149Z torch.fft.rfft(t) 2022-12-01T10:24:08.5042528Z Expecting: 2022-12-01T10:24:08.5043050Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-12-01T10:24:08.5043404Z ok 2022-12-01T10:24:08.5043733Z Trying: 2022-12-01T10:24:08.5044089Z torch.fft.fft(t) 2022-12-01T10:24:08.5044442Z Expecting: 2022-12-01T10:24:08.5044951Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-12-01T10:24:08.5045337Z ok 2022-12-01T10:24:08.5045640Z ok (0.004s) 2022-12-01T10:24:08.5046128Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5046645Z torch.fft.rfftfreq(5) 2022-12-01T10:24:08.5047007Z Expecting: 2022-12-01T10:24:08.5047382Z tensor([0.0000, 0.2000, 0.4000]) 2022-12-01T10:24:08.5047753Z ok 2022-12-01T10:24:08.5048051Z Trying: 2022-12-01T10:24:08.5048418Z torch.fft.rfftfreq(4) 2022-12-01T10:24:08.5048799Z Expecting: 2022-12-01T10:24:08.5049150Z tensor([0.0000, 0.2500, 0.5000]) 2022-12-01T10:24:08.5049519Z ok 2022-12-01T10:24:08.5049834Z Trying: 2022-12-01T10:24:08.5050174Z torch.fft.fftfreq(4) 2022-12-01T10:24:08.5050563Z Expecting: 2022-12-01T10:24:08.5051077Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-12-01T10:24:08.5051430Z ok 2022-12-01T10:24:08.5051870Z ok (0.003s) 2022-12-01T10:24:08.5052353Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-12-01T10:24:08.5052820Z t = torch.rand(10, 10) 2022-12-01T10:24:08.5053206Z Expecting nothing 2022-12-01T10:24:08.5053559Z ok 2022-12-01T10:24:08.5053855Z Trying: 2022-12-01T10:24:08.5054222Z rfftn = torch.fft.rfftn(t) 2022-12-01T10:24:08.5054706Z Expecting nothing 2022-12-01T10:24:08.5055031Z ok 2022-12-01T10:24:08.5055355Z Trying: 2022-12-01T10:24:08.5055701Z rfftn.size() 2022-12-01T10:24:08.5056041Z Expecting: 2022-12-01T10:24:08.5056403Z torch.Size([10, 6]) 2022-12-01T10:24:08.5056757Z ok 2022-12-01T10:24:08.5057046Z Trying: 2022-12-01T10:24:08.5057409Z fftn = torch.fft.fftn(t) 2022-12-01T10:24:08.5057811Z Expecting nothing 2022-12-01T10:24:08.5058142Z ok 2022-12-01T10:24:08.5058462Z Trying: 2022-12-01T10:24:08.5058947Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-12-01T10:24:08.5059429Z Expecting nothing 2022-12-01T10:24:08.5059790Z ok 2022-12-01T10:24:08.5060098Z Trying: 2022-12-01T10:24:08.5060531Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-12-01T10:24:08.5061004Z Expecting nothing 2022-12-01T10:24:08.5061350Z ok 2022-12-01T10:24:08.5061715Z Trying: 2022-12-01T10:24:08.5062209Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-12-01T10:24:08.5062723Z Expecting nothing 2022-12-01T10:24:08.5063064Z ok 2022-12-01T10:24:08.5063384Z ok (0.004s) 2022-12-01T10:24:08.5063600Z 2022-12-01T10:24:08.5064040Z ---------------------------------------------------------------------- 2022-12-01T10:24:08.5064640Z Ran 177 tests in 13.957s 2022-12-01T10:24:08.5064882Z 2022-12-01T10:24:08.5065034Z OK (skipped=10) 2022-12-01T10:24:08.5065262Z 2022-12-01T10:24:08.5065447Z Generating XML reports... 2022-12-01T10:24:08.5066324Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201102353.xml 2022-12-01T10:24:08.5067457Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201102353.xml 2022-12-01T10:24:08.5067999Z 2022-12-01T10:24:08.5071048Z ##[endgroup] 2022-12-01T10:24:08.5071953Z FINISHED PRINTING LOG FILE of test_spectral_ops (/var/lib/jenkins/workspace/test/test-reports/test_spectral_ops_2imp5hd3) 2022-12-01T10:24:08.5072439Z 2022-12-01T10:24:11.0316569Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:11.1810688Z Ignoring disabled issues: [] 2022-12-01T10:24:11.2022903Z Running test_xnnpack_integration ... [2022-12-01 10:24:11.201879] 2022-12-01T10:24:11.2024267Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:11.202180] 2022-12-01T10:24:28.0705720Z 2022-12-01T10:24:28.0706656Z Expand the folded group to see the log file of test_xnnpack_integration 2022-12-01T10:24:28.0707844Z ##[group]PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_e74jngbc) 2022-12-01T10:24:28.0708766Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-12-01T10:24:28.0709130Z 2022-12-01T10:24:28.0709261Z Running tests... 2022-12-01T10:24:28.0709790Z ---------------------------------------------------------------------- 2022-12-01T10:24:28.0710509Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:24:28.0711371Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:24:28.0712012Z test_conv2d (__main__.TestXNNPACKOps) ... ok (2.046s) 2022-12-01T10:24:28.0712470Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (3.843s) 2022-12-01T10:24:28.0786196Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-12-01T10:24:28.0787169Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.244s) 2022-12-01T10:24:28.0787724Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.102s) 2022-12-01T10:24:28.0788289Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.809s) 2022-12-01T10:24:28.0789106Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-12-01T10:24:28.0789702Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.802s) 2022-12-01T10:24:28.0790119Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (3.533s) 2022-12-01T10:24:28.0790715Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.004s) 2022-12-01T10:24:28.0796111Z 2022-12-01T10:24:28.0796950Z ---------------------------------------------------------------------- 2022-12-01T10:24:28.0797530Z Ran 12 tests in 14.395s 2022-12-01T10:24:28.0797794Z 2022-12-01T10:24:28.0797971Z OK (skipped=5) 2022-12-01T10:24:28.0798202Z 2022-12-01T10:24:28.0798365Z Generating XML reports... 2022-12-01T10:24:28.0799507Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102413.xml 2022-12-01T10:24:28.0854685Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102413.xml 2022-12-01T10:24:28.0856051Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102413.xml 2022-12-01T10:24:28.0857563Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102413.xml 2022-12-01T10:24:28.0858267Z 2022-12-01T10:24:28.0859024Z ##[endgroup] 2022-12-01T10:24:28.0860055Z FINISHED PRINTING LOG FILE of test_xnnpack_integration (/var/lib/jenkins/workspace/test/test-reports/test_xnnpack_integration_e74jngbc) 2022-12-01T10:24:28.0860650Z 2022-12-01T10:24:29.8072348Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:29.8715467Z Ignoring disabled issues: [] 2022-12-01T10:24:29.8855415Z Running test_transformers ... [2022-12-01 10:24:29.885121] 2022-12-01T10:24:29.8857176Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:29.885455] 2022-12-01T10:24:35.0334714Z 2022-12-01T10:24:35.0335318Z Expand the folded group to see the log file of test_transformers 2022-12-01T10:24:35.0336384Z ##[group]PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_v75e89uh) 2022-12-01T10:24:35.0337224Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-12-01T10:24:35.0337479Z 2022-12-01T10:24:35.0337568Z Running tests... 2022-12-01T10:24:35.0338033Z ---------------------------------------------------------------------- 2022-12-01T10:24:35.0338544Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.007s) 2022-12-01T10:24:35.0339116Z test_mask_check_fastpath (__main__.TestTransformers) 2022-12-01T10:24:35.0339755Z Test that fastpath is executed independently of the mask that is passed. ... skip: Fastpath not available with crossref (0.002s) 2022-12-01T10:24:35.0340554Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.015s) 2022-12-01T10:24:35.0341203Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0342099Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0342981Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0343909Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0345331Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0346248Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0347122Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0348010Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0348921Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0349840Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:24:35.0350735Z test_scaled_dot_product_attention_3D_input_dim_3D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:24:35.0351778Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0352689Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0353576Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0354432Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0355315Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0356203Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0357102Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:24:35.0357997Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:24:35.0358908Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.020s) 2022-12-01T10:24:35.0385839Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0386572Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0387310Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.005s) 2022-12-01T10:24:35.0388025Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0388762Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0389514Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.019s) 2022-12-01T10:24:35.0390263Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0390945Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0391686Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.004s) 2022-12-01T10:24:35.0392503Z test_sdp_runtime_dispatch (__main__.TestTransformers) ... skip: CUDA unavailable (0.003s) 2022-12-01T10:24:35.0393441Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.002s) 2022-12-01T10:24:35.0394149Z test_train_with_pad_and_catch_error_device_cpu (__main__.TestTransformers) ... ok (0.713s) 2022-12-01T10:24:35.0394873Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.073s) 2022-12-01T10:24:35.0395649Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.069s) 2022-12-01T10:24:35.0396435Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.070s) 2022-12-01T10:24:35.0397242Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.069s) 2022-12-01T10:24:35.0398125Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.070s) 2022-12-01T10:24:35.0398864Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.071s) 2022-12-01T10:24:35.0399697Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.070s) 2022-12-01T10:24:35.0400499Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.071s) 2022-12-01T10:24:35.0400971Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:24:35.0401871Z Test TransformerEncoder fastpath output matches slowpath output ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:24:35.0402439Z r = func(*args, **kwargs) 2022-12-01T10:24:35.0402603Z ok (0.437s) 2022-12-01T10:24:35.0402922Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:24:35.0403608Z Test TransformerEncoder fastpath output matches slowpath output ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:24:35.0404162Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:24:35.0404405Z ok (0.587s) 2022-12-01T10:24:35.0404720Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-12-01T10:24:35.0405105Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.432s) 2022-12-01T10:24:35.0405497Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-12-01T10:24:35.0405864Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.454s) 2022-12-01T10:24:35.0406251Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:24:35.0406654Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.015s) 2022-12-01T10:24:35.0407048Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:24:35.0407495Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-12-01T10:24:35.0407905Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:24:35.0408300Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-12-01T10:24:35.0408689Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-12-01T10:24:35.0409087Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.014s) 2022-12-01T10:24:35.0409457Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:24:35.0409827Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:24:35.0410180Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.006s) 2022-12-01T10:24:35.0410380Z 2022-12-01T10:24:35.0410615Z ---------------------------------------------------------------------- 2022-12-01T10:24:35.0410857Z Ran 54 tests in 3.601s 2022-12-01T10:24:35.0410971Z 2022-12-01T10:24:35.0411043Z OK (skipped=4) 2022-12-01T10:24:35.0411135Z 2022-12-01T10:24:35.0411219Z Generating XML reports... 2022-12-01T10:24:35.0411641Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201102431.xml 2022-12-01T10:24:35.0411876Z 2022-12-01T10:24:35.0412215Z ##[endgroup] 2022-12-01T10:24:35.0412592Z FINISHED PRINTING LOG FILE of test_transformers (/var/lib/jenkins/workspace/test/test-reports/test_transformers_v75e89uh) 2022-12-01T10:24:35.0412813Z 2022-12-01T10:24:37.4240305Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:37.4885450Z Ignoring disabled issues: [] 2022-12-01T10:24:37.5028428Z Running test_functionalization ... [2022-12-01 10:24:37.502407] 2022-12-01T10:24:37.5031693Z Executing ['/opt/conda/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:37.502778] 2022-12-01T10:24:41.0757048Z 2022-12-01T10:24:41.0762876Z Expand the folded group to see the log file of test_functionalization 2022-12-01T10:24:41.0769062Z ##[group]PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_d1v0og3r) 2022-12-01T10:24:41.0776166Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-12-01T10:24:41.0776905Z 2022-12-01T10:24:41.0779683Z Running tests... 2022-12-01T10:24:41.0780552Z ---------------------------------------------------------------------- 2022-12-01T10:24:41.0781761Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.345s) 2022-12-01T10:24:41.0783741Z test_as_strided (__main__.TestFunctionalization) ... ok (0.019s) 2022-12-01T10:24:41.0784666Z test_cat (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:24:41.0785467Z test_copy_ (__main__.TestFunctionalization) ... ok (0.093s) 2022-12-01T10:24:41.0786219Z test_diagonal (__main__.TestFunctionalization) ... ok (0.025s) 2022-12-01T10:24:41.0787313Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.018s) 2022-12-01T10:24:41.0788468Z test_everything (__main__.TestFunctionalization) ... ok (0.198s) 2022-12-01T10:24:41.0789038Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:24:41.0789589Z test_fill_ (__main__.TestFunctionalization) ... ok (0.025s) 2022-12-01T10:24:41.0790209Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.025s) 2022-12-01T10:24:41.0790870Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.026s) 2022-12-01T10:24:41.0791592Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.021s) 2022-12-01T10:24:41.0792658Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.002s) 2022-12-01T10:24:41.0793251Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-12-01T10:24:41.0807957Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.002s) 2022-12-01T10:24:41.0809643Z test_multi_out (__main__.TestFunctionalization) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [4], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:24:41.0810677Z r = func(*args, **kwargs) 2022-12-01T10:24:41.0810919Z ok (0.023s) 2022-12-01T10:24:41.0811249Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.017s) 2022-12-01T10:24:41.0811880Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.005s) 2022-12-01T10:24:41.0812330Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.013s) 2022-12-01T10:24:41.0812748Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.004s) 2022-12-01T10:24:41.0813144Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.020s) 2022-12-01T10:24:41.0813539Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.019s) 2022-12-01T10:24:41.0813950Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.005s) 2022-12-01T10:24:41.0814436Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.029s) 2022-12-01T10:24:41.0814822Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.066s) 2022-12-01T10:24:41.0815234Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.002s) 2022-12-01T10:24:41.0815638Z test_scalars (__main__.TestFunctionalization) ... ok (0.025s) 2022-12-01T10:24:41.0816008Z test_simple (__main__.TestFunctionalization) ... ok (0.030s) 2022-12-01T10:24:41.0817584Z test_simple_out (__main__.TestFunctionalization) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:24:41.0818506Z r = func(*args, **kwargs) 2022-12-01T10:24:41.0818736Z ok (0.028s) 2022-12-01T10:24:41.0819023Z test_split (__main__.TestFunctionalization) ... ok (0.027s) 2022-12-01T10:24:41.0819383Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.028s) 2022-12-01T10:24:41.0819780Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.012s) 2022-12-01T10:24:41.0820224Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.002s) 2022-12-01T10:24:41.0820650Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.025s) 2022-12-01T10:24:41.0820853Z 2022-12-01T10:24:41.0821127Z ---------------------------------------------------------------------- 2022-12-01T10:24:41.0821446Z Ran 34 tests in 1.220s 2022-12-01T10:24:41.0821596Z 2022-12-01T10:24:41.0821676Z OK 2022-12-01T10:24:41.0821794Z 2022-12-01T10:24:41.0821892Z Generating XML reports... 2022-12-01T10:24:41.0822480Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201102439.xml 2022-12-01T10:24:41.0822815Z 2022-12-01T10:24:41.0823222Z ##[endgroup] 2022-12-01T10:24:41.0823850Z FINISHED PRINTING LOG FILE of test_functionalization (/var/lib/jenkins/workspace/test/test-reports/test_functionalization_d1v0og3r) 2022-12-01T10:24:41.0824162Z 2022-12-01T10:24:43.6285698Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:43.7768426Z Ignoring disabled issues: [] 2022-12-01T10:24:43.8309914Z Running profiler/test_profiler ... [2022-12-01 10:24:43.830640] 2022-12-01T10:24:43.8315162Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:43.831248] 2022-12-01T10:24:57.1210138Z 2022-12-01T10:24:57.1210824Z Expand the folded group to see the log file of profiler/test_profiler 2022-12-01T10:24:57.1212200Z ##[group]PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_f2or47k9) 2022-12-01T10:24:57.1213339Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-12-01T10:24:57.1214131Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:57.1214585Z 2022-12-01T10:24:57.1214740Z Running tests... 2022-12-01T10:24:57.1215706Z ---------------------------------------------------------------------- 2022-12-01T10:24:57.1216349Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.019s) 2022-12-01T10:24:57.1217017Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.002s) 2022-12-01T10:24:57.1217704Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.074s) 2022-12-01T10:24:57.1218394Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.041s) 2022-12-01T10:24:57.1219213Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:24:57.1220033Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:24:57.1220699Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-12-01T10:24:57.1221627Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1222545Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1223471Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1224735Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1225267Z ok (0.040s) 2022-12-01T10:24:57.1225740Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:24:57.1226328Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.001s) 2022-12-01T10:24:57.1228312Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:24:57.1229848Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: crossref intercepts calls and changes the callsite. (0.003s) 2022-12-01T10:24:57.1230747Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:24:57.1231673Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: crossref intercepts calls and changes the callsite. (0.002s) 2022-12-01T10:24:57.1232561Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-12-01T10:24:57.1233816Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1235055Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1235993Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1236918Z STAGE:2022-12-01 10:24:46 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1237846Z STAGE:2022-12-01 10:24:47 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1238757Z STAGE:2022-12-01 10:24:47 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1239677Z STAGE:2022-12-01 10:24:47 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1240608Z STAGE:2022-12-01 10:24:47 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1241134Z ok (0.428s) 2022-12-01T10:24:57.1241717Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-12-01T10:24:57.1242997Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:47 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1244086Z STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1244611Z ok (6.288s) 2022-12-01T10:24:57.1246404Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:24:57.1248203Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1249304Z STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1249826Z ok (0.052s) 2022-12-01T10:24:57.1250872Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1251978Z STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1252510Z ok (0.290s) 2022-12-01T10:24:57.1253538Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:53 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1254712Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1255253Z ok (0.301s) 2022-12-01T10:24:57.1255745Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.008s) 2022-12-01T10:24:57.1256431Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-12-01T10:24:57.1257657Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1258770Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1259293Z ok (0.354s) 2022-12-01T10:24:57.1260273Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1261337Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1261872Z ok (0.023s) 2022-12-01T10:24:57.1262381Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.013s) 2022-12-01T10:24:57.1263145Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-12-01T10:24:57.1263641Z ok (0.010s) 2022-12-01T10:24:57.1264630Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1265665Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1266216Z ok (0.006s) 2022-12-01T10:24:57.1267060Z test_flops (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1268076Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1268628Z ok (0.084s) 2022-12-01T10:24:57.1269068Z test_high_level_trace (__main__.TestProfiler) 2022-12-01T10:24:57.1270094Z Checks that python side high level events are recorded. ... STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1271155Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1272178Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1273112Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1274023Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1274956Z STAGE:2022-12-01 10:24:54 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1275495Z ok (0.325s) 2022-12-01T10:24:57.1277116Z test_kineto (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88377 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:24:57.1278363Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-12-01T10:24:57.1279464Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1280517Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1281453Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1282366Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1283290Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1284221Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1285125Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1286052Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1286590Z ok (0.017s) 2022-12-01T10:24:57.1288253Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.004s) 2022-12-01T10:24:57.1289881Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1290897Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1291866Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1292362Z ok (0.026s) 2022-12-01T10:24:57.1293288Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1294328Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1295991Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:24:57.1296964Z r = func(*args, **kwargs) 2022-12-01T10:24:57.1297323Z ok (0.004s) 2022-12-01T10:24:57.1297780Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-12-01T10:24:57.1298347Z test_profiler_correlation_id (__main__.TestProfiler) 2022-12-01T10:24:57.1299512Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1300698Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1301637Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1302571Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1303480Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1304504Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1305440Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1306372Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1307285Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1308224Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1308766Z ok (0.272s) 2022-12-01T10:24:57.1309592Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.004s) 2022-12-01T10:24:57.1310785Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1311813Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1312690Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1313154Z ok (0.004s) 2022-12-01T10:24:57.1314060Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1315081Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1315939Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1316780Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1317700Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1318555Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1319401Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1320313Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1321276Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1322145Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1323055Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1323918Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1324412Z ok (0.006s) 2022-12-01T10:24:57.1325297Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1326309Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1326841Z ok (0.003s) 2022-12-01T10:24:57.1327235Z test_source (__main__.TestProfiler) 2022-12-01T10:24:57.1327947Z Checks that source code attribution works for eager, TS and autograd mode ... skip: crossref intercepts calls and changes the callsite. (0.017s) 2022-12-01T10:24:57.1329259Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1330302Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1331225Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1332140Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1333003Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1333866Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1334837Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1335701Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1336577Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1337509Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1338355Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1339236Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1340166Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1341028Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1341879Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1342813Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1343679Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1344629Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1345565Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1346432Z STAGE:2022-12-01 10:24:55 1740:1740 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T10:24:57.1346908Z ok (0.107s) 2022-12-01T10:24:57.1347443Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-12-01T10:24:57.1348057Z test_mem_leak (__main__.TestProfilerCUDA) 2022-12-01T10:24:57.1348857Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-12-01T10:24:57.1349626Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.002s) 2022-12-01T10:24:57.1350307Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.003s) 2022-12-01T10:24:57.1351487Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1352570Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1353088Z ok (0.105s) 2022-12-01T10:24:57.1354099Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1355186Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1355706Z ok (0.045s) 2022-12-01T10:24:57.1356641Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1357685Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1358296Z ok (0.006s) 2022-12-01T10:24:57.1359237Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1360281Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1360815Z ok (0.144s) 2022-12-01T10:24:57.1361784Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1362853Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1363395Z ok (0.138s) 2022-12-01T10:24:57.1364343Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1365378Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1366293Z STAGE:2022-12-01 10:24:55 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1367216Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1367743Z ok (0.137s) 2022-12-01T10:24:57.1369401Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 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:24:57.1371092Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1372132Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1372668Z ok (0.005s) 2022-12-01T10:24:57.1373585Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1374662Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1375193Z ok (0.027s) 2022-12-01T10:24:57.1376123Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1377168Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1377708Z ok (0.067s) 2022-12-01T10:24:57.1378773Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1379827Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1380379Z ok (0.208s) 2022-12-01T10:24:57.1381375Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1382465Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1382989Z ok (0.185s) 2022-12-01T10:24:57.1383942Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1385251Z [W CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-12-01T10:24:57.1386324Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1386932Z ok (0.015s) 2022-12-01T10:24:57.1388592Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:24:57.1390276Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:57.1391318Z STAGE:2022-12-01 10:24:56 1740:1740 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:57.1391835Z ok (0.010s) 2022-12-01T10:24:57.1393528Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 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.003s) 2022-12-01T10:24:57.1394492Z 2022-12-01T10:24:57.1394910Z ---------------------------------------------------------------------- 2022-12-01T10:24:57.1395414Z Ran 62 tests in 9.957s 2022-12-01T10:24:57.1395651Z 2022-12-01T10:24:57.1395779Z OK (skipped=17) 2022-12-01T10:24:57.1396008Z 2022-12-01T10:24:57.1396187Z Generating XML reports... 2022-12-01T10:24:57.1397110Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201102446.xml 2022-12-01T10:24:57.1398333Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201102446.xml 2022-12-01T10:24:57.1399464Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201102446.xml 2022-12-01T10:24:57.1400590Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201102446.xml 2022-12-01T10:24:57.1401750Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201102446.xml 2022-12-01T10:24:57.1402922Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201102446.xml 2022-12-01T10:24:57.1404104Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201102446.xml 2022-12-01T10:24:57.1404606Z 2022-12-01T10:24:57.1405181Z ##[endgroup] 2022-12-01T10:24:57.1406044Z FINISHED PRINTING LOG FILE of profiler/test_profiler (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_f2or47k9) 2022-12-01T10:24:57.1406547Z 2022-12-01T10:24:59.5779114Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:59.6973409Z Ignoring disabled issues: [] 2022-12-01T10:24:59.7263411Z Running test_utils ... [2022-12-01 10:24:59.725564] 2022-12-01T10:24:59.7275836Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:59.726934] 2022-12-01T10:25:06.7233162Z 2022-12-01T10:25:06.7238113Z Expand the folded group to see the log file of test_utils 2022-12-01T10:25:06.7242954Z ##[group]PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_ksm6bv7f) 2022-12-01T10:25:06.7252392Z Test results will be stored in test-reports/python-unittest/test_utils 2022-12-01T10:25:06.7252870Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:06.7253075Z 2022-12-01T10:25:06.7253172Z Running tests... 2022-12-01T10:25:06.7253567Z ---------------------------------------------------------------------- 2022-12-01T10:25:06.7253951Z test_assert_scriptable (__main__.TestAssert) ... ok (0.475s) 2022-12-01T10:25:06.7254310Z test_assert_true (__main__.TestAssert) ... ok (0.014s) 2022-12-01T10:25:06.7255736Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:25:06.7256492Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-12-01T10:25:06.7256869Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.028s) 2022-12-01T10:25:06.7257241Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.013s) 2022-12-01T10:25:06.7258031Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-12-01T10:25:06.7258602Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-12-01T10:25:06.7258921Z ok (0.003s) 2022-12-01T10:25:06.7259229Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:25:06.7259620Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.007s) 2022-12-01T10:25:06.7260094Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:25:06.7260538Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:25:06.7260917Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.063s) 2022-12-01T10:25:06.7261292Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-12-01T10:25:06.7261725Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-12-01T10:25:06.7262176Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-12-01T10:25:06.7262568Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.004s) 2022-12-01T10:25:06.7262941Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.003s) 2022-12-01T10:25:06.7291545Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-12-01T10:25:06.7293275Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:25:06.7294504Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.151s) 2022-12-01T10:25:06.7295087Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.082s) 2022-12-01T10:25:06.7296713Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:25:06.7298426Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-12-01T10:25:06.7300173Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:25:06.7301248Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.003s) 2022-12-01T10:25:06.7301770Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-12-01T10:25:06.7302345Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.003s) 2022-12-01T10:25:06.7303022Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-12-01T10:25:06.7303530Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.003s) 2022-12-01T10:25:06.7304079Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-12-01T10:25:06.7304819Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (3.390s) 2022-12-01T10:25:06.7305149Z 2022-12-01T10:25:06.7305541Z ---------------------------------------------------------------------- 2022-12-01T10:25:06.7305980Z Ran 31 tests in 4.264s 2022-12-01T10:25:06.7306199Z 2022-12-01T10:25:06.7306341Z OK (skipped=9) 2022-12-01T10:25:06.7306543Z 2022-12-01T10:25:06.7306705Z Generating XML reports... 2022-12-01T10:25:06.7307426Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20221201102501.xml 2022-12-01T10:25:06.7308359Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201102501.xml 2022-12-01T10:25:06.7309340Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201102501.xml 2022-12-01T10:25:06.7310342Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201102501.xml 2022-12-01T10:25:06.7311264Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201102501.xml 2022-12-01T10:25:06.7312181Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20221201102501.xml 2022-12-01T10:25:06.7313082Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201102501.xml 2022-12-01T10:25:06.7314023Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201102501.xml 2022-12-01T10:25:06.7314963Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201102501.xml 2022-12-01T10:25:06.7315898Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201102501.xml 2022-12-01T10:25:06.7316324Z 2022-12-01T10:25:06.7316843Z ##[endgroup] 2022-12-01T10:25:06.7317516Z FINISHED PRINTING LOG FILE of test_utils (/var/lib/jenkins/workspace/test/test-reports/test_utils_ksm6bv7f) 2022-12-01T10:25:06.7317916Z 2022-12-01T10:25:09.4009760Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:09.5656538Z Ignoring disabled issues: [] 2022-12-01T10:25:09.5827531Z Running test_vmap ... [2022-12-01 10:25:09.582300] 2022-12-01T10:25:09.5869845Z Executing ['/opt/conda/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:09.586402] 2022-12-01T10:25:16.8990924Z 2022-12-01T10:25:16.8997228Z Expand the folded group to see the log file of test_vmap 2022-12-01T10:25:16.9004179Z ##[group]PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_xqi7ds0c) 2022-12-01T10:25:16.9085960Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-12-01T10:25:16.9086376Z 2022-12-01T10:25:16.9086529Z Running tests... 2022-12-01T10:25:16.9087200Z ---------------------------------------------------------------------- 2022-12-01T10:25:16.9088921Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... test_vmap.py:377: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9096756Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-12-01T10:25:16.9098353Z test_vmap.py:379: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9099422Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-12-01T10:25:16.9101209Z test_vmap.py:381: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9102226Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:25:16.9103710Z test_vmap.py:384: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9104849Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-12-01T10:25:16.9105908Z test_vmap.py:386: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9106786Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-12-01T10:25:16.9107991Z test_vmap.py:388: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9108961Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-12-01T10:25:16.9110441Z test_vmap.py:391: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9111579Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-12-01T10:25:16.9113000Z test_vmap.py:393: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9114195Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-12-01T10:25:16.9115707Z test_vmap.py:395: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9116943Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:25:16.9118438Z test_vmap.py:399: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9119795Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-12-01T10:25:16.9120236Z ok (0.012s) 2022-12-01T10:25:16.9121870Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:749: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9123019Z vmap(backward_on_vmapped_tensor)(x) 2022-12-01T10:25:16.9124445Z test_vmap.py:755: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9125442Z vmap(backward_with_vmapped_grad)(x, grad) 2022-12-01T10:25:16.9126978Z test_vmap.py:761: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9127973Z vmap(completely_unrelated_backward)(y) 2022-12-01T10:25:16.9128376Z ok (0.020s) 2022-12-01T10:25:16.9129937Z test_batched_gradient_basic (__main__.TestVmapAPI) ... test_vmap.py:793: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9131031Z jacobian = vmap(vjp_mul)(batched_v) 2022-12-01T10:25:16.9131438Z ok (0.002s) 2022-12-01T10:25:16.9132980Z test_constant_function (__main__.TestVmapAPI) ... test_vmap.py:64: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9134119Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-12-01T10:25:16.9134643Z ok (0.002s) 2022-12-01T10:25:16.9136232Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... test_vmap.py:42: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9137282Z vmap(torch.mul)(x, y) 2022-12-01T10:25:16.9138699Z test_vmap.py:44: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9139715Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-12-01T10:25:16.9141165Z test_vmap.py:46: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9142339Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-12-01T10:25:16.9142783Z ok (0.002s) 2022-12-01T10:25:16.9144310Z test_fallback_atan2 (__main__.TestVmapAPI) ... test_vmap.py:555: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9168771Z result = vmap(op, (2, 0))(x, y) 2022-12-01T10:25:16.9170211Z test_vmap.py:561: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9171345Z result = vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:25:16.9172781Z test_vmap.py:567: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9173755Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:25:16.9174149Z ok (0.143s) 2022-12-01T10:25:16.9174687Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:25:16.9176297Z test_fallback_masked_fill (__main__.TestVmapAPI) ... test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9177430Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:25:16.9179019Z test_vmap.py:583: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9180059Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-12-01T10:25:16.9180533Z ok (0.173s) 2022-12-01T10:25:16.9182090Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... test_vmap.py:601: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9183193Z result = vmap(torch.var_mean)(tensor) 2022-12-01T10:25:16.9184710Z test_vmap.py:607: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9185716Z result = vmap(vmap(torch.var_mean))(tensor) 2022-12-01T10:25:16.9187173Z test_vmap.py:613: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9188198Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-12-01T10:25:16.9188612Z ok (0.179s) 2022-12-01T10:25:16.9189134Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.002s) 2022-12-01T10:25:16.9189798Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.004s) 2022-12-01T10:25:16.9191480Z test_fallback_zero_dim (__main__.TestVmapAPI) ... test_vmap.py:526: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9192531Z vmap(op, (0, None))(x, y) 2022-12-01T10:25:16.9193926Z test_vmap.py:528: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9194870Z vmap(op, (None, 0))(y, x) 2022-12-01T10:25:16.9196266Z test_vmap.py:530: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9197263Z vmap(op)(x, x) 2022-12-01T10:25:16.9198641Z test_vmap.py:535: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9199575Z vmap(op, (0, None))(x, y) 2022-12-01T10:25:16.9200943Z test_vmap.py:537: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9201848Z vmap(op, (None, 0))(y, x) 2022-12-01T10:25:16.9203244Z test_vmap.py:539: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9204186Z vmap(op)(x, x) 2022-12-01T10:25:16.9204543Z ok (0.033s) 2022-12-01T10:25:16.9206137Z test_func_with_no_inputs (__main__.TestVmapAPI) ... test_vmap.py:58: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9207171Z vmap(foo)() 2022-12-01T10:25:16.9208576Z test_vmap.py:61: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9209523Z vmap(bar)() 2022-12-01T10:25:16.9209849Z ok (0.001s) 2022-12-01T10:25:16.9211388Z test_functools_partial (__main__.TestVmapAPI) ... test_vmap.py:799: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9212542Z result = vmap(functools.partial(torch.mul, x))(y) 2022-12-01T10:25:16.9212992Z ok (0.002s) 2022-12-01T10:25:16.9214523Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... test_vmap.py:774: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9215661Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:25:16.9217137Z test_vmap.py:782: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9218156Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-12-01T10:25:16.9218563Z ok (0.005s) 2022-12-01T10:25:16.9220127Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... test_vmap.py:464: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9221128Z vmap(foo)(torch.randn([])) 2022-12-01T10:25:16.9222475Z test_vmap.py:466: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9223413Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-12-01T10:25:16.9305288Z test_vmap.py:468: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9306455Z vmap(foo, in_dims=(-1,))(x) 2022-12-01T10:25:16.9307863Z test_vmap.py:470: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9308821Z vmap(foo, in_dims=(2,))(y) 2022-12-01T10:25:16.9310187Z test_vmap.py:472: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9311199Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-12-01T10:25:16.9312815Z test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9313817Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-12-01T10:25:16.9315256Z test_vmap.py:475: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9316249Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-12-01T10:25:16.9316665Z ok (0.003s) 2022-12-01T10:25:16.9318245Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... test_vmap.py:408: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9319314Z vmap(torch.mul, [0, 0])(x, y) 2022-12-01T10:25:16.9320723Z test_vmap.py:410: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9321684Z vmap(torch.mul, set({0, 0}))(x, y) 2022-12-01T10:25:16.9323101Z test_vmap.py:412: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9324106Z vmap(torch.mul, 'lol')(x, y) 2022-12-01T10:25:16.9325520Z test_vmap.py:414: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9326503Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-12-01T10:25:16.9327932Z test_vmap.py:416: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9328876Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:25:16.9329248Z ok (0.022s) 2022-12-01T10:25:16.9330876Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... test_vmap.py:708: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9332070Z vmap(op, in_dims=(0, None))(x, y) 2022-12-01T10:25:16.9333464Z test_vmap.py:714: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9334481Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-12-01T10:25:16.9335905Z test_vmap.py:722: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9336861Z vmap(op, in_dims=(None, 0))(x, y) 2022-12-01T10:25:16.9338263Z test_vmap.py:727: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9339343Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-12-01T10:25:16.9340819Z test_vmap.py:732: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9341837Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-12-01T10:25:16.9343290Z test_vmap.py:737: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9344237Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-12-01T10:25:16.9344712Z ok (0.035s) 2022-12-01T10:25:16.9346315Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... test_vmap.py:673: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9347382Z vmap(op, (2, 0))(x, y) 2022-12-01T10:25:16.9348734Z test_vmap.py:681: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9349683Z vmap(vmap(op), (2, 0))(x, y) 2022-12-01T10:25:16.9351073Z test_vmap.py:689: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9352040Z result = vmap(vmap(vmap(op)))(x, y) 2022-12-01T10:25:16.9352416Z ok (0.212s) 2022-12-01T10:25:16.9353979Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... test_vmap.py:632: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9355030Z result = vmap(op)(x) 2022-12-01T10:25:16.9356418Z test_vmap.py:639: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9357379Z result = vmap(op, out_dims=(1,))(x) 2022-12-01T10:25:16.9358765Z test_vmap.py:646: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9359845Z result = vmap(vmap(op))(x) 2022-12-01T10:25:16.9361248Z test_vmap.py:653: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9362218Z result = vmap(vmap(vmap(op)))(x) 2022-12-01T10:25:16.9362597Z ok (0.538s) 2022-12-01T10:25:16.9364228Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... test_vmap.py:447: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9365299Z vmap(torch.sum)(x, 0) 2022-12-01T10:25:16.9366793Z test_vmap.py:449: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9367734Z vmap(torch.sum, (0, 0))(x, 0) 2022-12-01T10:25:16.9369142Z test_vmap.py:451: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9370128Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-12-01T10:25:16.9371564Z test_vmap.py:453: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9372513Z vmap(torch.sum, (0, None))(x, 0) 2022-12-01T10:25:16.9372903Z ok (0.003s) 2022-12-01T10:25:16.9374510Z test_multiple_inputs (__main__.TestVmapAPI) ... test_vmap.py:79: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9375584Z output = vmap(torch.mul)(x, y) 2022-12-01T10:25:16.9375954Z ok (0.002s) 2022-12-01T10:25:16.9377503Z test_multiple_out_dims (__main__.TestVmapAPI) ... test_vmap.py:221: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9378571Z result = vmap(foo, out_dims=(0, 1))(x) 2022-12-01T10:25:16.9380001Z test_vmap.py:224: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9381081Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-12-01T10:25:16.9381493Z ok (0.015s) 2022-12-01T10:25:16.9383019Z test_multiple_outputs (__main__.TestVmapAPI) ... test_vmap.py:87: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9384073Z outputs = vmap(foo)(x) 2022-12-01T10:25:16.9424608Z ok (0.005s) 2022-12-01T10:25:16.9426290Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... test_vmap.py:107: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9427612Z vmap(returns_tuple_of_tensors)(x) 2022-12-01T10:25:16.9429046Z test_vmap.py:112: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9430018Z vmap(returns_list_of_two_tensors)(x) 2022-12-01T10:25:16.9431456Z test_vmap.py:114: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9432429Z vmap(returns_list_of_one_tensor)(x) 2022-12-01T10:25:16.9432828Z ok (0.002s) 2022-12-01T10:25:16.9434467Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... test_vmap.py:338: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9435609Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-12-01T10:25:16.9436041Z ok (0.002s) 2022-12-01T10:25:16.9437572Z test_nested_out_dims (__main__.TestVmapAPI) ... test_vmap.py:237: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9438679Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-12-01T10:25:16.9440150Z test_vmap.py:242: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9441210Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-12-01T10:25:16.9442716Z test_vmap.py:247: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9443916Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-12-01T10:25:16.9445393Z test_vmap.py:254: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9446595Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-12-01T10:25:16.9447083Z ok (0.012s) 2022-12-01T10:25:16.9448646Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... test_vmap.py:128: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9449757Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-12-01T10:25:16.9451225Z test_vmap.py:133: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9452287Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-12-01T10:25:16.9452821Z ok (0.009s) 2022-12-01T10:25:16.9454378Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... test_vmap.py:119: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9455529Z output = vmap(vmap(torch.mul))(x, y) 2022-12-01T10:25:16.9456954Z test_vmap.py:122: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9457959Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-12-01T10:25:16.9458363Z ok (0.003s) 2022-12-01T10:25:16.9459871Z test_nn_module (__main__.TestVmapAPI) ... test_vmap.py:805: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9460971Z result = vmap(model)(tensor) 2022-12-01T10:25:16.9461366Z ok (0.007s) 2022-12-01T10:25:16.9462921Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... test_vmap.py:345: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9464048Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-12-01T10:25:16.9465612Z test_vmap.py:350: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9466637Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-12-01T10:25:16.9468077Z test_vmap.py:359: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9469055Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-12-01T10:25:16.9470496Z test_vmap.py:363: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9471485Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-12-01T10:25:16.9472914Z test_vmap.py:368: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9473864Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-12-01T10:25:16.9474261Z ok (0.005s) 2022-12-01T10:25:16.9475810Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... test_vmap.py:29: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9476917Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-12-01T10:25:16.9478340Z test_vmap.py:35: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9479333Z vmap(multiple_outputs)(torch.ones(3)) 2022-12-01T10:25:16.9479854Z ok (0.002s) 2022-12-01T10:25:16.9481396Z test_non_zero_in_dims (__main__.TestVmapAPI) ... test_vmap.py:311: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9482463Z output = vmap(lambda x: x, (1,))(tensor) 2022-12-01T10:25:16.9483901Z test_vmap.py:317: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9484899Z output = vmap(torch.mul, (0, 1))(x, y) 2022-12-01T10:25:16.9486333Z test_vmap.py:319: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9487321Z output = vmap(torch.mul, (1, 0))(x, y) 2022-12-01T10:25:16.9487704Z ok (0.015s) 2022-12-01T10:25:16.9489321Z test_none_in_dims (__main__.TestVmapAPI) ... test_vmap.py:327: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9490417Z output = vmap(torch.mul, (0, None))(x, y) 2022-12-01T10:25:16.9491846Z test_vmap.py:332: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9492840Z output = vmap(torch.mul, (0, None))(x, 2) 2022-12-01T10:25:16.9493260Z ok (0.003s) 2022-12-01T10:25:16.9494849Z test_nonzero_out_dims (__main__.TestVmapAPI) ... test_vmap.py:172: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9495942Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-12-01T10:25:16.9497367Z test_vmap.py:178: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9498370Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:25:16.9499830Z test_vmap.py:184: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9500961Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-12-01T10:25:16.9502384Z test_vmap.py:191: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9503413Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-12-01T10:25:16.9545125Z test_vmap.py:199: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9546162Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-12-01T10:25:16.9547617Z test_vmap.py:207: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9548744Z result = vmap(foo, out_dims=1)(x, y) 2022-12-01T10:25:16.9549142Z ok (0.016s) 2022-12-01T10:25:16.9550695Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... test_vmap.py:140: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9551790Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-12-01T10:25:16.9552215Z ok (0.002s) 2022-12-01T10:25:16.9553780Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... test_vmap.py:424: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9554838Z vmap(torch.mul, (0,))(x, y) 2022-12-01T10:25:16.9556286Z test_vmap.py:426: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9557254Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-12-01T10:25:16.9558663Z test_vmap.py:428: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9559667Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-12-01T10:25:16.9561103Z test_vmap.py:430: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9562084Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-12-01T10:25:16.9563500Z test_vmap.py:432: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9564450Z vmap(torch.mul, (0, 0))(x, y) 2022-12-01T10:25:16.9564827Z ok (0.002s) 2022-12-01T10:25:16.9566367Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... test_vmap.py:303: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9567446Z vmap(lambda x: x, out_dims=3)(x) 2022-12-01T10:25:16.9568858Z test_vmap.py:305: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9569910Z vmap(lambda x: x, out_dims=-4)(x) 2022-12-01T10:25:16.9570280Z ok (0.007s) 2022-12-01T10:25:16.9571884Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... test_vmap.py:286: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9572996Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-12-01T10:25:16.9574443Z test_vmap.py:288: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9575499Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-12-01T10:25:16.9576938Z test_vmap.py:292: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9577915Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-12-01T10:25:16.9579327Z test_vmap.py:294: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9580323Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-12-01T10:25:16.9580718Z ok (0.002s) 2022-12-01T10:25:16.9582384Z test_out_dims_edge_case (__main__.TestVmapAPI) ... test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9583483Z expected = vmap(foo, out_dims=1)(tensor) 2022-12-01T10:25:16.9584825Z test_vmap.py:265: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9585415Z result = vmap(foo, out_dims=(1,))(tensor) 2022-12-01T10:25:16.9585672Z ok (0.002s) 2022-12-01T10:25:16.9586695Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... test_vmap.py:272: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9587451Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-12-01T10:25:16.9588327Z test_vmap.py:274: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9589001Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-12-01T10:25:16.9589887Z test_vmap.py:276: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9590494Z vmap(lambda x: x, out_dims=None)(tensor) 2022-12-01T10:25:16.9591365Z test_vmap.py:278: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9591974Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-12-01T10:25:16.9592234Z ok (0.002s) 2022-12-01T10:25:16.9593188Z test_single_input (__main__.TestVmapAPI) ... test_vmap.py:73: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9593815Z output = vmap(square)(x) 2022-12-01T10:25:16.9594050Z ok (0.001s) 2022-12-01T10:25:16.9595027Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... test_vmap.py:151: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9595754Z vmap(torch.ravel)(tensor) 2022-12-01T10:25:16.9596617Z test_vmap.py:157: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9597202Z vmap(out_op)(tensor, tensor) 2022-12-01T10:25:16.9598078Z test_vmap.py:162: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9598681Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-12-01T10:25:16.9599609Z test_vmap.py:167: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9600219Z vmap(torch.Tensor.item)(tensor) 2022-12-01T10:25:16.9600469Z ok (0.013s) 2022-12-01T10:25:16.9600785Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.008s) 2022-12-01T10:25:16.9601894Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9602605Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:16.9602866Z ok (0.004s) 2022-12-01T10:25:16.9603188Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:16.9603591Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.012s) 2022-12-01T10:25:16.9603995Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9605080Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9605779Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:16.9606027Z ok (0.004s) 2022-12-01T10:25:16.9606361Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.005s) 2022-12-01T10:25:16.9606802Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:16.9607207Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:16.9607618Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.017s) 2022-12-01T10:25:16.9608020Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:16.9608418Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:16.9609495Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9610188Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:16.9610452Z ok (0.002s) 2022-12-01T10:25:16.9610753Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9611160Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9611558Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.011s) 2022-12-01T10:25:16.9612007Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9612404Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9612818Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:16.9613222Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:16.9613611Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.004s) 2022-12-01T10:25:16.9614009Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.003s) 2022-12-01T10:25:16.9614475Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.007s) 2022-12-01T10:25:16.9615417Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:25:16.9616162Z 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:25:16.9616630Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:25:16.9616906Z should be replaced with 2022-12-01T10:25:16.9617276Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:25:16.9617555Z and 2022-12-01T10:25:16.9617804Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:25:16.9618069Z should be replaced with 2022-12-01T10:25:16.9618690Z 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:25:16.9619129Z r = func(*args, **kwargs) 2022-12-01T10:25:16.9620007Z test_vmap.py:883: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9620611Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-12-01T10:25:16.9620873Z ok (0.010s) 2022-12-01T10:25:16.9621205Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9621615Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9622717Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2482: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9623395Z result = vmap(vjp)(gy) 2022-12-01T10:25:16.9623628Z ok (0.041s) 2022-12-01T10:25:16.9624779Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:2497: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9625467Z result = vmap(vjp)(gy) 2022-12-01T10:25:16.9625702Z ok (0.003s) 2022-12-01T10:25:16.9626036Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-12-01T10:25:16.9627140Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9627849Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:25:16.9628108Z ok (0.001s) 2022-12-01T10:25:16.9628397Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.026s) 2022-12-01T10:25:16.9628740Z test_as_strided (__main__.TestVmapOperators) ... ok (0.083s) 2022-12-01T10:25:16.9629208Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.499s) 2022-12-01T10:25:16.9629576Z test_bmm (__main__.TestVmapOperators) ... ok (0.039s) 2022-12-01T10:25:16.9629899Z test_cat (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:25:16.9630241Z test_chunk (__main__.TestVmapOperators) ... ok (0.075s) 2022-12-01T10:25:16.9630587Z test_clamp (__main__.TestVmapOperators) ... ok (0.041s) 2022-12-01T10:25:16.9630930Z test_clone (__main__.TestVmapOperators) ... ok (0.031s) 2022-12-01T10:25:16.9631278Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.163s) 2022-12-01T10:25:16.9631635Z test_conj (__main__.TestVmapOperators) ... ok (0.017s) 2022-12-01T10:25:16.9631988Z test_contiguous (__main__.TestVmapOperators) ... ok (0.013s) 2022-12-01T10:25:16.9632334Z test_diagonal (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:25:16.9632675Z test_dot (__main__.TestVmapOperators) ... ok (0.022s) 2022-12-01T10:25:16.9633025Z test_expand_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:25:16.9633381Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.029s) 2022-12-01T10:25:16.9633796Z test_imag (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:25:16.9634148Z test_is_complex (__main__.TestVmapOperators) ... ok (0.003s) 2022-12-01T10:25:16.9634505Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.031s) 2022-12-01T10:25:16.9634870Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:16.9635228Z test_mm (__main__.TestVmapOperators) ... ok (0.061s) 2022-12-01T10:25:16.9635571Z test_movedim (__main__.TestVmapOperators) ... ok (0.028s) 2022-12-01T10:25:16.9635896Z test_mv (__main__.TestVmapOperators) ... ok (0.038s) 2022-12-01T10:25:16.9636235Z test_narrow (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:16.9636589Z test_new_empty (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:16.9636943Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.055s) 2022-12-01T10:25:16.9637308Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.005s) 2022-12-01T10:25:16.9637685Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.258s) 2022-12-01T10:25:16.9638050Z test_real (__main__.TestVmapOperators) ... ok (0.018s) 2022-12-01T10:25:16.9638381Z test_reshape (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:16.9638733Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.012s) 2022-12-01T10:25:16.9639086Z test_result_type (__main__.TestVmapOperators) ... ok (0.034s) 2022-12-01T10:25:16.9639424Z test_select (__main__.TestVmapOperators) ... ok (0.038s) 2022-12-01T10:25:16.9639768Z test_slice (__main__.TestVmapOperators) ... ok (0.010s) 2022-12-01T10:25:16.9640106Z test_split (__main__.TestVmapOperators) ... ok (0.177s) 2022-12-01T10:25:16.9640437Z test_squeeze (__main__.TestVmapOperators) ... ok (0.006s) 2022-12-01T10:25:16.9640780Z test_stack (__main__.TestVmapOperators) ... ok (0.009s) 2022-12-01T10:25:16.9641123Z test_stride (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:16.9641468Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.041s) 2022-12-01T10:25:16.9641792Z test_t (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:25:16.9642141Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.461s) 2022-12-01T10:25:16.9642485Z test_to (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:25:16.9642810Z test_trace (__main__.TestVmapOperators) ... ok (0.007s) 2022-12-01T10:25:16.9643161Z test_transpose (__main__.TestVmapOperators) ... ok (0.011s) 2022-12-01T10:25:16.9643536Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.436s) 2022-12-01T10:25:16.9643888Z test_unbind (__main__.TestVmapOperators) ... ok (0.494s) 2022-12-01T10:25:16.9644233Z test_unfold (__main__.TestVmapOperators) ... ok (0.008s) 2022-12-01T10:25:16.9644576Z test_view (__main__.TestVmapOperators) ... ok (0.015s) 2022-12-01T10:25:16.9644961Z test_view_as (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:25:16.9645369Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.085s) 2022-12-01T10:25:16.9645739Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.019s) 2022-12-01T10:25:16.9646115Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.002s) 2022-12-01T10:25:16.9647216Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... test_vmap.py:965: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-12-01T10:25:16.9647891Z vmap(op_using_fallback)(torch.rand(3)) 2022-12-01T10:25:16.9648151Z ok (0.001s) 2022-12-01T10:25:16.9648289Z 2022-12-01T10:25:16.9648564Z ---------------------------------------------------------------------- 2022-12-01T10:25:16.9648872Z Ran 125 tests in 5.228s 2022-12-01T10:25:16.9649022Z 2022-12-01T10:25:16.9649101Z OK 2022-12-01T10:25:16.9649222Z 2022-12-01T10:25:16.9649332Z Generating XML reports... 2022-12-01T10:25:16.9649883Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102511.xml 2022-12-01T10:25:16.9650565Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102511.xml 2022-12-01T10:25:16.9651257Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102511.xml 2022-12-01T10:25:16.9651556Z 2022-12-01T10:25:16.9651977Z ##[endgroup] 2022-12-01T10:25:16.9652452Z FINISHED PRINTING LOG FILE of test_vmap (/var/lib/jenkins/workspace/test/test-reports/test_vmap_xqi7ds0c) 2022-12-01T10:25:16.9652722Z 2022-12-01T10:25:19.6364578Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:19.7394490Z Ignoring disabled issues: [] 2022-12-01T10:25:19.7580070Z Running test_expanded_weights ... [2022-12-01 10:25:19.757532] 2022-12-01T10:25:19.7589385Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:19.758509] 2022-12-01T10:25:32.0314611Z 2022-12-01T10:25:32.0317920Z Expand the folded group to see the log file of test_expanded_weights 2022-12-01T10:25:32.0321532Z ##[group]PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_nunblp_l) 2022-12-01T10:25:32.0325760Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-12-01T10:25:32.0326229Z 2022-12-01T10:25:32.0326672Z Running tests... 2022-12-01T10:25:32.0327287Z ---------------------------------------------------------------------- 2022-12-01T10:25:32.0327904Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.726s) 2022-12-01T10:25:32.0328563Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.662s) 2022-12-01T10:25:32.0329220Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.081s) 2022-12-01T10:25:32.0329885Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-12-01T10:25:32.0330610Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.036s) 2022-12-01T10:25:32.0331192Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.046s) 2022-12-01T10:25:32.0331751Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.058s) 2022-12-01T10:25:32.0332320Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.042s) 2022-12-01T10:25:32.0332884Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.050s) 2022-12-01T10:25:32.0333423Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-12-01T10:25:32.0335208Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:25:32.0336006Z r = func(*args, **kwargs) 2022-12-01T10:25:32.0336241Z ok (0.145s) 2022-12-01T10:25:32.0336651Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.143s) 2022-12-01T10:25:32.0337207Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.129s) 2022-12-01T10:25:32.0337917Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.087s) 2022-12-01T10:25:32.0340772Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.085s) 2022-12-01T10:25:32.0341494Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.071s) 2022-12-01T10:25:32.0344630Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-12-01T10:25:32.0345378Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:25:32.0346187Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:25:32.0347105Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-12-01T10:25:32.0347903Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.028s) 2022-12-01T10:25:32.0348701Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:25:32.0349423Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:25:32.0350194Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.053s) 2022-12-01T10:25:32.0350909Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.135s) 2022-12-01T10:25:32.0351638Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.059s) 2022-12-01T10:25:32.0352316Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:25:32.0352988Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-12-01T10:25:32.0353691Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.036s) 2022-12-01T10:25:32.0354393Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.029s) 2022-12-01T10:25:32.0355137Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.043s) 2022-12-01T10:25:32.0355864Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.060s) 2022-12-01T10:25:32.0356556Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.066s) 2022-12-01T10:25:32.0357529Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-12-01T10:25:32.0358342Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:25:32.0359152Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:25:32.0359968Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-12-01T10:25:32.0360770Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:25:32.0361579Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-12-01T10:25:32.0362414Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.110s) 2022-12-01T10:25:32.0363318Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.224s) 2022-12-01T10:25:32.0364327Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:25:32.0365231Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-12-01T10:25:32.0366123Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.058s) 2022-12-01T10:25:32.0367032Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-12-01T10:25:32.0367911Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.082s) 2022-12-01T10:25:32.0368788Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.103s) 2022-12-01T10:25:32.0369644Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.318s) 2022-12-01T10:25:32.0505849Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:25:32.0506768Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.029s) 2022-12-01T10:25:32.0507831Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.115s) 2022-12-01T10:25:32.0508719Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.058s) 2022-12-01T10:25:32.0510248Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.050s) 2022-12-01T10:25:32.0511099Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-12-01T10:25:32.0511977Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.087s) 2022-12-01T10:25:32.0513987Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-12-01T10:25:32.0516075Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.027s) 2022-12-01T10:25:32.0518144Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.076s) 2022-12-01T10:25:32.0520442Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-12-01T10:25:32.0522477Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-12-01T10:25:32.0524388Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-12-01T10:25:32.0526173Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.062s) 2022-12-01T10:25:32.0527972Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.155s) 2022-12-01T10:25:32.0529746Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.255s) 2022-12-01T10:25:32.0531552Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.122s) 2022-12-01T10:25:32.0533380Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.115s) 2022-12-01T10:25:32.0535309Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.345s) 2022-12-01T10:25:32.0537239Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.166s) 2022-12-01T10:25:32.0539051Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.197s) 2022-12-01T10:25:32.0540852Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.307s) 2022-12-01T10:25:32.0542709Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-12-01T10:25:32.0545529Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.051s) 2022-12-01T10:25:32.0556903Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-12-01T10:25:32.0557731Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:25:32.0558685Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-12-01T10:25:32.0559662Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-12-01T10:25:32.0560606Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-12-01T10:25:32.0561451Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.007s) 2022-12-01T10:25:32.0562204Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-12-01T10:25:32.0562830Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:25:32.0563568Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:25:32.0564296Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.016s) 2022-12-01T10:25:32.0565038Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-12-01T10:25:32.0565908Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:25:32.0566852Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-12-01T10:25:32.0567608Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.020s) 2022-12-01T10:25:32.0568276Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:25:32.0569051Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0569964Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:25:32.0570645Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.020s) 2022-12-01T10:25:32.0571332Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-12-01T10:25:32.0572034Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-12-01T10:25:32.0572741Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.023s) 2022-12-01T10:25:32.0573442Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.022s) 2022-12-01T10:25:32.0574134Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:25:32.0574879Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:25:32.0575585Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.027s) 2022-12-01T10:25:32.0576317Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:25:32.0577188Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.040s) 2022-12-01T10:25:32.0577933Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-12-01T10:25:32.0578709Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.034s) 2022-12-01T10:25:32.0579442Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-12-01T10:25:32.0580118Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.038s) 2022-12-01T10:25:32.0581364Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-12-01T10:25:32.0582639Z 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:25:32.0583505Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:25:32.0584243Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:25:32.0585038Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-12-01T10:25:32.0585721Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:25:32.0586491Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.043s) 2022-12-01T10:25:32.0587192Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-12-01T10:25:32.0587875Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.061s) 2022-12-01T10:25:32.0588596Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:25:32.0589249Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.026s) 2022-12-01T10:25:32.0589951Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.024s) 2022-12-01T10:25:32.0590643Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0591346Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.044s) 2022-12-01T10:25:32.0592052Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.039s) 2022-12-01T10:25:32.0592809Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.032s) 2022-12-01T10:25:32.0593565Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:25:32.0594322Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:25:32.0595043Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.040s) 2022-12-01T10:25:32.0595851Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:25:32.0596990Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-12-01T10:25:32.0598234Z 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:25:32.0599111Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:25:32.0599866Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:25:32.0600568Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-12-01T10:25:32.0601212Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:25:32.0601927Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:25:32.0602674Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.029s) 2022-12-01T10:25:32.0603529Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-12-01T10:25:32.0604259Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0604931Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.040s) 2022-12-01T10:25:32.0605633Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-12-01T10:25:32.0606351Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.025s) 2022-12-01T10:25:32.0607126Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0607845Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:25:32.0608541Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0609240Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:25:32.0609983Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0611115Z 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:25:32.0612367Z 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:25:32.0613232Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:25:32.0613974Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0614748Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:25:32.0615428Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:25:32.0616197Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:25:32.0616960Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:25:32.0617670Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.032s) 2022-12-01T10:25:32.0618343Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0619097Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.017s) 2022-12-01T10:25:32.0619873Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.037s) 2022-12-01T10:25:32.0620591Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.034s) 2022-12-01T10:25:32.0621350Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.061s) 2022-12-01T10:25:32.0622178Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0622934Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.029s) 2022-12-01T10:25:32.0623715Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.017s) 2022-12-01T10:25:32.0624533Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:25:32.0625275Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:25:32.0626031Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.031s) 2022-12-01T10:25:32.0626762Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:25:32.0627514Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:25:32.0628285Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:25:32.0629160Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-12-01T10:25:32.0630410Z 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:25:32.0631814Z 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:25:32.0632771Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0633582Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-12-01T10:25:32.0634358Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-12-01T10:25:32.0635163Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-12-01T10:25:32.0635972Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.038s) 2022-12-01T10:25:32.0636766Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.048s) 2022-12-01T10:25:32.0637566Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:25:32.0638371Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-12-01T10:25:32.0639102Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0639759Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-12-01T10:25:32.0640863Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-12-01T10:25:32.0642086Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.016s) 2022-12-01T10:25:32.0642913Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0643595Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-12-01T10:25:32.0644343Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-12-01T10:25:32.0645136Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0645876Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-12-01T10:25:32.0646261Z 2022-12-01T10:25:32.0646691Z ---------------------------------------------------------------------- 2022-12-01T10:25:32.0647198Z Ran 184 tests in 8.014s 2022-12-01T10:25:32.0647436Z 2022-12-01T10:25:32.0647678Z OK (skipped=10) 2022-12-01T10:25:32.0647887Z 2022-12-01T10:25:32.0648070Z Generating XML reports... 2022-12-01T10:25:32.0649117Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102523.xml 2022-12-01T10:25:32.0650537Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102523.xml 2022-12-01T10:25:32.0651894Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102523.xml 2022-12-01T10:25:32.0652444Z 2022-12-01T10:25:32.0653224Z ##[endgroup] 2022-12-01T10:25:32.0654102Z FINISHED PRINTING LOG FILE of test_expanded_weights (/var/lib/jenkins/workspace/test/test-reports/test_expanded_weights_nunblp_l) 2022-12-01T10:25:32.0654679Z 2022-12-01T10:25:34.3245554Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:34.4601144Z Ignoring disabled issues: [] 2022-12-01T10:25:34.4891682Z Running test_shape_ops ... [2022-12-01 10:25:34.488559] 2022-12-01T10:25:34.4893579Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:34.488999] 2022-12-01T10:25:38.4656031Z 2022-12-01T10:25:38.4659141Z Expand the folded group to see the log file of test_shape_ops 2022-12-01T10:25:38.4660567Z ##[group]PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops__wloaqb0) 2022-12-01T10:25:38.4661670Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-12-01T10:25:38.4662917Z 2022-12-01T10:25:38.4663947Z Running tests... 2022-12-01T10:25:38.4665319Z ---------------------------------------------------------------------- 2022-12-01T10:25:38.4666142Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:38.4666795Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4667478Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:38.4668130Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:25:38.4668574Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:38.4671864Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4672545Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:38.4673140Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:38.4673713Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:38.4676442Z test_diagonal_multidim_cpu_float32 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:25:38.4678125Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4678528Z ok (0.004s) 2022-12-01T10:25:38.4679044Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.042s) 2022-12-01T10:25:38.4679659Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:25:38.4680285Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-12-01T10:25:38.4680772Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.045s) 2022-12-01T10:25:38.4681446Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.044s) 2022-12-01T10:25:38.4682093Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.165s) 2022-12-01T10:25:38.4682728Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.043s) 2022-12-01T10:25:38.4683664Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.039s) 2022-12-01T10:25:38.4684270Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.039s) 2022-12-01T10:25:38.4684981Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:25:38.4685558Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:25:38.4686116Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:25:38.4686730Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.015s) 2022-12-01T10:25:38.4687356Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4687996Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4688620Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4689256Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4689879Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4690484Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4691210Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4691833Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4692420Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:25:38.4693166Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:25:38.4693828Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:25:38.4694648Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:25:38.4695558Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-12-01T10:25:38.4696268Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:25:38.4697036Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:38.4697754Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.018s) 2022-12-01T10:25:38.4698446Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:38.4699148Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.017s) 2022-12-01T10:25:38.4699912Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-12-01T10:25:38.4700505Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.011s) 2022-12-01T10:25:38.4701102Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:25:38.4701871Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:25:38.4702561Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:25:38.4703237Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:25:38.4703952Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4704959Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4705649Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:38.4706372Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:38.4707208Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:38.4707974Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:25:38.4708589Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4709219Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4709815Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:25:38.4710431Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4711103Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4711893Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4712505Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.095s) 2022-12-01T10:25:38.4713124Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.091s) 2022-12-01T10:25:38.4713729Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.065s) 2022-12-01T10:25:38.4714370Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.047s) 2022-12-01T10:25:38.4714995Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-12-01T10:25:38.4715631Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.046s) 2022-12-01T10:25:38.4718412Z test_nonzero_astuple_out_cpu (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [3, 3, 3], which does not match the required output shape [27, 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:25:38.4719973Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4720323Z ok (0.051s) 2022-12-01T10:25:38.4722760Z test_nonzero_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:25:38.4724301Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4726531Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:25:38.4727955Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4730208Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [6, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:25:38.4731626Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4733826Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [8, 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:25:38.4735326Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4737680Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [60, 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:25:38.4739079Z r = func(*args, **kwargs) 2022-12-01T10:25:38.4739442Z ok (0.034s) 2022-12-01T10:25:38.4739917Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4740508Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4741111Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4741715Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4742296Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4742888Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4743554Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4744148Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4744863Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.032s) 2022-12-01T10:25:38.4745494Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4746155Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:38.4746764Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:25:38.4747353Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-12-01T10:25:38.4747916Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4748485Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:38.4749098Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:25:38.4749691Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4750274Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4750831Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4751421Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4752003Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:25:38.4752555Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:25:38.4752887Z 2022-12-01T10:25:38.4753327Z ---------------------------------------------------------------------- 2022-12-01T10:25:38.4753830Z Ran 89 tests in 1.866s 2022-12-01T10:25:38.4754065Z 2022-12-01T10:25:38.4754196Z OK (skipped=1) 2022-12-01T10:25:38.4754421Z 2022-12-01T10:25:38.4754601Z Generating XML reports... 2022-12-01T10:25:38.4755483Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201102536.xml 2022-12-01T10:25:38.4755985Z 2022-12-01T10:25:38.4756573Z ##[endgroup] 2022-12-01T10:25:38.4757400Z FINISHED PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops__wloaqb0) 2022-12-01T10:25:38.4757862Z 2022-12-01T10:25:40.9375887Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:41.0554435Z Ignoring disabled issues: [] 2022-12-01T10:25:41.0792658Z Running test_dynamic_shapes ... [2022-12-01 10:25:41.078745] 2022-12-01T10:25:41.0794588Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:41.079086] 2022-12-01T10:25:43.7953436Z 2022-12-01T10:25:43.7954152Z Expand the folded group to see the log file of test_dynamic_shapes 2022-12-01T10:25:43.7955460Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_dkgfu_ou) 2022-12-01T10:25:43.7956916Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-12-01T10:25:43.7957317Z 2022-12-01T10:25:43.7957461Z Running tests... 2022-12-01T10:25:43.7958110Z ---------------------------------------------------------------------- 2022-12-01T10:25:43.7958707Z test_arith_ops (__main__.TestPySymInt) ... ok (0.361s) 2022-12-01T10:25:43.7959231Z test_aten_ops (__main__.TestPySymInt) ... ok (0.033s) 2022-12-01T10:25:43.7959738Z test_binary (__main__.TestPySymInt) ... ok (0.021s) 2022-12-01T10:25:43.7960277Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.012s) 2022-12-01T10:25:43.7960819Z test_guard_int (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:25:43.7961344Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:25:43.7961888Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:25:43.7962421Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-12-01T10:25:43.7962950Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.078s) 2022-12-01T10:25:43.7963506Z test_roundtrip (__main__.TestPySymInt) ... ok (0.014s) 2022-12-01T10:25:43.7964172Z test_size_expressions (__main__.TestPySymInt) ... ok (0.007s) 2022-12-01T10:25:43.7964719Z test_stride (__main__.TestPySymInt) ... ok (0.001s) 2022-12-01T10:25:43.7965233Z test_symint_args (__main__.TestPySymInt) ... ok (0.035s) 2022-12-01T10:25:43.7965780Z test_symint_as_scalar (__main__.TestPySymInt) ... ok (0.002s) 2022-12-01T10:25:43.7966333Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.019s) 2022-12-01T10:25:43.7966644Z 2022-12-01T10:25:43.7967045Z ---------------------------------------------------------------------- 2022-12-01T10:25:43.7967548Z Ran 15 tests in 0.590s 2022-12-01T10:25:43.7967789Z 2022-12-01T10:25:43.7967914Z OK 2022-12-01T10:25:43.7968110Z 2022-12-01T10:25:43.7968293Z Generating XML reports... 2022-12-01T10:25:43.7969180Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201102542.xml 2022-12-01T10:25:43.7969677Z 2022-12-01T10:25:43.7970128Z ##[endgroup] 2022-12-01T10:25:43.7970949Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (/var/lib/jenkins/workspace/test/test-reports/test_dynamic_shapes_dkgfu_ou) 2022-12-01T10:25:43.7971425Z 2022-12-01T10:25:46.4669213Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:46.5958827Z Ignoring disabled issues: [] 2022-12-01T10:25:46.6235805Z Running test_datapipe ... [2022-12-01 10:25:46.623043] 2022-12-01T10:25:46.6239023Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:46.623469] 2022-12-01T10:25:50.1722316Z 2022-12-01T10:25:50.1723388Z Expand the folded group to see the log file of test_datapipe 2022-12-01T10:25:50.1724803Z ##[group]PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_ss73ivd0) 2022-12-01T10:25:50.1725305Z 2022-12-01T10:25:50.1725508Z Running tests... 2022-12-01T10:25:50.1726308Z ---------------------------------------------------------------------- 2022-12-01T10:25:50.1727354Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports/python-unittest/test_datapipe 2022-12-01T10:25:50.1728029Z skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1728691Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-12-01T10:25:50.1730507Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:25:50.1731758Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:50.1732542Z ok (0.439s) 2022-12-01T10:25:50.1732965Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1733513Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1734041Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1734609Z test_len (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1735163Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1735708Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1736213Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-12-01T10:25:50.1736830Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1737555Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1738272Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1738976Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1739682Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1740492Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-12-01T10:25:50.1741194Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:25:50.1742820Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1743912Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1744572Z ok (0.016s) 2022-12-01T10:25:50.1745109Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-12-01T10:25:50.1746759Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1747862Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1749134Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1792515Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1793987Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1794920Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1796225Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1797156Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1797594Z ok (0.022s) 2022-12-01T10:25:50.1798122Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.014s) 2022-12-01T10:25:50.1798834Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.027s) 2022-12-01T10:25:50.1799555Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-12-01T10:25:50.1800643Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.041s) 2022-12-01T10:25:50.1802296Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1803669Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1804105Z ok (0.020s) 2022-12-01T10:25:50.1804705Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.079s) 2022-12-01T10:25:50.1805457Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-12-01T10:25:50.1806192Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:50.1807906Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:25:50.1809092Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:50.1810630Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:25:50.1811689Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:50.1812189Z ok (0.098s) 2022-12-01T10:25:50.1812707Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-12-01T10:25:50.1813355Z Only for DataPipes that take in a function as argument ... ok (0.025s) 2022-12-01T10:25:50.1814040Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-12-01T10:25:50.1814864Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-12-01T10:25:50.1815603Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-12-01T10:25:50.1816322Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-12-01T10:25:50.1817017Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.007s) 2022-12-01T10:25:50.1817739Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-12-01T10:25:50.1819320Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1820390Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1821070Z ok (0.014s) 2022-12-01T10:25:50.1821713Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-12-01T10:25:50.1822454Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.021s) 2022-12-01T10:25:50.1823243Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-12-01T10:25:50.1823973Z Only for DataPipes that take in a function as argument ... ok (0.008s) 2022-12-01T10:25:50.1824969Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-12-01T10:25:50.1825707Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-12-01T10:25:50.1827290Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1828358Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1828951Z ok (0.004s) 2022-12-01T10:25:50.1829460Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.003s) 2022-12-01T10:25:50.1830140Z test_traverse_forked (__main__.TestGraph) ... ok (0.006s) 2022-12-01T10:25:50.1830803Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.004s) 2022-12-01T10:25:50.1831411Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:25:50.1832280Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-12-01T10:25:50.1850107Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:25:50.1851122Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-12-01T10:25:50.1852043Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:25:50.1852952Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.003s) 2022-12-01T10:25:50.1853841Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-12-01T10:25:50.1854898Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.003s) 2022-12-01T10:25:50.1855770Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.003s) 2022-12-01T10:25:50.1856586Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.029s) 2022-12-01T10:25:50.1858750Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:263: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-12-01T10:25:50.1860026Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-12-01T10:25:50.1860537Z ok (0.012s) 2022-12-01T10:25:50.1861168Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.025s) 2022-12-01T10:25:50.1861996Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:50.1862971Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.006s) 2022-12-01T10:25:50.1863852Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:50.1864793Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.015s) 2022-12-01T10:25:50.1865598Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:50.1866544Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.006s) 2022-12-01T10:25:50.1867323Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:50.1868296Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.004s) 2022-12-01T10:25:50.1869102Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-12-01T10:25:50.1870122Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.008s) 2022-12-01T10:25:50.1871757Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-12-01T10:25:50.1872806Z "Local function is not supported by pickle, please use " 2022-12-01T10:25:50.1873268Z ok (0.012s) 2022-12-01T10:25:50.1873816Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.019s) 2022-12-01T10:25:50.1874633Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-12-01T10:25:50.1875438Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-12-01T10:25:50.1876254Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-12-01T10:25:50.1877167Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.012s) 2022-12-01T10:25:50.1877961Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.011s) 2022-12-01T10:25:50.1878651Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-12-01T10:25:50.1879315Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-12-01T10:25:50.1879931Z test_old_dataloader (__main__.TestSharding) ... ok (0.075s) 2022-12-01T10:25:50.1880471Z test_sharding_length (__main__.TestSharding) ... ok (0.005s) 2022-12-01T10:25:50.1881044Z test_simple_sharding (__main__.TestSharding) ... ok (0.007s) 2022-12-01T10:25:50.1881603Z test_api (__main__.TestStreamWrapper) ... ok (0.003s) 2022-12-01T10:25:50.1882125Z test_dir (__main__.TestStreamWrapper) ... ok (0.002s) 2022-12-01T10:25:50.1882680Z test_pickle (__main__.TestStreamWrapper) ... ok (0.002s) 2022-12-01T10:25:50.1883230Z test_repr (__main__.TestStreamWrapper) ... ok (0.002s) 2022-12-01T10:25:50.1883831Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.007s) 2022-12-01T10:25:50.1884547Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:25:50.1885153Z test_isinstance (__main__.TestTyping) ... ok (0.002s) 2022-12-01T10:25:50.1885764Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-12-01T10:25:50.1886332Z test_protocol (__main__.TestTyping) ... ok (0.002s) 2022-12-01T10:25:50.1886922Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:25:50.1887547Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-12-01T10:25:50.1888193Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-12-01T10:25:50.1888525Z 2022-12-01T10:25:50.1888964Z ---------------------------------------------------------------------- 2022-12-01T10:25:50.1889487Z Ran 87 tests in 1.284s 2022-12-01T10:25:50.1889726Z 2022-12-01T10:25:50.1889880Z OK (skipped=16) 2022-12-01T10:25:50.1890113Z 2022-12-01T10:25:50.1890272Z Generating XML reports... 2022-12-01T10:25:50.1891232Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201102548.xml 2022-12-01T10:25:50.1892388Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201102548.xml 2022-12-01T10:25:50.1893566Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201102548.xml 2022-12-01T10:25:50.1894945Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201102548.xml 2022-12-01T10:25:50.1896067Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201102548.xml 2022-12-01T10:25:50.1897281Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201102548.xml 2022-12-01T10:25:50.1898624Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201102548.xml 2022-12-01T10:25:50.1899974Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201102548.xml 2022-12-01T10:25:50.1901431Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201102548.xml 2022-12-01T10:25:50.1902564Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201102548.xml 2022-12-01T10:25:50.1903624Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201102548.xml 2022-12-01T10:25:50.1904792Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201102548.xml 2022-12-01T10:25:50.1905934Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201102548.xml 2022-12-01T10:25:50.1907209Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201102548.xml 2022-12-01T10:25:50.1908335Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201102548.xml 2022-12-01T10:25:50.1908834Z 2022-12-01T10:25:50.1909467Z ##[endgroup] 2022-12-01T10:25:50.1910280Z FINISHED PRINTING LOG FILE of test_datapipe (/var/lib/jenkins/workspace/test/test-reports/test_datapipe_ss73ivd0) 2022-12-01T10:25:50.1910748Z 2022-12-01T10:25:52.3623272Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:52.4265168Z Ignoring disabled issues: [] 2022-12-01T10:25:52.4408907Z Running test_fx_passes ... [2022-12-01 10:25:52.440556] 2022-12-01T10:25:52.4412098Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:52.440851] 2022-12-01T10:25:54.9385471Z 2022-12-01T10:25:54.9386244Z Expand the folded group to see the log file of test_fx_passes 2022-12-01T10:25:54.9387228Z ##[group]PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_r2k7_2os) 2022-12-01T10:25:54.9388340Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-12-01T10:25:54.9388632Z 2022-12-01T10:25:54.9388759Z Running tests... 2022-12-01T10:25:54.9389314Z ---------------------------------------------------------------------- 2022-12-01T10:25:54.9390087Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.250s) 2022-12-01T10:25:54.9390885Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:25:54.9391872Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:54.9392713Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:54.9393458Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9394236Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9395090Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:54.9395874Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9396612Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9397333Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:54.9398074Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:25:54.9398836Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9399439Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:54.9399892Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:25:54.9400316Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:54.9400728Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:54.9401318Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:25:54.9401973Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-12-01T10:25:54.9402706Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9403337Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:25:54.9403964Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9404550Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9405153Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9405784Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9406451Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:25:54.9407079Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-12-01T10:25:54.9407686Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:25:54.9408220Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:54.9408733Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9409271Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9409801Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9410338Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9410915Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9411519Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:54.9412056Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9412593Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:54.9413110Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:25:54.9413601Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:25:54.9414065Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9414631Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9415111Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:25:54.9415623Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-12-01T10:25:54.9415833Z 2022-12-01T10:25:54.9416020Z ---------------------------------------------------------------------- 2022-12-01T10:25:54.9416266Z Ran 42 tests in 0.469s 2022-12-01T10:25:54.9416382Z 2022-12-01T10:25:54.9416444Z OK 2022-12-01T10:25:54.9416539Z 2022-12-01T10:25:54.9416623Z Generating XML reports... 2022-12-01T10:25:54.9417024Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102554.xml 2022-12-01T10:25:54.9417545Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102554.xml 2022-12-01T10:25:54.9417777Z 2022-12-01T10:25:54.9418042Z ##[endgroup] 2022-12-01T10:25:54.9418405Z FINISHED PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_r2k7_2os) 2022-12-01T10:25:54.9418617Z 2022-12-01T10:25:57.3739436Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:25:57.5034192Z Ignoring disabled issues: [] 2022-12-01T10:25:57.5315479Z Running lazy/test_reuse_ir ... [2022-12-01 10:25:57.531043] 2022-12-01T10:25:57.5317805Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:25:57.531481] 2022-12-01T10:25:59.9283281Z 2022-12-01T10:25:59.9283952Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-12-01T10:25:59.9286114Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_9vkfxe3d) 2022-12-01T10:25:59.9286788Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-12-01T10:25:59.9286974Z 2022-12-01T10:25:59.9287050Z Running tests... 2022-12-01T10:25:59.9287362Z ---------------------------------------------------------------------- 2022-12-01T10:25:59.9288207Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 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.314s) 2022-12-01T10:25:59.9289289Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:25:59.9290365Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:25:59.9290905Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.139s) 2022-12-01T10:25:59.9291056Z 2022-12-01T10:25:59.9291259Z ---------------------------------------------------------------------- 2022-12-01T10:25:59.9291504Z Ran 4 tests in 0.455s 2022-12-01T10:25:59.9291618Z 2022-12-01T10:25:59.9291693Z OK (skipped=3) 2022-12-01T10:25:59.9291787Z 2022-12-01T10:25:59.9291874Z Generating XML reports... 2022-12-01T10:25:59.9292290Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102559.xml 2022-12-01T10:25:59.9292526Z 2022-12-01T10:25:59.9292745Z ##[endgroup] 2022-12-01T10:25:59.9293118Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_9vkfxe3d) 2022-12-01T10:25:59.9293337Z 2022-12-01T10:26:01.4453589Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:01.5090726Z Ignoring disabled issues: [] 2022-12-01T10:26:01.5231433Z Running nn/test_dropout ... [2022-12-01 10:26:01.522866] 2022-12-01T10:26:01.5234247Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:01.523131] 2022-12-01T10:26:03.5255395Z 2022-12-01T10:26:03.5256200Z Expand the folded group to see the log file of nn/test_dropout 2022-12-01T10:26:03.5257217Z ##[group]PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_viq7jeuw) 2022-12-01T10:26:03.5258062Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-12-01T10:26:03.5258358Z 2022-12-01T10:26:03.5258512Z Running tests... 2022-12-01T10:26:03.5259050Z ---------------------------------------------------------------------- 2022-12-01T10:26:03.5259603Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.004s) 2022-12-01T10:26:03.5260136Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.077s) 2022-12-01T10:26:03.5260716Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-12-01T10:26:03.5261323Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:03.5262228Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:26:03.5262851Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:26:03.5263466Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:26:03.5264086Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.404s) 2022-12-01T10:26:03.5264939Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:26:03.5265292Z 2022-12-01T10:26:03.5265702Z ---------------------------------------------------------------------- 2022-12-01T10:26:03.5266161Z Ran 9 tests in 0.529s 2022-12-01T10:26:03.5266375Z 2022-12-01T10:26:03.5266495Z OK (skipped=1) 2022-12-01T10:26:03.5266706Z 2022-12-01T10:26:03.5266875Z Generating XML reports... 2022-12-01T10:26:03.5267661Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102602.xml 2022-12-01T10:26:03.5268699Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102602.xml 2022-12-01T10:26:03.5269201Z 2022-12-01T10:26:03.5269660Z ##[endgroup] 2022-12-01T10:26:03.5270383Z FINISHED PRINTING LOG FILE of nn/test_dropout (/var/lib/jenkins/workspace/test/test-reports/nn-test_dropout_viq7jeuw) 2022-12-01T10:26:03.5270797Z 2022-12-01T10:26:04.9331045Z 2022-12-01T10:26:04.9331495Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:26:04.9332319Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_rddbayzl) 2022-12-01T10:26:04.9349470Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-12-01T10:26:04.9350324Z /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:26:04.9351105Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:26:04.9351377Z 2022-12-01T10:26:04.9351497Z Running tests... 2022-12-01T10:26:04.9351932Z ---------------------------------------------------------------------- 2022-12-01T10:26:04.9352432Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.025s) 2022-12-01T10:26:04.9353076Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:26:04.9353777Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:26:04.9354507Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:26:04.9355447Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:26:04.9356069Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9356691Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-12-01T10:26:04.9357305Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9358076Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9358861Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9359680Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9360472Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9361256Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9362117Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9362910Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9363704Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9364499Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9365139Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9365771Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9366520Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9367282Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9368034Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9368807Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9369562Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9370354Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9371139Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9371781Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:26:04.9372430Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9373076Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:26:04.9373744Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9374626Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9375297Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-12-01T10:26:04.9376004Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9376833Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:26:04.9377746Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9378464Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:26:04.9379147Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:26:04.9379847Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-12-01T10:26:04.9380540Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9381401Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9382288Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9383138Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9383985Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9384991Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9385867Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9386727Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9387587Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9388429Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9389241Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9390088Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9390940Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9391777Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9392633Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9393481Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9394325Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9395220Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9395962Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9396427Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9396870Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9397458Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:26:04.9398131Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9398925Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9399663Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9400394Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9401142Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9401907Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9402672Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9403488Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9404393Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9405237Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9406088Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9406827Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9407548Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9408257Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9408746Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9409194Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9409733Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9410414Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9411094Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9411813Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9412533Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9413323Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9414113Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9414900Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:26:04.9415560Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-12-01T10:26:04.9416252Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:26:04.9416995Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9417791Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:26:04.9418550Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9419284Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:26:04.9420040Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9420773Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9421504Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9422272Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9423012Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9423851Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9424780Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9425591Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9426385Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9427155Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9427932Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9428727Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9429467Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9430214Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:26:04.9430941Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9431649Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-12-01T10:26:04.9432305Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.690s) 2022-12-01T10:26:04.9432908Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.166s) 2022-12-01T10:26:04.9433590Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.735s) 2022-12-01T10:26:04.9434259Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.478s) 2022-12-01T10:26:04.9435012Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.014s) 2022-12-01T10:26:04.9435841Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.089s) 2022-12-01T10:26:04.9437552Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:26:04.9438226Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:26:04.9438898Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:26:04.9439537Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9440233Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-12-01T10:26:04.9440753Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9441415Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-12-01T10:26:04.9441932Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9442659Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-12-01T10:26:04.9443168Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9443419Z ok (0.109s) 2022-12-01T10:26:04.9444097Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-12-01T10:26:04.9444642Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:26:04.9445279Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-12-01T10:26:04.9445776Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9447819Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-12-01T10:26:04.9448315Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9448957Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-12-01T10:26:04.9449446Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-12-01T10:26:04.9449675Z ok (0.079s) 2022-12-01T10:26:04.9450073Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:26:04.9450474Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:26:04.9450828Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.005s) 2022-12-01T10:26:04.9451163Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:26:04.9451518Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.013s) 2022-12-01T10:26:04.9451874Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:26:04.9452645Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:26:04.9453185Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:26:04.9453407Z ok (0.007s) 2022-12-01T10:26:04.9453673Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:26:04.9454097Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:26:04.9454538Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:26:04.9454884Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-12-01T10:26:04.9455414Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9456020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9456570Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9457069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9457567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9458056Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9458534Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9459019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9459516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9460011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9460501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9460977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9461468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9461955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9462442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9462909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9463428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9463917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9464526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9465089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9465562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9466136Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9466625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9467114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9467597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9468067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9468561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9469051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9469540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9470011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9470491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9470976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9471462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9471941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9472412Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9472890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9473422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9473907Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9474388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9474856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9475170Z ok (1.017s) 2022-12-01T10:26:04.9475651Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9476260Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9476733Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9477209Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9477693Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9478167Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9478638Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9479089Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9479564Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9480030Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9480497Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9480946Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9481405Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9481880Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9482352Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9482851Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9483575Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9483965Z self._get_name() 2022-12-01T10:26:04.9484652Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp:76.) 2022-12-01T10:26:04.9485138Z return callable(*args, **kwargs) 2022-12-01T10:26:04.9485313Z ok (1.395s) 2022-12-01T10:26:04.9485768Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9486400Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9486880Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9487336Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9487801Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9488283Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9488754Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9489218Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9489672Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9490144Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9490615Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9491084Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9491548Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9491997Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9492470Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9492935Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9493669Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9494047Z self._get_name() 2022-12-01T10:26:04.9494216Z ok (1.421s) 2022-12-01T10:26:04.9495024Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9495527Z self._get_name() 2022-12-01T10:26:04.9495684Z ok (0.431s) 2022-12-01T10:26:04.9496149Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9496796Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9497273Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9497734Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9498197Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9498675Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9499146Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9499609Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9500059Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9500529Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9500999Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9501467Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9501915Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9502376Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9502846Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9503350Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9504071Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9504623Z self._get_name() 2022-12-01T10:26:04.9504795Z ok (1.485s) 2022-12-01T10:26:04.9505261Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9505871Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9506336Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9506861Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9507334Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9507790Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9508237Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9508705Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9509182Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9509653Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9510119Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9510571Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9511040Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9511513Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9511984Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9512444Z [W qconv_dynamic.cpp:76] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic) 2022-12-01T10:26:04.9513349Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9514080Z self._get_name() 2022-12-01T10:26:04.9514406Z ok (1.467s) 2022-12-01T10:26:04.9515230Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-12-01T10:26:04.9515758Z self._get_name() 2022-12-01T10:26:04.9515922Z ok (0.370s) 2022-12-01T10:26:04.9516376Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9516984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9517519Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9518019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9518516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9519004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9519479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9519971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9520460Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9520951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9521442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9521916Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9522402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9522889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9523375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9523860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9524336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9524853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9525338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9525819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9526117Z ok (0.568s) 2022-12-01T10:26:04.9526578Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9527231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9527721Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9528202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9528674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9529159Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9529653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9530139Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9530625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9531093Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9531581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9532072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9532556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9533022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9533501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9533987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9534599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9535090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9535562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9536047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9536532Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9537069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9537554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9538016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9538502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9538987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9539477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9539947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9540431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9540919Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9541398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9541880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9542351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9542833Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9543319Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9543834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9544320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9544914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9545401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9545886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9546378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9546913Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9547397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9547885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9548374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9548862Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9549337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9549823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9550305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9550792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9551277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9551746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9552232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9552716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9553203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9553718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9554199Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9554679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9555160Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9555639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9556145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9556625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9557109Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9557592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9558074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9558550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9559026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9559508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9559987Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9560456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9560938Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9561421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9561904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9562386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9562854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9563376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9563860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9564348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9564830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9565295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9565810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9566295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9566776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9567246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9567728Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9568210Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9568689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9569170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9569635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9570116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9570597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9571083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9571566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9572035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9572547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9573031Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9573510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9573979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9574531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9575058Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9575551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9576035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9576506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9576983Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9577467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9577948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9578435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9578904Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9579389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9579882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9580364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9580847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9581314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9581793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9582312Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9582793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9583258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9583736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9584218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9584857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9585344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9585818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9586323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9587000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9587608Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9588090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9588556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9589042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9589531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9590015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9590485Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9590961Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9591443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9591990Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9592472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9592942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9593424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9593908Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9594395Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9594914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9595385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9595868Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9596351Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9596830Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9597300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9597780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9598261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9598742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9599230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9599697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9600183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9600661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9601145Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9601659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9602127Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9602609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9603094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9603574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9604090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9604574Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9605055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9605538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9606018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9606491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9606972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9607459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9607947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9608431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9608903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9609384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9609867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9610346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9610812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9611327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9611812Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9612298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9612780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9613251Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9613763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9614248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9614804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9615293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9615765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9616255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9616742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9617228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9617698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9618184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9618671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9619154Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9619633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9620178Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9620705Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9621192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9621676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9622156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9622625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9623146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9623632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9624118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9624726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9625197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9625690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9626177Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9626664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9627135Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9627626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9628116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9628880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9629652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9630455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9631217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9632105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9632910Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9633766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9634536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9635369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9636349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9637187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9637968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9638793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9639454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9640126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9640787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9641433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9642091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9642744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9643414Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9644066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9644703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9645363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9646125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9646782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9647419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9648070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9648736Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9649531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9650393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9651121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9651773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9652431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9653087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9653747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9654390Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9655125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9655786Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9656447Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9657107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9657762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9658424Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9659085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9659841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9660521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9661297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9662107Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9662789Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9663527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9664170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9664999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9665673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9666376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9667034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9667731Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9668378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9669063Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9669811Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9670454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9671113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9671797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9672461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9673163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9674061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9674878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9675552Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9676223Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9676914Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9677656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9678439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9679174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9679900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9680662Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9681358Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9681847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9682339Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9682826Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9683308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9683823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9684303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9684787Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9685269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9685815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9686296Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9686782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9687269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9687751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9688279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9688763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9689249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9689730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9690203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9690696Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9691182Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9691670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9692151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9692622Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9693108Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9693591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9694077Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9694640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9695123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9695648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9696133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9696625Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9697094Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9697575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9698090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9698578Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9699061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9699529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9700010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9700499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9700992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9701476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9701947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9702431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9702912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9703394Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9703860Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9704342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9705020Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9705516Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9706000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9706478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9706964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9707451Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9708001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9708492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9708964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9709453Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9709950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9710440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9710932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9711407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9711895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9712391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9712882Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9713360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9713849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9714340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9714884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9715367Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9715841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9716329Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9716822Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9717336Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9717824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9718301Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9718790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9719276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9719761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9720231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9720805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9721288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9721771Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9722254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9722726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9723211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9723694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9724175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9724703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9725173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9725663Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9726141Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9726626Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9727133Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9727620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9728110Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9728593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9729079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9729559Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9730047Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9730536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9731027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9731515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9731992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9732480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9732971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9733454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9733976Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9734535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9735022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9735510Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9735988Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9736496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9736981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9737467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9737953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9738435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9738909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9739387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9739867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9740345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9740814Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9741298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9741785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9742268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9742760Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9743230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9743762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9744250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9744890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9745383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9745856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9746408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9746896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9747378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9747846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9748327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9748819Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9749300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9749782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9750249Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9750729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9751214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9751703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9752187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9752658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9753189Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9753671Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9754150Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9754617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9755103Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9755590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9756124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9756609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9757081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9757562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9758051Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9758533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9759011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9759479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9759966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9760459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9760947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9761430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9761896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9762378Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9762901Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9763383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9763848Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9764328Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9764816Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9765337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9765821Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9766292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9766773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9767254Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9767737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9768216Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9768680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9769163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9769647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9770132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9770599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9771080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9771561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9772046Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9772568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9773036Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9773515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9774003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9774587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9775118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9775590Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9776075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9776562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9777045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9777515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9777996Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9778484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9778964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9779449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9779928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9780413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9780896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9781380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9781892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9782376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9782861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9783342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9783820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9784321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9784902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9785389Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9785869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9786335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9786820Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9787299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9787779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9788255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9788724Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9789206Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9789695Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9790176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9790659Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9791132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9791686Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9792167Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9792649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9793118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9793597Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9794122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9794605Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9795087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9795556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9796037Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9796521Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9797004Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9797484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9797951Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9798435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9798921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9799401Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9799869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9800348Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9800873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9801356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9801840Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9802308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9802788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9803273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9803790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9804272Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9804743Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9805250Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9805834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9806314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9806794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9807261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9807744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9808235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9808719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9809188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9809669Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9810151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9810683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9811163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9811633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9812113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9812595Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9813124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9813611Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9814078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9814621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9815105Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9815592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9816059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9816540Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9817025Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9817509Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9818000Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9818467Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9818949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9819427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9819909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9820433Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9820898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9821380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9821866Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9822352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9822874Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9823354Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9823837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9824318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9824947Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9825418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9825899Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9826384Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9826869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9827357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9827828Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9828309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9828794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9829273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9829815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9830297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9830785Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9831271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9831755Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9832266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9832748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9833232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9833718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9834197Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9834673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9835158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9835646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9836129Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9836599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9837084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9837573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9838061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9838542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9839006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9839526Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9840015Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9840498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9840980Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9841452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9841972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9842458Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9842941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9843411Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9843886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9844375Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9844859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9845341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9845815Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9846299Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9846784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9847265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9847748Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9848215Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9848741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9849225Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9849710Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9850268Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9850873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9851366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9851894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9852380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9852849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9853421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9853993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9854629Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9855269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9855813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9876676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9877202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9877699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9878196Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9878685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9879156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9879793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9880283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9880772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9881263Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9881733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9882281Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9882774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9883726Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:26:04.9884228Z return callable(*args, **kwargs) 2022-12-01T10:26:04.9884404Z ok (26.295s) 2022-12-01T10:26:04.9884870Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9885480Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9885978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9886454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9886937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9887434Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9887921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9888397Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9888871Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9889355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9889878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9890361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9890829Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9891320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9891803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9892320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9892802Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9893273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9893751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9894231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9894809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9895292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9895761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9896245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9896727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9897213Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9897697Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9898165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9898651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9899137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9899661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9900132Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9900616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9901095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9901579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9902091Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9902561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9903043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9903531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9904016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9904639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9905115Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9905598Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9906080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9906568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9907042Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9907522Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9908006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9908491Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9909026Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9909497Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9909977Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9910459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9910941Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9911459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9911924Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9912408Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9912890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9913369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9913842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9914326Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9914806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9915291Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9915773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9916245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9916725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9917209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9917690Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9918175Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9918681Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9919163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9919643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9920119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9920584Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9921095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9921580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9922061Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9922542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9923012Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9923494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9923973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9924456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9924934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9925407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9925890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9926366Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9926849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9927317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9927827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9928309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9928792Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9929269Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9929740Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9930220Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9930733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9931222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9931702Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9932171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9932656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9933137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9933616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9934085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9934633Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9935120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9935609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9936096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9936564Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9937045Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9937557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9938035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9938515Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9938979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9939459Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9939965Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9940436Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9940905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9941377Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9941858Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9942344Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9942827Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9943292Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9943773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9944258Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9944887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9945364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9945832Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9946311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9946784Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9947323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9947796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9948255Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9948732Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9949212Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9949741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9950211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9950687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9951163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9951640Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9952118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9952582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9953057Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9953536Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9954016Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9954501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9954968Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9955442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9955917Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9956435Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9956903Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9957376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9957859Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9958338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9958861Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9959332Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9959810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9960295Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9960777Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9961256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9961725Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9962200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9962677Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9963157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9963627Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9964100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9964580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9965060Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9965541Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9966050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9966520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9966999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9967479Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9967959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9968461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9968942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9969423Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9969894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9970364Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9970847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9971327Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9971813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9972289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9972752Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9973232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9973712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9974188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9974729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9975279Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9975761Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9976247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9976730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9977200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9977687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9978198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9978673Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9979156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9979623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9980102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9980579Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9981054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9981533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9982003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9982490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9982964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9983444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9983923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9984505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9985297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9985809Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9986290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9986766Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9987246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9987780Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9988266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9988741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9989202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9989682Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9990170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9990651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9991130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9991599Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9992080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9992566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9993043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9993506Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9993989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9994472Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9994992Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9995484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9995953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9996518Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9997008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9997528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9998010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9998477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9998957Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9999442Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:04.9999932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0000402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0000878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0001355Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0001837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0002311Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0002778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0003256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0003737Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0004266Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0004750Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0005217Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0005700Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0006186Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0006703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0007248Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0007722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0008200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0008685Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0009173Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0009644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0010120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0010433Z ok (5.869s) 2022-12-01T10:26:05.0010719Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.048s) 2022-12-01T10:26:05.0011098Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.036s) 2022-12-01T10:26:05.0011482Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.043s) 2022-12-01T10:26:05.0011888Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.049s) 2022-12-01T10:26:05.0012302Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.047s) 2022-12-01T10:26:05.0012694Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-12-01T10:26:05.0013204Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0013672Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0014022Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0014459Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0014807Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0015148Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0015477Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0015827Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0016165Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0016501Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0016825Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0017169Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0017510Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0018022Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0018357Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0018699Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0019040Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0019364Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0019703Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0019946Z ok (0.050s) 2022-12-01T10:26:05.0020212Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.958s) 2022-12-01T10:26:05.0020599Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.042s) 2022-12-01T10:26:05.0020996Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.230s) 2022-12-01T10:26:05.0021377Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (8.479s) 2022-12-01T10:26:05.0021904Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0022514Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0023007Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0023502Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0023997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0024581Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0025069Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0025562Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0026123Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0026606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0027080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0027567Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0028055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0028587Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0029059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0029545Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0030028Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0030512Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0030993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0031462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0031942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0032427Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0032918Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0033402Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0033870Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0034356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0034834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0035347Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0035817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0036289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0036774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0037260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0037741Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0038241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0038730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0039209Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0039689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0040176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0040643Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0041130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0041615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0042096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0042568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0043048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0043529Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0044011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0044495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0045003Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0045481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0045966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0046449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0046925Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0047431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0047912Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0048387Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0048865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0049335Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0049818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0050305Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0050788Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0051271Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0051744Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0052231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0052714Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0053198Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0053676Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0054140Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0054733Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0055218Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0055698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0056170Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0056651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0057169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0057654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0058138Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0058606Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0059087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0059569Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0060054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0060542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0061010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0061490Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0061978Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0062456Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0062935Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0063404Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0063927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0064500Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0064986Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0065455Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0065932Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0066468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0066959Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0067438Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0067909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0068391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0068878Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0069365Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0069849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0070317Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0070804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0071288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0071767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0072238Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0072718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0073201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0073734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0074214Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0074680Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0075161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0075644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0076157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0076639Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0077104Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0077582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0078067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0078556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0079021Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0079503Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0079984Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0080466Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0080949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0081415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0081892Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0082379Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0082896Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0083380Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0083854Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0084334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0084813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0085297Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0085810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0086289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0086775Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0087260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0087751Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0088222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0088704Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0089183Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0089665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0090153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0090615Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0091101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0091583Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0092059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0092571Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0093050Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0093528Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0094010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0094557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0095066Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0095550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0096039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0096523Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0097008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0097481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0097960Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0098444Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0098927Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0099391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0099876Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0100357Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0100839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0101321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0101790Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0102310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0102794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0103276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0103758Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0104231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0104873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0105360Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0105846Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0106314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0106794Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0107283Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0107765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0108246Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0108720Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0109201Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0109684Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0110171Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0110653Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0111117Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0111646Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0112124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0112600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0113079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0113547Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0114072Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0114561Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0115041Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0115508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0115991Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0116478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0116958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0117437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0117909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0118391Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0118887Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0119369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0119851Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0120321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0120799Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0121321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0121804Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0122273Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0122756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0123239Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0123793Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0124275Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0124747Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0125231Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0125713Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0126204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0126683Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0127148Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0127635Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0128122Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0128604Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0129074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0129555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0130032Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0130550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0131034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0131501Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0131981Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0132462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0132946Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0133461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0133934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0134492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0134982Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0135464Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0135929Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0136410Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0136893Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0137376Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0137867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0138338Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0138817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0139300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0139782Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0140309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0140779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0141261Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0141742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0142228Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0142730Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0143211Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0143693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0144176Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0144764Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0145241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0145722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0146203Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0146691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0147174Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0147647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0148130Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0148616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0149095Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0149566Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0150102Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0150582Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0151070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0151555Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0152022Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0152556Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0153039Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0153517Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0154001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0154475Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0154964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0155452Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0155934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0156415Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0156889Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0157374Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0157856Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0158340Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0158805Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0159321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0159806Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0160293Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0160772Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0161010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0161265Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0161498Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0161734Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0161971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0162204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0162443Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0162674Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0162902Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0163137Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0163371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0163607Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0163842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0164075Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0164290Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0164527Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0164796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0165027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0165259Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0165489Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0165716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0165989Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0166222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0166454Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0166689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0166923Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0167156Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0167392Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0167612Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0167844Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0168079Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0168314Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0168543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0168778Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0169009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0169371Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0169636Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0169869Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0170097Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0170333Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0170568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0170842Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0171078Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0171310Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0171538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0171776Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0172006Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0172234Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0172468Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0172699Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0172933Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0173169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0173400Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0173632Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0173853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0174119Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0174352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0174647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0174884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0175114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0175388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0175623Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0175853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0176090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0176324Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0176563Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0176796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0177029Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0177245Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0177481Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0177719Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0177950Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0178184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0178418Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0178651Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0178921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0179152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0179383Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0179617Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0179850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0180114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0180337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0180568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0180797Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0181035Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0181267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0181494Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0181729Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0181963Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0182194Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0182428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0182658Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0182885Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0183120Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0183385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0183603Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0183839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0184070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0184300Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0184687Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0184922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0185152Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0185385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0185616Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0185849Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0186087Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0186321Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0186553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0186774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0187011Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0187241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0187477Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0187711Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0187942Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0188052Z ok (11.965s) 2022-12-01T10:26:05.0188218Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:26:05.0188350Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-12-01T10:26:05.0188532Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:26:05.0188677Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.004s) 2022-12-01T10:26:05.0188837Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:26:05.0188982Z First checks to see if _equalize.equalize can handle multiple ... ok (0.029s) 2022-12-01T10:26:05.0189159Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:26:05.0189298Z Checks to see if eager mode equalization supports fused ... ok (0.046s) 2022-12-01T10:26:05.0189478Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:26:05.0189615Z Checks to see if eager mode equalization supports fused ... ok (0.041s) 2022-12-01T10:26:05.0189844Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.519s) 2022-12-01T10:26:05.0190018Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0190724Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:26:05.0190886Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:26:05.0191389Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1537: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:26:05.0191558Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-12-01T10:26:05.0191627Z ok (0.096s) 2022-12-01T10:26:05.0191801Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0192240Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:26:05.0192365Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:26:05.0192695Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:26:05.0192816Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:26:05.0192872Z ok (0.040s) 2022-12-01T10:26:05.0193046Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0193677Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0193890Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0194402Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0194612Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0195157Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0195370Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0195867Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0196077Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0196574Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0196817Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0197295Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0197503Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0197571Z ok (2.962s) 2022-12-01T10:26:05.0197763Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0197917Z After applying the equalization functions, check if the equalization ... ok (0.103s) 2022-12-01T10:26:05.0198087Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0198559Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:26:05.0198685Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:05.0199114Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-12-01T10:26:05.0199239Z "Must run observer before calling calculate_equalization_scale. " + 2022-12-01T10:26:05.0199674Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-12-01T10:26:05.0199835Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-12-01T10:26:05.0200183Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:26:05.0200307Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:05.0200375Z ok (0.705s) 2022-12-01T10:26:05.0200552Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0200693Z Tests that graphs created after prepare_fx is as expected ... ok (0.255s) 2022-12-01T10:26:05.0200864Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0200996Z Tests that for small models, the results of quantized models that ... ok (0.461s) 2022-12-01T10:26:05.0201176Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0201362Z After applying the equalization functions check if the weights and ... ok (0.098s) 2022-12-01T10:26:05.0201518Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:26:05.0201665Z Tests that we are able to run numeric suite on the equalized model ... ok (0.205s) 2022-12-01T10:26:05.0201842Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.210s) 2022-12-01T10:26:05.0202032Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.054s) 2022-12-01T10:26:05.0202222Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.049s) 2022-12-01T10:26:05.0202378Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:26:05.0202488Z Verify that graph matching works on methods ... ok (0.165s) 2022-12-01T10:26:05.0202665Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.083s) 2022-12-01T10:26:05.0203285Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:26:05.0203391Z Returning default scale and zero point " 2022-12-01T10:26:05.0203461Z ok (0.129s) 2022-12-01T10:26:05.0203635Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:26:05.0203776Z Tests that the mapping of op relationships is complete. ... ok (0.010s) 2022-12-01T10:26:05.0203946Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.200s) 2022-12-01T10:26:05.0204561Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0204766Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0204835Z ok (0.125s) 2022-12-01T10:26:05.0205007Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.128s) 2022-12-01T10:26:05.0205173Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.194s) 2022-12-01T10:26:05.0205345Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.130s) 2022-12-01T10:26:05.0205519Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.128s) 2022-12-01T10:26:05.0205688Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:26:05.0205828Z Verify that graph matching works on user defined functions ... ok (0.048s) 2022-12-01T10:26:05.0206412Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2022-12-01T10:26:05.0206641Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:26:05.0207159Z /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:26:05.0207240Z warnings.warn(msg) 2022-12-01T10:26:05.0207307Z ok (4.646s) 2022-12-01T10:26:05.0207499Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... ok (7.056s) 2022-12-01T10:26:05.0207753Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:05.0208485Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:26:05.0208672Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:26:05.0208738Z ok (4.476s) 2022-12-01T10:26:05.0208966Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:05.0209625Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0209862Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0209931Z ok (0.985s) 2022-12-01T10:26:05.0210133Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.505s) 2022-12-01T10:26:05.0210324Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0210513Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:26:05.0210758Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:26:05.0210902Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:26:05.0210973Z ok (0.267s) 2022-12-01T10:26:05.0211179Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.387s) 2022-12-01T10:26:05.0211364Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.519s) 2022-12-01T10:26:05.0211581Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.126s) 2022-12-01T10:26:05.0212243Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0212455Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0212935Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0213149Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0213624Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0213832Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0214299Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0214627Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0214695Z ok (1.054s) 2022-12-01T10:26:05.0214892Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.305s) 2022-12-01T10:26:05.0215114Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:26:05.0215315Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.324s) 2022-12-01T10:26:05.0215515Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.125s) 2022-12-01T10:26:05.0215726Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.667s) 2022-12-01T10:26:05.0215927Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.693s) 2022-12-01T10:26:05.0216129Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.579s) 2022-12-01T10:26:05.0216367Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.766s) 2022-12-01T10:26:05.0216560Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.189s) 2022-12-01T10:26:05.0216976Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:26:05.0217263Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:26:05.0217497Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:26:05.0217772Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:26:05.0218006Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:26:05.0218280Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:26:05.0218347Z ok (0.265s) 2022-12-01T10:26:05.0218547Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.149s) 2022-12-01T10:26:05.0218742Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.252s) 2022-12-01T10:26:05.0218939Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.124s) 2022-12-01T10:26:05.0219129Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.514s) 2022-12-01T10:26:05.0219321Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.626s) 2022-12-01T10:26:05.0219527Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.614s) 2022-12-01T10:26:05.0219746Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.212s) 2022-12-01T10:26:05.0219941Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.429s) 2022-12-01T10:26:05.0220140Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.084s) 2022-12-01T10:26:05.0220347Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.182s) 2022-12-01T10:26:05.0220565Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0220844Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0221077Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0221144Z ok (2.574s) 2022-12-01T10:26:05.0221329Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.131s) 2022-12-01T10:26:05.0221529Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.197s) 2022-12-01T10:26:05.0221724Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.566s) 2022-12-01T10:26:05.0221922Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0222039Z Verify that add_loggers works on methods ... ok (0.212s) 2022-12-01T10:26:05.0222271Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.303s) 2022-12-01T10:26:05.0222464Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.439s) 2022-12-01T10:26:05.0222757Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:26:05.0223001Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:26:05.0223215Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:26:05.0223490Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:26:05.0223653Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:26:05.0223891Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:26:05.0224116Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0224485Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0224708Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0224945Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:26:05.0225147Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:26:05.0225377Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:26:05.0225560Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:26:05.0225791Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0226019Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0226251Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:26:05.0226414Z ok (3.386s) 2022-12-01T10:26:05.0226603Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0226760Z Tests that all the ops quantization cares about have input and output ... ok (0.015s) 2022-12-01T10:26:05.0226959Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0227264Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:26:05.0227529Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:26:05.0227736Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:26:05.0228001Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:26:05.0228277Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:26:05.0228483Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:26:05.0228552Z ok (1.498s) 2022-12-01T10:26:05.0228914Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0229149Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:26:05.0229376Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0229612Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:26:05.0229667Z ok (0.728s) 2022-12-01T10:26:05.0229869Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0230014Z Verifies that we can match pairs of ops which have the same aten ... ok (0.607s) 2022-12-01T10:26:05.0230216Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.242s) 2022-12-01T10:26:05.0230430Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.155s) 2022-12-01T10:26:05.0230634Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0230933Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:26:05.0231222Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:26:05.0231474Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-12-01T10:26:05.0231542Z ok (0.702s) 2022-12-01T10:26:05.0231716Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0231988Z Verify that NS APIs work on user defined functions ... skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:26:05.0232311Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-12-01T10:26:05.0232662Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:26:05.0232824Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:26:05.0232891Z ok (0.559s) 2022-12-01T10:26:05.0233065Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:26:05.0233603Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-12-01T10:26:05.0233773Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-12-01T10:26:05.0233842Z ok (0.278s) 2022-12-01T10:26:05.0234031Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.226s) 2022-12-01T10:26:05.0234293Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.030s) 2022-12-01T10:26:05.0234517Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.125s) 2022-12-01T10:26:05.0235256Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:26:05.0235337Z r = func(*args, **kwargs) 2022-12-01T10:26:05.0235408Z ok (0.310s) 2022-12-01T10:26:05.0235631Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (2.078s) 2022-12-01T10:26:05.0235856Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.152s) 2022-12-01T10:26:05.0236088Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.206s) 2022-12-01T10:26:05.0236287Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.114s) 2022-12-01T10:26:05.0236501Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.699s) 2022-12-01T10:26:05.0236717Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.466s) 2022-12-01T10:26:05.0237068Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0237337Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0237566Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0237825Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0238058Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0238318Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0238583Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0238844Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0239053Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0239315Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0239539Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0239795Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0240021Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0240309Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0240537Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0240797Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0241020Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0241277Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0241499Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0241746Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0242006Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:26:05.0242294Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:26:05.0242522Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0242744Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0242962Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0243188Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0243411Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0243629Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0243847Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0244061Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0244283Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0244541Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0244798Z skipping shadow loggers for node_b: torch.nn.functional.adaptive_avg_pool2d, start_node_a: torch.nn.functional.adaptive_avg_pool2d, unhandled logic in subgraph copy 2022-12-01T10:26:05.0244867Z ok (11.075s) 2022-12-01T10:26:05.0245214Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0245475Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0245703Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0245963Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0246221Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0246480Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0246691Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0246950Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0247171Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0247428Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0247651Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0247908Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0248132Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0248387Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0248610Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0248870Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0249088Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0249320Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0249549Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0249771Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0250001Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0250260Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0250489Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0250714Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add_relu, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:26:05.0251007Z skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:26:05.0251259Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.flatten, start_node_a: torch._VariableFunctionsClass.flatten, unknown dtype cast 2022-12-01T10:26:05.0251328Z ok (4.985s) 2022-12-01T10:26:05.0251539Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (11.439s) 2022-12-01T10:26:05.0251961Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0252253Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0252481Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0252741Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0252968Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0253226Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0253520Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0253745Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0253998Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:26:05.0254224Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:26:05.0254279Z ok (11.998s) 2022-12-01T10:26:05.0254539Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.318s) 2022-12-01T10:26:05.0254740Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.006s) 2022-12-01T10:26:05.0254928Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:26:05.0255106Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:26:05.0255316Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.095s) 2022-12-01T10:26:05.0255521Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-12-01T10:26:05.0255752Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:26:05.0255910Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:26:05.0256050Z Tests the backward method. ... skip: temporarily disable the test (0.005s) 2022-12-01T10:26:05.0256289Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-12-01T10:26:05.0256518Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:26:05.0256700Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-12-01T10:26:05.0256902Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.387s) 2022-12-01T10:26:05.0257120Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-12-01T10:26:05.0257306Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.144s) 2022-12-01T10:26:05.0257841Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-12-01T10:26:05.0258119Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:26:05.0258175Z ok (0.008s) 2022-12-01T10:26:05.0258346Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:26:05.0258506Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.149s) 2022-12-01T10:26:05.0258703Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.022s) 2022-12-01T10:26:05.0258929Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:26:05.0259137Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.023s) 2022-12-01T10:26:05.0259308Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:26:05.0259469Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.114s) 2022-12-01T10:26:05.0259666Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.024s) 2022-12-01T10:26:05.0259879Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:26:05.0260091Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.012s) 2022-12-01T10:26:05.0260273Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.186s) 2022-12-01T10:26:05.0260464Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.016s) 2022-12-01T10:26:05.0260761Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:26:05.0260994Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:26:05.0261194Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.470s) 2022-12-01T10:26:05.0261420Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:26:05.0261621Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.179s) 2022-12-01T10:26:05.0261847Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:26:05.0262164Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-12-01T10:26:05.0262390Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-12-01T10:26:05.0262590Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.186s) 2022-12-01T10:26:05.0262786Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.063s) 2022-12-01T10:26:05.0262951Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:26:05.0263110Z Test case that checks whether forward pre hooks of the first module and ... ok (0.019s) 2022-12-01T10:26:05.0263276Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.066s) 2022-12-01T10:26:05.0263447Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.531s) 2022-12-01T10:26:05.0263648Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.089s) 2022-12-01T10:26:05.0263832Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-12-01T10:26:05.0263989Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.003s) 2022-12-01T10:26:05.0264165Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (2.779s) 2022-12-01T10:26:05.0264345Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.522s) 2022-12-01T10:26:05.0264727Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.002s) 2022-12-01T10:26:05.0264885Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.044s) 2022-12-01T10:26:05.0265050Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.012s) 2022-12-01T10:26:05.0265212Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.014s) 2022-12-01T10:26:05.0265369Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.008s) 2022-12-01T10:26:05.0265525Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.013s) 2022-12-01T10:26:05.0265674Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:26:05.0265838Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.009s) 2022-12-01T10:26:05.0266002Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:26:05.0266146Z This test tests two keys in backend_config: root_node_getter and ... ok (0.010s) 2022-12-01T10:26:05.0266313Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.024s) 2022-12-01T10:26:05.0266461Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:26:05.0266573Z TODO: add test for all fused modules ... ok (0.063s) 2022-12-01T10:26:05.0267370Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:26:05.0267472Z warnings.warn(msg, FutureWarning) 2022-12-01T10:26:05.0267528Z ok (0.010s) 2022-12-01T10:26:05.0267733Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2022-12-01T10:26:05.0267975Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:26:05.0268129Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.029s) 2022-12-01T10:26:05.0268331Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:26:05.0268483Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.105s) 2022-12-01T10:26:05.0268705Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.027s) 2022-12-01T10:26:05.0268919Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.030s) 2022-12-01T10:26:05.0269130Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.036s) 2022-12-01T10:26:05.0269327Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.099s) 2022-12-01T10:26:05.0269538Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.051s) 2022-12-01T10:26:05.0269783Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-12-01T10:26:05.0269989Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.009s) 2022-12-01T10:26:05.0270202Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.021s) 2022-12-01T10:26:05.0270386Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.028s) 2022-12-01T10:26:05.0270635Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.101s) 2022-12-01T10:26:05.0270872Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.103s) 2022-12-01T10:26:05.0271121Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.018s) 2022-12-01T10:26:05.0271296Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.042s) 2022-12-01T10:26:05.0271513Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.203s) 2022-12-01T10:26:05.0271698Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.143s) 2022-12-01T10:26:05.0271896Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.048s) 2022-12-01T10:26:05.0272063Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0272192Z Tests the constructor of the ModelReport class. ... ok (0.025s) 2022-12-01T10:26:05.0272384Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0272518Z Tests for generation of qconfigs by ModelReport API ... ok (0.099s) 2022-12-01T10:26:05.0272691Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0272830Z Tests model_report.generate_model_report to ensure report generation ... ok (0.272s) 2022-12-01T10:26:05.0273006Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0273189Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.059s) 2022-12-01T10:26:05.0273373Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0273553Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.032s) 2022-12-01T10:26:05.0273736Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:26:05.0273908Z Tests for generation of qconfigs by ModelReport API ... ok (0.077s) 2022-12-01T10:26:05.0274135Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.089s) 2022-12-01T10:26:05.0274336Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.037s) 2022-12-01T10:26:05.0274522Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.038s) 2022-12-01T10:26:05.0274731Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.025s) 2022-12-01T10:26:05.0274929Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.037s) 2022-12-01T10:26:05.0275127Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.022s) 2022-12-01T10:26:05.0275325Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.036s) 2022-12-01T10:26:05.0275554Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-12-01T10:26:05.0275747Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.037s) 2022-12-01T10:26:05.0275946Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.197s) 2022-12-01T10:26:05.0276137Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.006s) 2022-12-01T10:26:05.0276314Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.024s) 2022-12-01T10:26:05.0276516Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:26:05.0276621Z Tests the generate_table_view() ... ok (0.044s) 2022-12-01T10:26:05.0276817Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:26:05.0276922Z Tests the generate_table_view() ... ok (0.041s) 2022-12-01T10:26:05.0277121Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:26:05.0277227Z Tests the generate_table_view() ... ok (0.042s) 2022-12-01T10:26:05.0277417Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:26:05.0277563Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.043s) 2022-12-01T10:26:05.0277761Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (42.845s) 2022-12-01T10:26:05.0277974Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (10.495s) 2022-12-01T10:26:05.0278177Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.795s) 2022-12-01T10:26:05.0278383Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.463s) 2022-12-01T10:26:05.0278573Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.615s) 2022-12-01T10:26:05.0278784Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.220s) 2022-12-01T10:26:05.0278993Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.038s) 2022-12-01T10:26:05.0279204Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.221s) 2022-12-01T10:26:05.0279420Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.367s) 2022-12-01T10:26:05.0279619Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.317s) 2022-12-01T10:26:05.0279873Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.353s) 2022-12-01T10:26:05.0280256Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0280325Z ok (0.034s) 2022-12-01T10:26:05.0280545Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.723s) 2022-12-01T10:26:05.0280923Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0281204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0281273Z ok (0.054s) 2022-12-01T10:26:05.0281481Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.468s) 2022-12-01T10:26:05.0281695Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.347s) 2022-12-01T10:26:05.0282069Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0282123Z ok (0.026s) 2022-12-01T10:26:05.0282336Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.589s) 2022-12-01T10:26:05.0282711Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0282953Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0283020Z ok (0.076s) 2022-12-01T10:26:05.0283226Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.428s) 2022-12-01T10:26:05.0283439Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.058s) 2022-12-01T10:26:05.0283648Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.266s) 2022-12-01T10:26:05.0283860Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-12-01T10:26:05.0284064Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.609s) 2022-12-01T10:26:05.0284260Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.020s) 2022-12-01T10:26:05.0285145Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2022-12-01T10:26:05.0285260Z warnings.warn(msg) 2022-12-01T10:26:05.0285613Z Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2022-12-01T10:26:05.0285625Z 2022-12-01T10:26:05.0285712Z 0%| | 0.00/13.6M [00:00, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657cf14170>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657cf14170>}) 2022-12-01T10:26:05.0326720Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:26:05.0327072Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1007: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:26:05.0328145Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657cdc1dd0>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657cdc1dd0>}) 2022-12-01T10:26:05.0328257Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:26:05.0328934Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1001: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:26:05.0329007Z (debug_string, qconfig)) 2022-12-01T10:26:05.0329076Z ok (0.056s) 2022-12-01T10:26:05.0329236Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0330648Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657c19f9e0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f657c19f9e0>}) 2022-12-01T10:26:05.0330781Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:26:05.0332074Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f6587e0a200>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7f6587e0a200>}) 2022-12-01T10:26:05.0332203Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:26:05.0332976Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1012: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-12-01T10:26:05.0333198Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:26:05.0333300Z ok (0.057s) 2022-12-01T10:26:05.0333446Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0333669Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (2.487s) 2022-12-01T10:26:05.0333828Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0333936Z Test quantizing conv and linear ... ok (2.708s) 2022-12-01T10:26:05.0334079Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0334228Z Test quantizing functional conv and linear with reference option ... ok (2.974s) 2022-12-01T10:26:05.0334386Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.094s) 2022-12-01T10:26:05.0334636Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:26:05.0334842Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0335043Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0335256Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0335860Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/convert.py:583: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:26:05.0336024Z "Passing a QConfig dictionary to convert is deprecated and will not be supported " 2022-12-01T10:26:05.0336532Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0336735Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0337240Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0337453Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0337521Z ok (0.237s) 2022-12-01T10:26:05.0337698Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0337937Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.019s) 2022-12-01T10:26:05.0338109Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0338235Z Test the output of CopyNode to have the same ... ok (0.068s) 2022-12-01T10:26:05.0338398Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.095s) 2022-12-01T10:26:05.0338567Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0338707Z Tests that the flow still works when the input of custom module ... ok (0.032s) 2022-12-01T10:26:05.0338887Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:26:05.0339052Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0339178Z Make sure default quant is inserted properly ... ok (0.022s) 2022-12-01T10:26:05.0339319Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0339453Z Test to make sure dequantize node are placed before ... ok (0.402s) 2022-12-01T10:26:05.0339633Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0339764Z Make sure quantization runs for models with dictionary output ... ok (0.022s) 2022-12-01T10:26:05.0339933Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0340070Z Tests input for dynamic linear being used by multiple ops ... ok (0.039s) 2022-12-01T10:26:05.0340234Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.076s) 2022-12-01T10:26:05.0340398Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0340523Z Test that weight observer is run in convert step ... ok (0.024s) 2022-12-01T10:26:05.0340675Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0341425Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0341680Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0341735Z ok (0.079s) 2022-12-01T10:26:05.0341903Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0342050Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.106s) 2022-12-01T10:26:05.0342198Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0342389Z Test that the sequence of quant-dequant nodes in the ... ok (0.039s) 2022-12-01T10:26:05.0342554Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.132s) 2022-12-01T10:26:05.0342731Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-12-01T10:26:05.0342871Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0343063Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.090s) 2022-12-01T10:26:05.0343243Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0343434Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0343605Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0343774Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.050s) 2022-12-01T10:26:05.0343935Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0344082Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.036s) 2022-12-01T10:26:05.0344245Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0344467Z Verifies that binary ops get quantized correctly if some ... ok (0.077s) 2022-12-01T10:26:05.0344609Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (2.118s) 2022-12-01T10:26:05.0344764Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0344900Z Test support for qint8 activation in reference pattern ... ok (0.027s) 2022-12-01T10:26:05.0345088Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-12-01T10:26:05.0345254Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:26:05.0345432Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0345576Z Verifies that an observer is not inserted between an unmatched ... ok (0.032s) 2022-12-01T10:26:05.0345741Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.022s) 2022-12-01T10:26:05.0345919Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0346030Z Test quantizing a not used value ... ok (0.023s) 2022-12-01T10:26:05.0346175Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0346351Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.042s) 2022-12-01T10:26:05.0346504Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0346653Z Verify that specifying complicated output types does not crash. ... ok (0.023s) 2022-12-01T10:26:05.0346823Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-12-01T10:26:05.0346968Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0347050Z test MatchAllNode with ... ok (0.008s) 2022-12-01T10:26:05.0347237Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:26:05.0347464Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:26:05.0347668Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0347867Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:26:05.0348070Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:26:05.0348271Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:26:05.0348469Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:26:05.0348669Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.001s) 2022-12-01T10:26:05.0348869Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0349050Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0349228Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:26:05.0349385Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.068s) 2022-12-01T10:26:05.0349545Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0349692Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.031s) 2022-12-01T10:26:05.0349860Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:26:05.0350012Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0350175Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.035s) 2022-12-01T10:26:05.0350311Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0350424Z Test tuple input type is preserved ... ok (0.023s) 2022-12-01T10:26:05.0350614Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-12-01T10:26:05.0350819Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.082s) 2022-12-01T10:26:05.0351016Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.047s) 2022-12-01T10:26:05.0351205Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-12-01T10:26:05.0351429Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:26:05.0351628Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.158s) 2022-12-01T10:26:05.0351823Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:26:05.0351970Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.262s) 2022-12-01T10:26:05.0352280Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:26:05.0352443Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:26:05.0352611Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.354s) 2022-12-01T10:26:05.0352790Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.196s) 2022-12-01T10:26:05.0352957Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:26:05.0353161Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.067s) 2022-12-01T10:26:05.0353327Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:26:05.0353500Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:26:05.0353660Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:26:05.0353879Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:26:05.0354074Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-12-01T10:26:05.0354257Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:26:05.0354439Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:26:05.0354613Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:26:05.0354796Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.137s) 2022-12-01T10:26:05.0354968Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-12-01T10:26:05.0355133Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-12-01T10:26:05.0355278Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-12-01T10:26:05.0355445Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-12-01T10:26:05.0355613Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.056s) 2022-12-01T10:26:05.0355775Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0355953Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (2.573s) 2022-12-01T10:26:05.0356113Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-12-01T10:26:05.0356256Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0356383Z Test that the FQN of input_scale/zero_point is set ... ok (0.132s) 2022-12-01T10:26:05.0356532Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0356666Z If the output is hardcoded to be quantized, ensure that ... ok (0.119s) 2022-12-01T10:26:05.0356839Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:26:05.0357019Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:26:05.0357204Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0357356Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.040s) 2022-12-01T10:26:05.0357502Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0357633Z Make sure the numerics for models with ref conv module ... ok (0.160s) 2022-12-01T10:26:05.0357784Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0357904Z Make sure the numerics for models with ref linear module ... ok (0.077s) 2022-12-01T10:26:05.0358067Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-12-01T10:26:05.0358223Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:26:05.0358383Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.025s) 2022-12-01T10:26:05.0358568Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:26:05.0358777Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0358943Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.004s) 2022-12-01T10:26:05.0359128Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-12-01T10:26:05.0359269Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-12-01T10:26:05.0359431Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.160s) 2022-12-01T10:26:05.0359598Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.303s) 2022-12-01T10:26:05.0359753Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.719s) 2022-12-01T10:26:05.0359932Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0360054Z Make sure that shape does not dequantize ... ok (0.043s) 2022-12-01T10:26:05.0360221Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.157s) 2022-12-01T10:26:05.0360398Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-12-01T10:26:05.0360578Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.222s) 2022-12-01T10:26:05.0360765Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.186s) 2022-12-01T10:26:05.0360906Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0361032Z Make sure packed params appear in state_dict ... ok (0.135s) 2022-12-01T10:26:05.0361175Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0361348Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (0.601s) 2022-12-01T10:26:05.0361495Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:26:05.0361662Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (0.567s) 2022-12-01T10:26:05.0361813Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-12-01T10:26:05.0362003Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:26:05.0362189Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.045s) 2022-12-01T10:26:05.0362362Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:26:05.0362548Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:26:05.0362779Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-12-01T10:26:05.0362965Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:26:05.0363130Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:26:05.0363298Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (4.919s) 2022-12-01T10:26:05.0363525Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:26:05.0363702Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.920s) 2022-12-01T10:26:05.0363886Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.960s) 2022-12-01T10:26:05.0364064Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.556s) 2022-12-01T10:26:05.0364496Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: TODO: Test is always failing - https://github.com/pytorch/pytorch/issues/54979 (0.001s) 2022-12-01T10:26:05.0364665Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.991s) 2022-12-01T10:26:05.0364878Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-12-01T10:26:05.0365092Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-12-01T10:26:05.0365281Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: skip for now since tbb failed (0.002s) 2022-12-01T10:26:05.0365436Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.862s) 2022-12-01T10:26:05.0365596Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (10.658s) 2022-12-01T10:26:05.0365780Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.040s) 2022-12-01T10:26:05.0365943Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0366077Z A test that checks correct patterns are produced for ... ok (0.028s) 2022-12-01T10:26:05.0366300Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0366458Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0366647Z int8 is not supported for bmm so we won't produce reference ... ok (0.020s) 2022-12-01T10:26:05.0366800Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0366989Z Make sure we don't insert observer for boolean Tensors ... ok (0.025s) 2022-12-01T10:26:05.0367131Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0367263Z quantization of the output of cat will depend on the ... ok (1.049s) 2022-12-01T10:26:05.0367419Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-12-01T10:26:05.0367573Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.721s) 2022-12-01T10:26:05.0367732Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.969s) 2022-12-01T10:26:05.0367886Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.123s) 2022-12-01T10:26:05.0368051Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.438s) 2022-12-01T10:26:05.0368208Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0368352Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.023s) 2022-12-01T10:26:05.0368607Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0368760Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.463s) 2022-12-01T10:26:05.0368920Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.128s) 2022-12-01T10:26:05.0369083Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.115s) 2022-12-01T10:26:05.0369250Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.758s) 2022-12-01T10:26:05.0369412Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.055s) 2022-12-01T10:26:05.0369582Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0369812Z Test that a proper error message is shown when user don't specify the correct ... ok (0.022s) 2022-12-01T10:26:05.0369988Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.079s) 2022-12-01T10:26:05.0370187Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.184s) 2022-12-01T10:26:05.0370354Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (18.598s) 2022-12-01T10:26:05.0370523Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (28.313s) 2022-12-01T10:26:05.0370728Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:26:05.0370966Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0371110Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0371239Z A test that checks dequantize will be swapped for ... ok (0.484s) 2022-12-01T10:26:05.0371396Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0371528Z A test that checks correct patterns are produced for ... ok (0.128s) 2022-12-01T10:26:05.0371673Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0371831Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.074s) 2022-12-01T10:26:05.0371991Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.540s) 2022-12-01T10:26:05.0372152Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.505s) 2022-12-01T10:26:05.0372304Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0372438Z If the inputs to the graph are quantized and the only node ... ok (0.025s) 2022-12-01T10:26:05.0372597Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.345s) 2022-12-01T10:26:05.0372756Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.514s) 2022-12-01T10:26:05.0372926Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.606s) 2022-12-01T10:26:05.0373088Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (9.769s) 2022-12-01T10:26:05.0373256Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.639s) 2022-12-01T10:26:05.0373494Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0373648Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.321s) 2022-12-01T10:26:05.0373793Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (13.146s) 2022-12-01T10:26:05.0373966Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0374119Z Test multiple qconfigs for a single value ... ok (0.025s) 2022-12-01T10:26:05.0374727Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:26:05.0374915Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:26:05.0375420Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0375632Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0375701Z ok (0.916s) 2022-12-01T10:26:05.0375858Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.733s) 2022-12-01T10:26:05.0376009Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.767s) 2022-12-01T10:26:05.0376217Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (3.019s) 2022-12-01T10:26:05.0376374Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.201s) 2022-12-01T10:26:05.0376542Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.052s) 2022-12-01T10:26:05.0376699Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:26:05.0376820Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (3.870s) 2022-12-01T10:26:05.0376985Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.035s) 2022-12-01T10:26:05.0377157Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.031s) 2022-12-01T10:26:05.0377318Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.034s) 2022-12-01T10:26:05.0377631Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0377875Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0378114Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0378346Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0378591Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0378834Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0379067Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0379309Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0379546Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0379774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0380053Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0380288Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0380520Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0380745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0380979Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0381241Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0381482Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0381716Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0381948Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0382187Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0382419Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0382650Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0382888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0383121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0383356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0383593Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0383824Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0384043Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0384280Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0384648Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0384880Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0385113Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0385345Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0385573Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0385865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0386100Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0386330Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0386565Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0386796Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0387030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0387253Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0387484Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0387718Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0387949Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0388184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0388413Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0388649Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0388881Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0389112Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0389393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0389624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0389853Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0390089Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0390320Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0390568Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0390803Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0391030Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0391256Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0391492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0391727Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0391958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0392192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0392421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0392652Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0392890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0393124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0393356Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0393575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0393838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0394068Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0394303Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0394535Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0394767Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0395001Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0395278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0395508Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0395742Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0395973Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0396208Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0396440Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0396656Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0396884Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0397118Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0397352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0397585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0397818Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0398048Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0398277Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0398548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0398783Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0399013Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0399247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0399476Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0399746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0399970Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0400200Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0400429Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0400664Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0400897Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0401126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0401361Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0401592Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0401823Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0402059Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0402287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0402513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0402749Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0402966Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0403260Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0403496Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0403726Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0403955Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0404192Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0404462Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0404694Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0404928Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0405158Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0405388Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0405624Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0405855Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0406084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0406304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0406538Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0406770Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0407008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0407243Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0407474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0407745Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0407975Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0408204Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0408439Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0408670Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0408934Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0409169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0409386Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0409613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0409847Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0410084Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0410316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0410548Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0410779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0411008Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0411247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0411478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0411708Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0411940Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0412169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0412430Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0412655Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0412886Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0413116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0413352Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0413621Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0413850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0414085Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0414318Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0414609Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0414850Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0415080Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0415308Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0415543Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0415763Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0415997Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0416232Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0416463Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0416693Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0416969Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0417202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0417431Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0417665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0417894Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0418124Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0418393Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0418628Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0418843Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0419081Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0419316Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0419544Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0419779Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0420009Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0420237Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0420474Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0420703Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0420931Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0421165Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0421398Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0421665Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0421898Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0422116Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0422342Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0422575Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0422838Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0423070Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0423304Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0423533Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0423762Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0423999Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0424230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0424298Z ok (8.018s) 2022-12-01T10:26:05.0424736Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0424971Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0425193Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0425422Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0425661Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0425895Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0426126Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0426492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0426759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0427019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0427287Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0427531Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0427964Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0428230Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0428505Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0428765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0429034Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0429341Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0429601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0429867Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0430153Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0430370Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0430647Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0430909Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0431169Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0431437Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0431698Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0431993Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0432267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0432553Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0432813Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0433082Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0433407Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0433666Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0433890Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0434151Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0434421Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0434689Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0434972Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0435235Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0435499Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0435765Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0436027Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0436298Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0436557Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0436817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0437146Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0437369Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0437630Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0437922Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0438188Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0438478Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0438746Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0439010Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0439267Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0439550Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0439817Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0440083Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0440349Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0440613Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0440873Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0441101Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0441363Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0441620Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0441905Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0442202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0442495Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0442759Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0443019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0443276Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0443542Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0443839Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0444121Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0444382Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0444600Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0444857Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0445125Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0445385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0445644Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0445921Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0446184Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0446492Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0446757Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0447018Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0447278Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0447580Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0447841Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0448099Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0448323Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0448585Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0448865Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0449163Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0449425Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0449691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0449958Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0450222Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0450513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0450774Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0451055Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0451313Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0451588Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0451810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0452071Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0452334Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0452594Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0452888Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0453157Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0453449Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0453712Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0453974Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0454264Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0454601Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0454900Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0455161Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0455428Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0455654Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0455937Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0456195Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0456461Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0456722Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0456985Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0457247Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0457513Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0457769Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0458054Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0458353Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0458610Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0458872Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0459090Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0459385Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0459679Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0459944Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0460202Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0460493Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0460756Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0461019Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0461289Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0461551Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0461810Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0462074Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0462337Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0462554Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0462837Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0463096Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0463260Z ok (4.508s) 2022-12-01T10:26:05.0463534Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-12-01T10:26:05.0463777Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:26:05.0464046Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0464298Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-12-01T10:26:05.0464654Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:26:05.0464873Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (3.093s) 2022-12-01T10:26:05.0465063Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.603s) 2022-12-01T10:26:05.0465508Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W insert_observers.cpp:1580] Warning: prim::Loop is not yet supported in quantization, please make sure nothing needs to be quantized in the loop (function operator()) 2022-12-01T10:26:05.0465566Z ok (0.713s) 2022-12-01T10:26:05.0465855Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0466054Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:26:05.0466150Z ok (0.035s) 2022-12-01T10:26:05.0467405Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T10:26:05.0467527Z r = func(*args, **kwargs) 2022-12-01T10:26:05.0467643Z ok (1.617s) 2022-12-01T10:26:05.0467882Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:26:05.0468051Z Test observers with ignored function and make sure it works in ... ok (1.211s) 2022-12-01T10:26:05.0468683Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:26:05.0468850Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:26:05.0468904Z ok (5.127s) 2022-12-01T10:26:05.0481506Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:26:05.0482227Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: UserWarning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:239.) 2022-12-01T10:26:05.0482322Z return callable(*args, **kwargs) 2022-12-01T10:26:05.0482547Z ok (0.231s) 2022-12-01T10:26:05.0482715Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (6.561s) 2022-12-01T10:26:05.0482889Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.114s) 2022-12-01T10:26:05.0483055Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.112s) 2022-12-01T10:26:05.0483224Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.464s) 2022-12-01T10:26:05.0483390Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0483521Z Make sure dequantize can support Tuple of tensor ... ok (2.001s) 2022-12-01T10:26:05.0483681Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (5.171s) 2022-12-01T10:26:05.0483846Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0483976Z A test that checks dequantize will be swapped for ... ok (0.181s) 2022-12-01T10:26:05.0484141Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0484335Z A test that checks correct patterns are produced for ... ok (0.389s) 2022-12-01T10:26:05.0484490Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.729s) 2022-12-01T10:26:05.0484654Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.842s) 2022-12-01T10:26:05.0484958Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0485175Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0485390Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0485603Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0485805Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0486015Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:26:05.0486084Z ok (3.471s) 2022-12-01T10:26:05.0486258Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.819s) 2022-12-01T10:26:05.0486423Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.193s) 2022-12-01T10:26:05.0486576Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.380s) 2022-12-01T10:26:05.0486779Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.391s) 2022-12-01T10:26:05.0486968Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (4.402s) 2022-12-01T10:26:05.0487148Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.955s) 2022-12-01T10:26:05.0487319Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.558s) 2022-12-01T10:26:05.0487488Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0487632Z Test quant fusion for multiple aten::add using same ... ok (1.880s) 2022-12-01T10:26:05.0487810Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.898s) 2022-12-01T10:26:05.0487968Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0488133Z Test quant fusion for multiple aten::add using same ... ok (19.529s) 2022-12-01T10:26:05.0488315Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.819s) 2022-12-01T10:26:05.0488500Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (8.038s) 2022-12-01T10:26:05.0488658Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0488793Z quantization of the output of cat will be depend on the ... ok (2.103s) 2022-12-01T10:26:05.0488962Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (3.413s) 2022-12-01T10:26:05.0489125Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:26:05.0489248Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (17.817s) 2022-12-01T10:26:05.0489402Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.006s) 2022-12-01T10:26:05.0489579Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.845s) 2022-12-01T10:26:05.0489790Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (2.133s) 2022-12-01T10:26:05.0489973Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.346s) 2022-12-01T10:26:05.0490145Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.083s) 2022-12-01T10:26:05.0490331Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.086s) 2022-12-01T10:26:05.0490509Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.010s) 2022-12-01T10:26:05.0490687Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.113s) 2022-12-01T10:26:05.0490855Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.112s) 2022-12-01T10:26:05.0491042Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.417s) 2022-12-01T10:26:05.0491223Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.098s) 2022-12-01T10:26:05.0491390Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0491612Z Test that we don't fuse the cases when module type does not match ... ok (0.010s) 2022-12-01T10:26:05.0491802Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.770s) 2022-12-01T10:26:05.0491978Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.082s) 2022-12-01T10:26:05.0492160Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.097s) 2022-12-01T10:26:05.0492330Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.067s) 2022-12-01T10:26:05.0492495Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.252s) 2022-12-01T10:26:05.0492676Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.047s) 2022-12-01T10:26:05.0492871Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.058s) 2022-12-01T10:26:05.0493057Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0493256Z Make sure we skip observers for ops that doesn't require ... ok (0.049s) 2022-12-01T10:26:05.0493442Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.125s) 2022-12-01T10:26:05.0493641Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0493764Z check quantization for if works as long as ... ok (0.427s) 2022-12-01T10:26:05.0493986Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.141s) 2022-12-01T10:26:05.0494176Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.028s) 2022-12-01T10:26:05.0494369Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-12-01T10:26:05.0494672Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.130s) 2022-12-01T10:26:05.0494867Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0495016Z Make sure we propagate observed property through general ops ... ok (0.038s) 2022-12-01T10:26:05.0495236Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.044s) 2022-12-01T10:26:05.0495442Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0495590Z Make sure we propagate observed property through general ops ... ok (0.041s) 2022-12-01T10:26:05.0495823Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.037s) 2022-12-01T10:26:05.0496003Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.132s) 2022-12-01T10:26:05.0496200Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-12-01T10:26:05.0496385Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.209s) 2022-12-01T10:26:05.0496588Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.257s) 2022-12-01T10:26:05.0496771Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.102s) 2022-12-01T10:26:05.0496945Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.192s) 2022-12-01T10:26:05.0497116Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0497372Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:26:05.0497441Z ok (0.148s) 2022-12-01T10:26:05.0497621Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.154s) 2022-12-01T10:26:05.0497809Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.018s) 2022-12-01T10:26:05.0498005Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.018s) 2022-12-01T10:26:05.0498181Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:26:05.0498423Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:26:05.0498608Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:26:05.0498789Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:26:05.0498967Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:26:05.0499037Z ok (0.179s) 2022-12-01T10:26:05.0499217Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.169s) 2022-12-01T10:26:05.0499405Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.015s) 2022-12-01T10:26:05.0499638Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.005s) 2022-12-01T10:26:05.0499836Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (4.121s) 2022-12-01T10:26:05.0500033Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.010s) 2022-12-01T10:26:05.0500202Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.968s) 2022-12-01T10:26:05.0500364Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (9.105s) 2022-12-01T10:26:05.0500562Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.011s) 2022-12-01T10:26:05.0500733Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.602s) 2022-12-01T10:26:05.0500879Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (2.905s) 2022-12-01T10:26:05.0501053Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.884s) 2022-12-01T10:26:05.0501227Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (11.055s) 2022-12-01T10:26:05.0501535Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-12-01T10:26:05.0501810Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.006s) 2022-12-01T10:26:05.0502000Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.317s) 2022-12-01T10:26:05.0502187Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:26:05.0502328Z Tests the case where 2D indices are passed into the operator ... ok (0.005s) 2022-12-01T10:26:05.0502525Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.334s) 2022-12-01T10:26:05.0502738Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:26:05.0502928Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:26:05.0503068Z Tests the case where 2D indices are passed into the operator ... ok (0.016s) 2022-12-01T10:26:05.0503262Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.312s) 2022-12-01T10:26:05.0503482Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:26:05.0503672Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.329s) 2022-12-01T10:26:05.0503895Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:26:05.0504108Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (1.202s) 2022-12-01T10:26:05.0504315Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (1.294s) 2022-12-01T10:26:05.0504696Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.275s) 2022-12-01T10:26:05.0505426Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T10:26:05.0505558Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:26:05.0505680Z ok (0.135s) 2022-12-01T10:26:05.0505885Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.003s) 2022-12-01T10:26:05.0506055Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (3.240s) 2022-12-01T10:26:05.0506259Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.013s) 2022-12-01T10:26:05.0506435Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.493s) 2022-12-01T10:26:05.0506613Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.241s) 2022-12-01T10:26:05.0506795Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.172s) 2022-12-01T10:26:05.0506965Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.159s) 2022-12-01T10:26:05.0507134Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.451s) 2022-12-01T10:26:05.0507301Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0507485Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.013s) 2022-12-01T10:26:05.0507641Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0507823Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.067s) 2022-12-01T10:26:05.0507981Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0508162Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.066s) 2022-12-01T10:26:05.0508313Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0508478Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (6.393s) 2022-12-01T10:26:05.0508636Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0508817Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (7.971s) 2022-12-01T10:26:05.0508982Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.829s) 2022-12-01T10:26:05.0509150Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.476s) 2022-12-01T10:26:05.0509306Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.518s) 2022-12-01T10:26:05.0509469Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.413s) 2022-12-01T10:26:05.0509637Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (4.398s) 2022-12-01T10:26:05.0509797Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (104.923s) 2022-12-01T10:26:05.0510383Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-12-01T10:26:05.0510491Z Returning default scale and zero point " 2022-12-01T10:26:05.0510560Z ok (16.182s) 2022-12-01T10:26:05.0511065Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:26:05.0511262Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:26:05.0511330Z ok (0.011s) 2022-12-01T10:26:05.0511491Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.218s) 2022-12-01T10:26:05.0511657Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (10.114s) 2022-12-01T10:26:05.0511844Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.557s) 2022-12-01T10:26:05.0512009Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.590s) 2022-12-01T10:26:05.0512178Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.759s) 2022-12-01T10:26:05.0512333Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0512478Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (2.872s) 2022-12-01T10:26:05.0512637Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:26:05.0512748Z This test cover upsample_nearest3d ... ok (19.271s) 2022-12-01T10:26:05.0512912Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.021s) 2022-12-01T10:26:05.0513095Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.667s) 2022-12-01T10:26:05.0513260Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-12-01T10:26:05.0513452Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.409s) 2022-12-01T10:26:05.0513617Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.247s) 2022-12-01T10:26:05.0513815Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.012s) 2022-12-01T10:26:05.0513984Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.800s) 2022-12-01T10:26:05.0514143Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.534s) 2022-12-01T10:26:05.0514310Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.271s) 2022-12-01T10:26:05.0514864Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:26:05.0514940Z ok (0.002s) 2022-12-01T10:26:05.0515136Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:26:05.0515324Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-12-01T10:26:05.0515510Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-12-01T10:26:05.0515689Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-12-01T10:26:05.0515849Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.152s) 2022-12-01T10:26:05.0516009Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.924s) 2022-12-01T10:26:05.0516166Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.174s) 2022-12-01T10:26:05.0516324Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.161s) 2022-12-01T10:26:05.0516493Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.547s) 2022-12-01T10:26:05.0516645Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.117s) 2022-12-01T10:26:05.0516806Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.210s) 2022-12-01T10:26:05.0516973Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-12-01T10:26:05.0517157Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-12-01T10:26:05.0517367Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.712s) 2022-12-01T10:26:05.0517529Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.046s) 2022-12-01T10:26:05.0517690Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.822s) 2022-12-01T10:26:05.0517845Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.236s) 2022-12-01T10:26:05.0518005Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.159s) 2022-12-01T10:26:05.0518165Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (6.214s) 2022-12-01T10:26:05.0518425Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:26:05.0518591Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.197s) 2022-12-01T10:26:05.0519282Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T10:26:05.0519365Z r = func(*args, **kwargs) 2022-12-01T10:26:05.0519434Z ok (0.144s) 2022-12-01T10:26:05.0519617Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.046s) 2022-12-01T10:26:05.0519778Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.213s) 2022-12-01T10:26:05.0519954Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.814s) 2022-12-01T10:26:05.0520097Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.486s) 2022-12-01T10:26:05.0520865Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:26:05.0520965Z warnings.warn(msg, FutureWarning) 2022-12-01T10:26:05.0521033Z ok (0.002s) 2022-12-01T10:26:05.0521316Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-12-01T10:26:05.0521512Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-12-01T10:26:05.0521688Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:26:05.0521924Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:26:05.0522160Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:26:05.0522460Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:26:05.0522719Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:26:05.0522925Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:26:05.0523538Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-12-01T10:26:05.0523660Z r = func(*args, **kwargs) 2022-12-01T10:26:05.0523726Z ok (0.001s) 2022-12-01T10:26:05.0523917Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:26:05.0524122Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:26:05.0524352Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:26:05.0524558Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:26:05.0524774Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:26:05.0524964Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:26:05.0525232Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:26:05.0525429Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:26:05.0525613Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:26:05.0525816Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.120s) 2022-12-01T10:26:05.0525995Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-12-01T10:26:05.0526176Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-12-01T10:26:05.0526361Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:26:05.0526572Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:26:05.0526756Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:26:05.0526937Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-12-01T10:26:05.0527134Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.042s) 2022-12-01T10:26:05.0527326Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-12-01T10:26:05.0527523Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-12-01T10:26:05.0527713Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:26:05.0527905Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.023s) 2022-12-01T10:26:05.0528123Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:26:05.0528317Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:26:05.0528537Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:26:05.0528708Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:26:05.0528905Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:26:05.0529087Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:26:05.0529316Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.103s) 2022-12-01T10:26:05.0529536Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:26:05.0529735Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:26:05.0529931Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.016s) 2022-12-01T10:26:05.0530116Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.036s) 2022-12-01T10:26:05.0530305Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:26:05.0530488Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (1.071s) 2022-12-01T10:26:05.0530673Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:26:05.0531131Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:26:05.0531300Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:26:05.0531369Z ok (0.006s) 2022-12-01T10:26:05.0531566Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:26:05.0531769Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:26:05.0531954Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:26:05.0532137Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-12-01T10:26:05.0532335Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:26:05.0532551Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.868s) 2022-12-01T10:26:05.0532739Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:26:05.0532951Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.049s) 2022-12-01T10:26:05.0533126Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:26:05.0533321Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:26:05.0533531Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.023s) 2022-12-01T10:26:05.0533731Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.020s) 2022-12-01T10:26:05.0533914Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:26:05.0534049Z Checks the rnn reference quantized modules has correct numerics ... ok (0.027s) 2022-12-01T10:26:05.0534236Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:26:05.0534387Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.018s) 2022-12-01T10:26:05.0534629Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:26:05.0534734Z Embedding and EmbeddingBag ... ok (0.012s) 2022-12-01T10:26:05.0534915Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.214s) 2022-12-01T10:26:05.0535104Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.157s) 2022-12-01T10:26:05.0535295Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.074s) 2022-12-01T10:26:05.0535515Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.082s) 2022-12-01T10:26:05.0535706Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.182s) 2022-12-01T10:26:05.0535902Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.098s) 2022-12-01T10:26:05.0536097Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.101s) 2022-12-01T10:26:05.0536293Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.086s) 2022-12-01T10:26:05.0536480Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.156s) 2022-12-01T10:26:05.0536660Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.025s) 2022-12-01T10:26:05.0536844Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.026s) 2022-12-01T10:26:05.0537042Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.028s) 2022-12-01T10:26:05.0537236Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.083s) 2022-12-01T10:26:05.0537429Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.141s) 2022-12-01T10:26:05.0537614Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.164s) 2022-12-01T10:26:05.0538295Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-12-01T10:26:05.0538455Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:26:05.0538966Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0539177Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0539660Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-12-01T10:26:05.0539868Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:26:05.0539936Z ok (0.737s) 2022-12-01T10:26:05.0540116Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.064s) 2022-12-01T10:26:05.0540304Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.008s) 2022-12-01T10:26:05.0540501Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.006s) 2022-12-01T10:26:05.0540685Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0540813Z Tests the correctness of the batchnorm2d module. ... ok (0.005s) 2022-12-01T10:26:05.0541358Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:26:05.0541484Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:26:05.0541552Z ok (0.022s) 2022-12-01T10:26:05.0541734Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0541893Z Tests the correctness of the batchnorm3d module. ... ok (0.005s) 2022-12-01T10:26:05.0542091Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.020s) 2022-12-01T10:26:05.0542287Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (11.451s) 2022-12-01T10:26:05.0542479Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (15.431s) 2022-12-01T10:26:05.0542669Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.949s) 2022-12-01T10:26:05.0542848Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0542973Z Tests the correctness of the dropout module. ... ok (0.017s) 2022-12-01T10:26:05.0543183Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.030s) 2022-12-01T10:26:05.0543354Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0543461Z Tests the correctness of the ELU module. ... ok (0.003s) 2022-12-01T10:26:05.0543698Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.473s) 2022-12-01T10:26:05.0543892Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0544062Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (5.910s) 2022-12-01T10:26:05.0544246Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0544487Z Tests the correctness of the groupnorm module. ... ok (0.004s) 2022-12-01T10:26:05.0544670Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0544807Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.008s) 2022-12-01T10:26:05.0544984Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0545096Z Tests the correctness of the layernorm module. ... ok (0.004s) 2022-12-01T10:26:05.0545292Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:26:05.0545487Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (81.894s) 2022-12-01T10:26:05.0545665Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:26:05.0545789Z Tests the correctness of the pool module. ... ok (0.015s) 2022-12-01T10:26:05.0545978Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-12-01T10:26:05.0546181Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:26:05.0546368Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:26:05.0546543Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.002s) 2022-12-01T10:26:05.0546756Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (3.896s) 2022-12-01T10:26:05.0546983Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.287s) 2022-12-01T10:26:05.0547199Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.055s) 2022-12-01T10:26:05.0547453Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.038s) 2022-12-01T10:26:05.0547666Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.052s) 2022-12-01T10:26:05.0547883Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.059s) 2022-12-01T10:26:05.0548196Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.043s) 2022-12-01T10:26:05.0548405Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:26:05.0548553Z This tests that a placeholder Node can be matched to a Node with ... ok (0.047s) 2022-12-01T10:26:05.0548748Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.046s) 2022-12-01T10:26:05.0548975Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.037s) 2022-12-01T10:26:05.0549187Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.058s) 2022-12-01T10:26:05.0549395Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.065s) 2022-12-01T10:26:05.0549610Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-12-01T10:26:05.0549909Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.048s) 2022-12-01T10:26:05.0550078Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:26:05.0550229Z Test that we can record complex example inputs such as lists and dicts ... ok (0.007s) 2022-12-01T10:26:05.0550396Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:26:05.0550548Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.007s) 2022-12-01T10:26:05.0550716Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.006s) 2022-12-01T10:26:05.0550884Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:26:05.0551056Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.003s) 2022-12-01T10:26:05.0551221Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:26:05.0551388Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.003s) 2022-12-01T10:26:05.0551399Z 2022-12-01T10:26:05.0551607Z ---------------------------------------------------------------------- 2022-12-01T10:26:05.0551690Z Ran 942 tests in 1074.589s 2022-12-01T10:26:05.0551696Z 2022-12-01T10:26:05.0551770Z OK (skipped=65) 2022-12-01T10:26:05.0551774Z 2022-12-01T10:26:05.0551845Z Generating XML reports... 2022-12-01T10:26:05.0552258Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100809.xml 2022-12-01T10:26:05.0552658Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100809.xml 2022-12-01T10:26:05.0553079Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100809.xml 2022-12-01T10:26:05.0553491Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100809.xml 2022-12-01T10:26:05.0553852Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100809.xml 2022-12-01T10:26:05.0554244Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100809.xml 2022-12-01T10:26:05.0554606Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100809.xml 2022-12-01T10:26:05.0555043Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100809.xml 2022-12-01T10:26:05.0555403Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100809.xml 2022-12-01T10:26:05.0555802Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100809.xml 2022-12-01T10:26:05.0556167Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100809.xml 2022-12-01T10:26:05.0556533Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100809.xml 2022-12-01T10:26:05.0556877Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100809.xml 2022-12-01T10:26:05.0557273Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100809.xml 2022-12-01T10:26:05.0557651Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100809.xml 2022-12-01T10:26:05.0558033Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100809.xml 2022-12-01T10:26:05.0558435Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100809.xml 2022-12-01T10:26:05.0558795Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100809.xml 2022-12-01T10:26:05.0559152Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100809.xml 2022-12-01T10:26:05.0559506Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100809.xml 2022-12-01T10:26:05.0559836Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100809.xml 2022-12-01T10:26:05.0560204Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100809.xml 2022-12-01T10:26:05.0560588Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100809.xml 2022-12-01T10:26:05.0560944Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100809.xml 2022-12-01T10:26:05.0561363Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100809.xml 2022-12-01T10:26:05.0561723Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100809.xml 2022-12-01T10:26:05.0562090Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100809.xml 2022-12-01T10:26:05.0562506Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100809.xml 2022-12-01T10:26:05.0562885Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100809.xml 2022-12-01T10:26:05.0563294Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100809.xml 2022-12-01T10:26:05.0563679Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100809.xml 2022-12-01T10:26:05.0564055Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100809.xml 2022-12-01T10:26:05.0564437Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100809.xml 2022-12-01T10:26:05.0564804Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100809.xml 2022-12-01T10:26:05.0565153Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100809.xml 2022-12-01T10:26:05.0565490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100809.xml 2022-12-01T10:26:05.0565862Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100809.xml 2022-12-01T10:26:05.0566215Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100809.xml 2022-12-01T10:26:05.0566593Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100809.xml 2022-12-01T10:26:05.0566978Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100809.xml 2022-12-01T10:26:05.0567357Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100809.xml 2022-12-01T10:26:05.0567764Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100809.xml 2022-12-01T10:26:05.0568162Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100809.xml 2022-12-01T10:26:05.0568536Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100809.xml 2022-12-01T10:26:05.0568935Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100809.xml 2022-12-01T10:26:05.0569264Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100809.xml 2022-12-01T10:26:05.0569626Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100809.xml 2022-12-01T10:26:05.0569974Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100809.xml 2022-12-01T10:26:05.0570320Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100809.xml 2022-12-01T10:26:05.0570675Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100809.xml 2022-12-01T10:26:05.0571036Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100809.xml 2022-12-01T10:26:05.0571385Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100809.xml 2022-12-01T10:26:05.0571796Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100809.xml 2022-12-01T10:26:05.0572208Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100809.xml 2022-12-01T10:26:05.0572569Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100809.xml 2022-12-01T10:26:05.0572919Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100809.xml 2022-12-01T10:26:05.0573279Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100809.xml 2022-12-01T10:26:05.0573683Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100809.xml 2022-12-01T10:26:05.0574132Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100809.xml 2022-12-01T10:26:05.0574580Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100809.xml 2022-12-01T10:26:05.0574974Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100809.xml 2022-12-01T10:26:05.0575353Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100809.xml 2022-12-01T10:26:05.0575674Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100809.xml 2022-12-01T10:26:05.0576073Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100809.xml 2022-12-01T10:26:05.0576079Z 2022-12-01T10:26:05.0576452Z ##[endgroup] 2022-12-01T10:26:05.0576732Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_rddbayzl) 2022-12-01T10:26:05.0576752Z 2022-12-01T10:26:05.2131492Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:05.2766090Z Ignoring disabled issues: [] 2022-12-01T10:26:05.2909803Z Running test_autocast ... [2022-12-01 10:26:05.290654] 2022-12-01T10:26:05.2911662Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:05.290919] 2022-12-01T10:26:06.4837137Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:06.5640793Z Ignoring disabled issues: [] 2022-12-01T10:26:06.5790567Z Running test_native_functions ... [2022-12-01 10:26:06.578411] 2022-12-01T10:26:06.5791760Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:06.578741] 2022-12-01T10:26:06.9258368Z 2022-12-01T10:26:06.9258799Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:26:06.9259831Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_c28chz2e) 2022-12-01T10:26:06.9260518Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:26:06.9260698Z 2022-12-01T10:26:06.9260774Z Running tests... 2022-12-01T10:26:06.9261065Z ---------------------------------------------------------------------- 2022-12-01T10:26:06.9261632Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.235s) 2022-12-01T10:26:06.9262114Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.004s) 2022-12-01T10:26:06.9262582Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.007s) 2022-12-01T10:26:06.9262863Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.020s) 2022-12-01T10:26:06.9263176Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.006s) 2022-12-01T10:26:06.9263469Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.077s) 2022-12-01T10:26:06.9263776Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.005s) 2022-12-01T10:26:06.9264089Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-12-01T10:26:06.9264256Z 2022-12-01T10:26:06.9264706Z ---------------------------------------------------------------------- 2022-12-01T10:26:06.9265031Z Ran 8 tests in 0.356s 2022-12-01T10:26:06.9265201Z 2022-12-01T10:26:06.9265295Z OK 2022-12-01T10:26:06.9265444Z 2022-12-01T10:26:06.9265580Z Generating XML reports... 2022-12-01T10:26:06.9266210Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102606.xml 2022-12-01T10:26:06.9266744Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102606.xml 2022-12-01T10:26:06.9266972Z 2022-12-01T10:26:06.9267363Z ##[endgroup] 2022-12-01T10:26:06.9267731Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_c28chz2e) 2022-12-01T10:26:06.9267945Z 2022-12-01T10:26:08.2127530Z 2022-12-01T10:26:08.2128103Z Expand the folded group to see the log file of test_native_functions 2022-12-01T10:26:08.2129157Z ##[group]PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_t7d9gf_y) 2022-12-01T10:26:08.2130098Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-12-01T10:26:08.2130399Z 2022-12-01T10:26:08.2130518Z Running tests... 2022-12-01T10:26:08.2131020Z ---------------------------------------------------------------------- 2022-12-01T10:26:08.2131615Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.322s) 2022-12-01T10:26:08.2132218Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.013s) 2022-12-01T10:26:08.2132821Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.008s) 2022-12-01T10:26:08.2133395Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.012s) 2022-12-01T10:26:08.2133978Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.007s) 2022-12-01T10:26:08.2134648Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.007s) 2022-12-01T10:26:08.2134969Z 2022-12-01T10:26:08.2135340Z ---------------------------------------------------------------------- 2022-12-01T10:26:08.2135792Z Ran 6 tests in 0.369s 2022-12-01T10:26:08.2136010Z 2022-12-01T10:26:08.2136127Z OK 2022-12-01T10:26:08.2136302Z 2022-12-01T10:26:08.2136468Z Generating XML reports... 2022-12-01T10:26:08.2137299Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201102607.xml 2022-12-01T10:26:08.2137785Z 2022-12-01T10:26:08.2138267Z ##[endgroup] 2022-12-01T10:26:08.2139032Z FINISHED PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_t7d9gf_y) 2022-12-01T10:26:08.2139451Z 2022-12-01T10:26:08.4521436Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:08.5160120Z Ignoring disabled issues: [] 2022-12-01T10:26:08.5308895Z Running test_functional_optim ... [2022-12-01 10:26:08.530549] 2022-12-01T10:26:08.5310522Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:08.530835] 2022-12-01T10:26:09.7138712Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:09.7772691Z Ignoring disabled issues: [] 2022-12-01T10:26:09.7919367Z Running test_pytree ... [2022-12-01 10:26:09.791557] 2022-12-01T10:26:09.7920721Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:09.791847] 2022-12-01T10:26:10.3522049Z 2022-12-01T10:26:10.3523036Z Expand the folded group to see the log file of test_functional_optim 2022-12-01T10:26:10.3524095Z ##[group]PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_f1youqof) 2022-12-01T10:26:10.3524722Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-12-01T10:26:10.3524914Z 2022-12-01T10:26:10.3524989Z Running tests... 2022-12-01T10:26:10.3525292Z ---------------------------------------------------------------------- 2022-12-01T10:26:10.3525615Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.284s) 2022-12-01T10:26:10.3525969Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.046s) 2022-12-01T10:26:10.3526319Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.042s) 2022-12-01T10:26:10.3526664Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-12-01T10:26:10.3526853Z 2022-12-01T10:26:10.3527248Z ---------------------------------------------------------------------- 2022-12-01T10:26:10.3527494Z Ran 4 tests in 0.374s 2022-12-01T10:26:10.3527606Z 2022-12-01T10:26:10.3527667Z OK 2022-12-01T10:26:10.3527744Z 2022-12-01T10:26:10.3527830Z Generating XML reports... 2022-12-01T10:26:10.3528298Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102609.xml 2022-12-01T10:26:10.3528564Z 2022-12-01T10:26:10.3528789Z ##[endgroup] 2022-12-01T10:26:10.3529175Z FINISHED PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_f1youqof) 2022-12-01T10:26:10.3529402Z 2022-12-01T10:26:11.3149176Z 2022-12-01T10:26:11.3149723Z Expand the folded group to see the log file of test_pytree 2022-12-01T10:26:11.3151920Z ##[group]PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_dzyltzyj) 2022-12-01T10:26:11.3152773Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-12-01T10:26:11.3153137Z 2022-12-01T10:26:11.3153262Z Running tests... 2022-12-01T10:26:11.3153786Z ---------------------------------------------------------------------- 2022-12-01T10:26:11.3154282Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.239s) 2022-12-01T10:26:11.3154786Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.005s) 2022-12-01T10:26:11.3155273Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3155752Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3156256Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3156750Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3157231Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3157715Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3158205Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3158688Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-12-01T10:26:11.3159111Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3159522Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3159926Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3160354Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3160780Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-12-01T10:26:11.3161031Z 2022-12-01T10:26:11.3161418Z ---------------------------------------------------------------------- 2022-12-01T10:26:11.3161830Z Ran 15 tests in 0.266s 2022-12-01T10:26:11.3162278Z 2022-12-01T10:26:11.3162368Z OK 2022-12-01T10:26:11.3162525Z 2022-12-01T10:26:11.3162677Z Generating XML reports... 2022-12-01T10:26:11.3163359Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201102610.xml 2022-12-01T10:26:11.3163719Z 2022-12-01T10:26:11.3164132Z ##[endgroup] 2022-12-01T10:26:11.3164777Z FINISHED PRINTING LOG FILE of test_pytree (/var/lib/jenkins/workspace/test/test-reports/test_pytree_dzyltzyj) 2022-12-01T10:26:11.3165137Z 2022-12-01T10:26:11.8771405Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:11.9427054Z Ignoring disabled issues: [] 2022-12-01T10:26:11.9573901Z Running profiler/test_profiler_tree ... [2022-12-01 10:26:11.956963] 2022-12-01T10:26:11.9575286Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:11.957244] 2022-12-01T10:26:12.8338494Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:12.8977518Z Ignoring disabled issues: [] 2022-12-01T10:26:12.9121733Z Running test_native_mha ... [2022-12-01 10:26:12.911828] 2022-12-01T10:26:12.9124401Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:12.912114] 2022-12-01T10:26:13.5043614Z 2022-12-01T10:26:13.5044138Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:26:13.5045301Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_63ase97b) 2022-12-01T10:26:13.5046276Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-12-01T10:26:13.5046610Z 2022-12-01T10:26:13.5046727Z Running tests... 2022-12-01T10:26:13.5047238Z ---------------------------------------------------------------------- 2022-12-01T10:26:13.5048742Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.237s) 2022-12-01T10:26:13.5049935Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:13.5050709Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:13.5051501Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:26:13.5053211Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:13.5054503Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-12-01T10:26:13.5056230Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:26:13.5057473Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-12-01T10:26:13.5058558Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-12-01T10:26:13.5059338Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... skip: crossref intercepts calls and changes the callsite. (0.001s) 2022-12-01T10:26:13.5059746Z 2022-12-01T10:26:13.5060071Z ---------------------------------------------------------------------- 2022-12-01T10:26:13.5060451Z Ran 10 tests in 0.246s 2022-12-01T10:26:13.5060631Z 2022-12-01T10:26:13.5060746Z OK (skipped=10) 2022-12-01T10:26:13.5060914Z 2022-12-01T10:26:13.5061064Z Generating XML reports... 2022-12-01T10:26:13.5061789Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201102612.xml 2022-12-01T10:26:13.5062172Z 2022-12-01T10:26:13.5062592Z ##[endgroup] 2022-12-01T10:26:13.5063329Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree_63ase97b) 2022-12-01T10:26:13.5063752Z 2022-12-01T10:26:14.5107758Z 2022-12-01T10:26:14.5108530Z Expand the folded group to see the log file of test_native_mha 2022-12-01T10:26:14.5109513Z ##[group]PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_ru9e73ub) 2022-12-01T10:26:14.5110324Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-12-01T10:26:14.5110624Z 2022-12-01T10:26:14.5110737Z Running tests... 2022-12-01T10:26:14.5111225Z ---------------------------------------------------------------------- 2022-12-01T10:26:14.5111739Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:26:14.5112378Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:26:14.5113968Z test_native_multihead_self_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T10:26:14.5114889Z r = func(*args, **kwargs) 2022-12-01T10:26:14.5115197Z ok (0.080s) 2022-12-01T10:26:14.5115649Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.020s) 2022-12-01T10:26:14.5116301Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:26:14.5116666Z 2022-12-01T10:26:14.5117056Z ---------------------------------------------------------------------- 2022-12-01T10:26:14.5117476Z Ran 5 tests in 0.112s 2022-12-01T10:26:14.5117658Z 2022-12-01T10:26:14.5117778Z OK (skipped=1) 2022-12-01T10:26:14.5117956Z 2022-12-01T10:26:14.5118081Z Generating XML reports... 2022-12-01T10:26:14.5118859Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102614.xml 2022-12-01T10:26:14.5119297Z 2022-12-01T10:26:14.5119722Z ##[endgroup] 2022-12-01T10:26:14.5120392Z FINISHED PRINTING LOG FILE of test_native_mha (/var/lib/jenkins/workspace/test/test-reports/test_native_mha_ru9e73ub) 2022-12-01T10:26:14.5120745Z 2022-12-01T10:26:14.9787944Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:15.0419086Z Ignoring disabled issues: [] 2022-12-01T10:26:15.0563822Z Running test_nvfuser_frontend ... [2022-12-01 10:26:15.056108] 2022-12-01T10:26:15.0566008Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:15.056392] 2022-12-01T10:26:16.0147025Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:16.0775455Z Ignoring disabled issues: [] 2022-12-01T10:26:16.0920407Z Running distributions/test_constraints ... [2022-12-01 10:26:16.091752] 2022-12-01T10:26:16.0922580Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 10:26:16.092037] 2022-12-01T10:26:16.2535180Z 2022-12-01T10:26:16.2535684Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-12-01T10:26:16.2536917Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_hp9i3sq1) 2022-12-01T10:26:16.2537352Z 2022-12-01T10:26:16.2537485Z Running tests... 2022-12-01T10:26:16.2538142Z ---------------------------------------------------------------------- 2022-12-01T10:26:16.2538937Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-12-01T10:26:16.2539465Z skip: requires CUDA (0.002s) 2022-12-01T10:26:16.2539914Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2540479Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2540995Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2541769Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2542368Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2542937Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.004s) 2022-12-01T10:26:16.2543506Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.002s) 2022-12-01T10:26:16.2544031Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:26:16.2544280Z 2022-12-01T10:26:16.2544869Z ---------------------------------------------------------------------- 2022-12-01T10:26:16.2545295Z Ran 9 tests in 0.013s 2022-12-01T10:26:16.2545485Z 2022-12-01T10:26:16.2545600Z OK (skipped=9) 2022-12-01T10:26:16.2545791Z 2022-12-01T10:26:16.2545944Z Generating XML reports... 2022-12-01T10:26:16.2546706Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201102616.xml 2022-12-01T10:26:16.2547085Z 2022-12-01T10:26:16.2547500Z ##[endgroup] 2022-12-01T10:26:16.2548180Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_hp9i3sq1) 2022-12-01T10:26:16.2548545Z 2022-12-01T10:26:17.7205889Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:17.7836979Z Ignoring disabled issues: [] 2022-12-01T10:26:17.7980933Z Running test_comparison_utils ... [2022-12-01 10:26:17.797766] 2022-12-01T10:26:17.7982696Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:17.798057] 2022-12-01T10:26:18.5109251Z 2022-12-01T10:26:18.5109861Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T10:26:18.5111052Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_aqh773zv) 2022-12-01T10:26:18.5112098Z ============================= test session starts ============================== 2022-12-01T10:26:18.5112837Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:26:18.5113263Z cachedir: .pytest_cache 2022-12-01T10:26:18.5114011Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:26:18.5114669Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:26:18.5115399Z 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:18.5115879Z collecting ... collected 132 items 2022-12-01T10:26:18.5154383Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T10:26:18.5176642Z 2022-12-01T10:26:18.5177178Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T10:26:18.5177969Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T10:26:18.5178788Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T10:26:18.5179577Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T10:26:18.5180387Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T10:26:18.5181178Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T10:26:18.5181977Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T10:26:18.5182945Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T10:26:18.5183730Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T10:26:18.5184663Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T10:26:18.5185503Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T10:26:18.5186323Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T10:26:18.5187105Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T10:26:18.5187911Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T10:26:18.5188736Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T10:26:18.5189555Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T10:26:18.5190513Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T10:26:18.5191328Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T10:26:18.5192093Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T10:26:18.5192889Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T10:26:18.5193674Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T10:26:18.5194467Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T10:26:18.5195303Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T10:26:18.5196067Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T10:26:18.5196837Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T10:26:18.5197646Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T10:26:18.5198448Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T10:26:18.5199240Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T10:26:18.5200018Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T10:26:18.5200767Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T10:26:18.5201483Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T10:26:18.5202313Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T10:26:18.5203164Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T10:26:18.5203994Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T10:26:18.5204809Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T10:26:18.5205575Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T10:26:18.5206295Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T10:26:18.5207087Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T10:26:18.5207802Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T10:26:18.5208765Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T10:26:18.5209545Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T10:26:18.5210251Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T10:26:18.5210987Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T10:26:18.5211660Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T10:26:18.5212368Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T10:26:18.5213062Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T10:26:18.5213744Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T10:26:18.5214536Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T10:26:18.5215404Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T10:26:18.5216142Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T10:26:18.5216926Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T10:26:18.5217679Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T10:26:18.5218425Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T10:26:18.5219167Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T10:26:18.5219985Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T10:26:18.5220786Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T10:26:18.5221576Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T10:26:18.5222380Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T10:26:18.5223160Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T10:26:18.5223932Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T10:26:18.5224813Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T10:26:18.5225589Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T10:26:18.5226329Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T10:26:18.5227070Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T10:26:18.5227853Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T10:26:18.5228613Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T10:26:18.5229391Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T10:26:18.5230150Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T10:26:18.5230959Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T10:26:18.5231729Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T10:26:18.5232477Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T10:26:18.5233223Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T10:26:18.5233992Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T10:26:18.5234911Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T10:26:18.5235687Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T10:26:18.5236428Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T10:26:18.5237182Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T10:26:18.5237931Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T10:26:18.5238705Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T10:26:18.5239542Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T10:26:18.5240324Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T10:26:18.5241147Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T10:26:18.5242041Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T10:26:18.5242855Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T10:26:18.5243594Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T10:26:18.5244398Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T10:26:18.5245165Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T10:26:18.5245965Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T10:26:18.5246713Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T10:26:18.5247513Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T10:26:18.5248296Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T10:26:18.5249089Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T10:26:18.5249879Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T10:26:18.5250654Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T10:26:18.5251456Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T10:26:18.5252185Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T10:26:18.5252960Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T10:26:18.5253700Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T10:26:18.5254572Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T10:26:18.5255333Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T10:26:18.5256111Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T10:26:18.5256859Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T10:26:18.5257652Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T10:26:18.5258453Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T10:26:18.5259289Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T10:26:18.5260101Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T10:26:18.5261023Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T10:26:18.5261812Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T10:26:18.5262551Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T10:26:18.5263317Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T10:26:18.5264074Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T10:26:18.5265015Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T10:26:18.5265781Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T10:26:18.5266575Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T10:26:18.5267339Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T10:26:18.5268156Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T10:26:18.5269107Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T10:26:18.5269918Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T10:26:18.5270667Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T10:26:18.5271445Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T10:26:18.5272199Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T10:26:18.5272964Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T10:26:18.5273742Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T10:26:18.5274550Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T10:26:18.5275283Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T10:26:18.5276070Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T10:26:18.5276855Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T10:26:18.5277688Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T10:26:18.5278498Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T10:26:18.5279315Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T10:26:18.5280111Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T10:26:18.5280892Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T10:26:18.5281258Z 2022-12-01T10:26:18.5281465Z ======================== 65 passed, 67 skipped in 1.30s ======================== 2022-12-01T10:26:18.5281707Z 2022-12-01T10:26:18.5282174Z ##[endgroup] 2022-12-01T10:26:18.5283002Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_aqh773zv) 2022-12-01T10:26:18.5283430Z 2022-12-01T10:26:18.9606675Z 2022-12-01T10:26:18.9607208Z Expand the folded group to see the log file of test_comparison_utils 2022-12-01T10:26:18.9608159Z ##[group]PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_c05xlcja) 2022-12-01T10:26:18.9608392Z 2022-12-01T10:26:18.9608608Z ##[endgroup] 2022-12-01T10:26:18.9609105Z FINISHED PRINTING LOG FILE of test_comparison_utils (/var/lib/jenkins/workspace/test/test-reports/test_comparison_utils_c05xlcja) 2022-12-01T10:26:18.9609533Z 2022-12-01T10:26:20.0152315Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:20.0765536Z Ignoring disabled issues: [] 2022-12-01T10:26:20.0909142Z Running test_jiterator ... [2022-12-01 10:26:20.090675] 2022-12-01T10:26:20.0911972Z Executing ['/opt/conda/bin/python', '-bb', 'test_jiterator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:20.090990] 2022-12-01T10:26:20.5735322Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:20.6367367Z Ignoring disabled issues: [] 2022-12-01T10:26:20.6515957Z Running test_schema_check ... [2022-12-01 10:26:20.651215] 2022-12-01T10:26:20.6517373Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:20.651518] 2022-12-01T10:26:21.5441030Z 2022-12-01T10:26:21.5441597Z Expand the folded group to see the log file of test_jiterator 2022-12-01T10:26:21.5442789Z ##[group]PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_a3bm8n82) 2022-12-01T10:26:21.5443351Z CUDA not available, skipping tests 2022-12-01T10:26:21.5443840Z 2022-12-01T10:26:21.5443968Z Running tests... 2022-12-01T10:26:21.5444582Z ---------------------------------------------------------------------- 2022-12-01T10:26:21.5444879Z 2022-12-01T10:26:21.5445235Z ---------------------------------------------------------------------- 2022-12-01T10:26:21.5445659Z Ran 0 tests in 0.000s 2022-12-01T10:26:21.5445861Z 2022-12-01T10:26:21.5445953Z OK 2022-12-01T10:26:21.5446115Z 2022-12-01T10:26:21.5446260Z Generating XML reports... 2022-12-01T10:26:21.5446856Z Test results will be stored in test-reports/python-unittest/test_jiterator 2022-12-01T10:26:21.5447181Z 2022-12-01T10:26:21.5447575Z ##[endgroup] 2022-12-01T10:26:21.5448279Z FINISHED PRINTING LOG FILE of test_jiterator (/var/lib/jenkins/workspace/test/test-reports/test_jiterator_a3bm8n82) 2022-12-01T10:26:21.5448680Z 2022-12-01T10:26:23.0424750Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:26:23.1153389Z Ignoring disabled issues: [] 2022-12-01T10:26:23.1302691Z Running test_unary_ufuncs ... [2022-12-01 10:26:23.129888] 2022-12-01T10:26:23.1304200Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:26:23.130177] 2022-12-01T10:29:51.1217777Z 2022-12-01T10:29:51.1218342Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:29:51.1219160Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_yqqnxrk0) 2022-12-01T10:29:51.1233289Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:29:51.1233598Z 2022-12-01T10:29:51.1233715Z Running tests... 2022-12-01T10:29:51.1234186Z ---------------------------------------------------------------------- 2022-12-01T10:29:51.1236162Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [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:29:51.1316897Z r = func(*args, **kwargs) 2022-12-01T10:29:51.1318851Z ok (0.032s) 2022-12-01T10:29:51.1319790Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.1321230Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.1322083Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1322640Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1323236Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1323841Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1324399Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1324891Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1326315Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:29:51.1327069Z r = func(*args, **kwargs) 2022-12-01T10:29:51.1327294Z ok (0.063s) 2022-12-01T10:29:51.1327624Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1328248Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1328709Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1329132Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1329582Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1330104Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1347084Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1347875Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1348464Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1349050Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1349625Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1350214Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:29:51.1350807Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:29:51.1351395Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1351954Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1352528Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1353106Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1353682Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1354253Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1354823Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1355405Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1355973Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1356561Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:29:51.1357157Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:29:51.1357746Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1358318Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1359086Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1359663Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1360215Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1360788Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1361362Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1361942Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1362506Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1398471Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1398983Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1399418Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1400062Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1400471Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1400907Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1401324Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1401823Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1402293Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1402768Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1403329Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1403756Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1404168Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:29:51.1404621Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.1405051Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1405486Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1405925Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1406308Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1406735Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1407176Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1407581Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1407984Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1408416Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1408849Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:29:51.1409259Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:29:51.1409684Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:29:51.1410107Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1410540Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1411019Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1411419Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1411827Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1412232Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1412648Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1413090Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1413492Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:29:51.1413885Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.1414310Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1414830Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1415295Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1428366Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1428845Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1429484Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1430022Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1430564Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1431095Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1431655Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:29:51.1432224Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1432808Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1433344Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1433901Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1434447Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1434983Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1435512Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1436044Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1436600Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1437132Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1438620Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:29:51.1439516Z r = func(*args, **kwargs) 2022-12-01T10:29:51.1439828Z ok (0.037s) 2022-12-01T10:29:51.1440252Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1440789Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1441305Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1442011Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1442549Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1443075Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1443617Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1444144Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1444673Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1445216Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1445750Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1446325Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1446871Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1447520Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1448072Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1448622Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1449163Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1449704Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1450251Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1450813Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1451355Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1451908Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1452466Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1452988Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1453523Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1454066Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1454664Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1455177Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1455694Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1456237Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1456765Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1457304Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1457868Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1458414Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1458932Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1459472Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1460015Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1460547Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1461169Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1461706Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1462240Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1462764Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1463296Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1463818Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1464313Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1465025Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1465563Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1466097Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1466623Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1467281Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1467843Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1468389Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1468933Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.1469508Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1470082Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1470627Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1471161Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1471690Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1472225Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1475857Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1476392Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1476937Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1477479Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1478009Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1478555Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1479123Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1479654Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1480208Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1480767Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1481304Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1481818Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1482358Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1482889Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1483439Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1484073Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1484615Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1485160Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1485637Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1486162Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.1486715Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1487257Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1487781Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1488316Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1488864Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1489440Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1489980Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.1490513Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1491047Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1491613Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1492204Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1492804Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1493395Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.1493962Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1494621Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1495192Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1495742Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1496305Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1496881Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1497448Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.1498001Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1498568Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1499143Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1499693Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1500218Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:29:51.1500777Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:29:51.1501329Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1501856Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1502395Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1502994Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1503525Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1504045Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1504701Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1505243Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1505795Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1506323Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:29:51.1506888Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.1507430Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1507940Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1508447Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1509058Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1509594Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1510106Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1510634Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1511180Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1511735Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1512261Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1512771Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1513323Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1513848Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1514388Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1514944Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1515492Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1516009Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1516574Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.150s) 2022-12-01T10:29:51.1517130Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1517681Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1518208Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.1518748Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1519333Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1519847Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1520377Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1520921Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1521455Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1521989Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1522632Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1523173Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1523714Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1524247Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1524810Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1525365Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1525873Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1526437Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1526988Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1527665Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1559341Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1559709Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1560064Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1560404Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1560763Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1561252Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1561623Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1562050Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1562417Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1562914Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1563453Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1563930Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1564331Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1564709Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1565138Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1565474Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1565924Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1566276Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1566687Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1567041Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1567487Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1567855Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1568247Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1568636Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1569056Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1569575Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1569991Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1570352Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1570762Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1571124Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1571519Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1571877Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1572323Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1572662Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1573079Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1573479Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1573917Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1574304Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1574799Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1575157Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1575568Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.1575940Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1576366Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1576736Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1577120Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1577616Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1577991Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1578412Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1578809Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1579191Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1579585Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1580008Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1580457Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1580830Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1581154Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1581448Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1581770Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1582081Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1582400Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1582712Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1583037Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.1583441Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.1583762Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.1584094Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1584516Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1584973Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1585336Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1585650Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1585963Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1586277Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1586576Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1586964Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1587288Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1587601Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1587935Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.1588263Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1588592Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1588899Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1589225Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1589542Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1589843Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1590154Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1590467Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1590782Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1591088Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1591411Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1591732Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1592039Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1592352Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1592660Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1592974Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1593276Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1593592Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1593914Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1594219Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1594537Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1594921Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.1595280Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.1595612Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.1595958Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.1596295Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1596616Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1596922Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1597252Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1597579Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1597882Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1598232Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1598553Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1598866Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1599162Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1599479Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1599795Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1600095Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.1600417Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.1600732Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.1601042Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:29:51.1601341Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.1601649Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.1601956Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.1602248Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.1602563Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.1602879Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1603214Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1603528Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1603851Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1604169Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1604473Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1604796Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1605117Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1605434Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1605728Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1606080Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1606389Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1606688Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1606999Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1607312Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1607638Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1607953Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1608286Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.1608623Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1608965Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1609314Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1609646Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1609971Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1610282Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1610606Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1610927Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1611252Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1611562Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1611884Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1612206Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1612517Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1612847Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.1613172Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1613496Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1613806Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1614127Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1614522Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1614824Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1615138Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1615454Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1615769Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1616074Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1616394Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1616715Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1617028Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1617391Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1617714Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1618035Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1618336Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1618646Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1618953Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1619261Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1619559Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1619881Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1620214Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1620561Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1620893Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1621216Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1621538Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1621846Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1622174Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1622495Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1622809Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1623137Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1623466Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1623791Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1624106Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1624550Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1624870Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1625178Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1625502Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1625826Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1626151Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1626461Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1626787Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1627114Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1627448Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.1627758Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1628086Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1628405Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1628771Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1629092Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1629411Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1629728Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1630034Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1630353Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1630710Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1631081Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1631471Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1631908Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1632300Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1632669Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1633050Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1633429Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1633800Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1634156Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1634530Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1634909Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1635259Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1635574Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1635897Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1636223Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.1636529Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1636856Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1637176Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1637496Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1637804Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1638122Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1638442Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1638768Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.1639081Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.1639408Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1639781Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1640089Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1640404Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1640715Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1641024Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1641321Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1641642Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1641964Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1642269Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1642591Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1642949Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1643269Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1643566Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1643881Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1644195Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1644499Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1644820Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1645143Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.1645472Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.1645780Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1646098Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1646415Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1646711Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1647020Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1647333Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1647643Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1647950Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1648267Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.1648591Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.1648904Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.1649224Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1649538Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1649847Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1650146Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1650457Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1650841Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1651154Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1651469Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1651810Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1652146Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1652479Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1652816Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1653152Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1653485Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1653803Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1654169Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1654570Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1654880Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1655209Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1655538Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1655862Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.1656167Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1656489Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1656809Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1657108Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1657413Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1657730Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1658048Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:29:51.1658354Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1658672Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1658995Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1659323Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1659635Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1659956Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1660274Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1660579Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1660896Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1661210Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1661524Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.1661822Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1662195Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1662535Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1662884Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1663241Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1663600Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.1663943Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.1664267Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1664831Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.1665183Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.1665604Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1665946Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.1666303Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:29:51.1666658Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.1666990Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.1667336Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.1667689Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.1668048Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.1668392Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.1668748Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.1669103Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:29:51.1669461Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.1669793Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.1670133Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1670482Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.1670819Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.1671160Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1671490Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1671815Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1672133Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1672459Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1672787Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1673111Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1673474Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1673803Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1674128Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1674437Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1674762Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1675089Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1675417Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1675722Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1676037Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1676341Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1676672Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1676987Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1677297Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1677612Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1677912Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1678249Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1678598Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1678933Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1679284Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1679634Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1679977Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1680321Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1680686Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1681051Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1681414Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1681772Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1682142Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1682500Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1682860Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1683205Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1683560Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1683913Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1684249Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1684648Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1685014Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1685383Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1685732Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1686091Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1686437Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1686787Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1687124Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1687521Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1687872Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1688203Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1688545Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1688889Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1689227Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1689551Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1689896Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1690245Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1690593Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1690925Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1691265Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1691608Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1691954Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1692278Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1692623Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1692972Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1693326Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.1693719Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.1694107Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.1694551Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1694883Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1695230Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1695637Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1696018Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1696365Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1696711Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1697058Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1697398Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1697754Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1698114Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1698510Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1698862Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1699222Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1699583Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1699949Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:29:51.1700299Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1700664Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.1701020Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1701378Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1701720Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1702079Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1702431Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1702772Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1703122Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1703484Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1703858Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:29:51.1704213Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.1704709Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1705077Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1705432Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1705778Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1706134Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1706562Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1706920Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1707267Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1707628Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1707986Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1708331Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1708689Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1709043Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1709404Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1709789Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1710150Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.110s) 2022-12-01T10:29:51.1710513Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1710876Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.1711222Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.1711574Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1711933Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1712276Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1712632Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1712989Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1713345Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1713689Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1714048Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1714408Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1714765Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1715108Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1715459Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1715811Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1716166Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1716506Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.591s) 2022-12-01T10:29:51.1716863Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:29:51.1717217Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.612s) 2022-12-01T10:29:51.1717603Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.611s) 2022-12-01T10:29:51.1717958Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:29:51.1718310Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.284s) 2022-12-01T10:29:51.1718665Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:29:51.1719003Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:29:51.1719352Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.423s) 2022-12-01T10:29:51.1719707Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-12-01T10:29:51.1720065Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.311s) 2022-12-01T10:29:51.1720479Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.653s) 2022-12-01T10:29:51.1720836Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.608s) 2022-12-01T10:29:51.1721195Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:29:51.1721542Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.286s) 2022-12-01T10:29:51.1721880Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:29:51.1722235Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:29:51.1722588Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.426s) 2022-12-01T10:29:51.1722938Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.589s) 2022-12-01T10:29:51.1723298Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:29:51.1723657Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.610s) 2022-12-01T10:29:51.1724017Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.610s) 2022-12-01T10:29:51.1724361Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-12-01T10:29:51.1724716Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:29:51.1725067Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:29:51.1725423Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-12-01T10:29:51.1725770Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.428s) 2022-12-01T10:29:51.1726115Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1726455Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1726780Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1727118Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1727448Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1727778Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1728087Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1728462Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1728791Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1729112Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.1729423Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1729752Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1730076Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1730390Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1730715Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1731041Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1731369Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1731704Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1732031Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1732354Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1732661Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1732983Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1733297Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1733615Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1733924Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1734253Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1734645Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1734958Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1735278Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1735595Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1735912Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1736210Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1736525Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.1736843Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1737146Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1737477Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1737812Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1738151Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1738485Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1738825Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1739164Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1739492Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1739843Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1740175Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1740502Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1740810Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1741139Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1741462Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1741789Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1742096Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1742417Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1742734Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1743066Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1743379Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1743695Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1744030Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1744366Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1744938Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1745284Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1745629Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1745954Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1746306Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1746661Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1746998Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1747336Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1747658Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1747984Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.1748302Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1748631Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1748954Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1749262Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1749578Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1749893Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1750205Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1750505Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1750825Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1751214Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1751538Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1751850Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.1752176Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1752499Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1752798Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1753109Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1753423Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1753733Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1754031Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1754379Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1754693Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1754997Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1755318Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1755642Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1755972Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1756283Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1756606Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1756927Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1757233Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1757547Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1757859Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1758172Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1758474Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1758798Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1759133Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1759455Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.1759791Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1760122Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1760450Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1760761Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1761085Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1761410Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1761717Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1762041Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1762398Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1762718Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1763023Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1763343Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1763659Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1763977Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1764275Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1764586Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1764902Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1765206Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1765559Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.1765887Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1766214Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1766524Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1766841Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1767163Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1767470Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1767795Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.1768116Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1768439Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1768744Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1769061Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1769383Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:29:51.1769696Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.1770015Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1770329Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1770643Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1770941Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1771249Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1771561Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1771857Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1772172Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1772486Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1772803Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.1773115Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:29:51.1773470Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1773794Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1774113Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1774487Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1774805Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1775119Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1775415Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1775734Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1776054Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1776377Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:29:51.1776686Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.1777043Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1777367Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1777670Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1777979Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1778289Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1778601Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1778899Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1779228Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1779574Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:29:51.1779901Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:29:51.1780245Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1780582Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:29:51.1780917Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1781242Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.1781578Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.1781923Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1782271Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1782597Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1782939Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1783286Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1783611Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1783948Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1784287Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1784950Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1785277Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1785620Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1785961Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1786299Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1786701Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1787036Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1787370Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1787694Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1788035Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1788437Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1788780Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1789104Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1789439Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1789777Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1790099Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1790435Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1790774Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1791116Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1791447Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1791778Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1792113Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1792448Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1792768Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1793108Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1793445Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1793766Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1794102Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1794431Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1794762Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1795073Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1795403Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1795732Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1796107Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1796428Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1796765Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1797102Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1797424Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1797750Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1798083Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1798413Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1798736Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1799097Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1799429Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.1799744Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.1800071Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.1800400Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.1800723Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.1801029Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.1801357Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.1801690Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1802022Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1802339Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.1802664Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1802987Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1803290Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1803607Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1803934Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1804255Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1804572Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.1804904Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1805231Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1805542Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1805864Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1806193Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1806521Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1806842Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1807248Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1807606Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1808100Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.1808431Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.1808767Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1809105Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.1809432Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.1809788Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.1810159Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:29:51.1810573Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:29:51.1810924Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1811284Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.1811644Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.1811998Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.1812341Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.1812695Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:29:51.1813055Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.1813420Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:29:51.1813763Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.1814121Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.1814534Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:29:51.1814876Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.1815234Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.1815588Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.1815946Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.1816294Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.1816652Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.1817004Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.1817357Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.1817512Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.1817715Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:29:51.1817885Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.1818061Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.1818232Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1818402Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1818568Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.1818733Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1818903Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1819057Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.1819246Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1819406Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.1819565Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1819724Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1819878Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.1820036Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.1820187Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1820347Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1820486Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1820644Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1820805Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1820964Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.1821122Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1821277Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1821432Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1821587Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1821743Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1821923Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.130s) 2022-12-01T10:29:51.1822111Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1822299Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.1822488Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.1822675Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1822895Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1823080Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1823265Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1823452Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1823619Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.1823800Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1823976Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1824156Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1824364Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1824669Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1824847Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.1825022Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.1825201Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.1825377Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.1825536Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.1825715Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1825888Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1826062Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.1826237Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.1826411Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.1826588Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1826762Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1826939Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.1827100Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1827275Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1827443Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.1827616Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1827791Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1827942Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.1828143Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.1828298Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.1828454Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1828592Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1828741Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1828887Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1829035Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1829179Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1829323Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1829473Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1829626Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1829798Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1829957Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1830111Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1830263Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.1830412Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1830563Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1830712Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1830863Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1830998Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.1831148Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1831296Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.1831444Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1831591Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1831743Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:29:51.1831896Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.1832042Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.1832186Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.1832320Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1832459Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.1832599Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1832743Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.1832883Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.1833033Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.1833176Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.1833330Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:29:51.1833499Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:29:51.1833649Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.1833798Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.1833944Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1834087Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.1834228Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.1834377Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1834519Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.1834656Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.1834809Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.1834991Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.1835144Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1835289Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.1835429Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.1835576Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1835723Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.1835874Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836011Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836162Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836310Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836455Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836598Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836742Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1836884Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837025Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837153Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837296Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837438Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837578Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837726Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1837869Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838018Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838168Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838299Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838443Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838588Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838761Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1838906Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839046Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839184Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839332Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839460Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839610Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839759Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1839906Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840048Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840220Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840365Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840507Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840650Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840779Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1840928Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841070Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841222Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841372Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841517Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841667Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841811Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1841940Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842083Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842225Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842370Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842514Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842660Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842801Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1842952Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843086Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843233Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843375Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843517Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843660Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843799Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1843940Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844116Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844252Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844394Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844544Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844693Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844837Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1844982Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845125Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845268Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845399Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845570Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845711Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1845859Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846001Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846148Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846295Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846440Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846583Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846714Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846857Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1846996Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847139Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847278Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847427Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847562Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847718Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1847866Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848012Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848154Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848295Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848438Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848577Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848705Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848842Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1848993Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849138Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849335Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849488Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849637Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849785Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1849917Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850062Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850207Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850347Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850486Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850630Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850801Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1850949Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851084Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851230Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851372Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851520Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851667Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851811Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1851952Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852100Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852245Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852374Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852518Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852659Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852796Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1852935Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853076Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853216Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853357Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853483Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853627Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853766Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1853913Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854057Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854196Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854410Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854633Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854759Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1854900Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855039Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855179Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855315Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855459Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855605Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855743Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1855870Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856009Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856177Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856319Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856458Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856606Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856746Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1856895Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857032Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857174Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857318Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857460Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857600Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857743Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1857884Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858024Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858152Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858292Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858438Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858581Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858729Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1858876Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859024Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859169Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859308Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859433Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859572Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859713Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1859879Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860021Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860161Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860304Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860442Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860576Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860721Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1860861Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861005Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861145Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861308Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861449Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861589Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861714Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861853Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1861990Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862146Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862299Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862459Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862621Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862778Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1862919Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863071Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863223Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863372Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863522Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863671Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.1863821Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1863974Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1864117Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1864243Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1864521Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1864731Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1864874Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865016Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865154Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865358Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865497Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865624Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865759Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1865905Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866045Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866191Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866338Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866482Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866625Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866788Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1866929Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867067Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867207Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867344Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867493Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867640Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867785Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1867919Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868061Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868205Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868353Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868492Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868636Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868781Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1868929Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869073Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869208Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869353Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869496Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869635Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869771Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1869915Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870059Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870204Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870335Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870516Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870665Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870810Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1870955Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871097Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871236Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871379Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871505Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871645Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871789Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1871963Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872105Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872244Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872385Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872524Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872663Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872788Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1872926Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873065Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873201Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873346Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873483Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873624Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873763Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1873892Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874031Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874169Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874309Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874451Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874599Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874741Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1874886Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875016Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875156Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875293Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875429Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875571Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875741Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1875888Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876026Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876158Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876298Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876435Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876575Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876715Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876855Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1876995Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877159Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877290Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877429Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877574Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877721Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1877863Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878003Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878142Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878282Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878407Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878547Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878683Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878830Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1878974Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879117Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879257Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879399Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879541Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879666Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879808Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1879946Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880090Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880227Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880375Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880522Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880663Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880793Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1880964Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881102Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881243Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881385Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881523Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881661Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881798Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1881930Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882072Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882225Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882402Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882551Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882696Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882837Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1882974Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883102Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883242Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883381Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883524Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883667Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883813Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1883956Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884096Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884221Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884359Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884497Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884639Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.1884781Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1884927Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885071Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885209Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885346Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885480Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885623Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885768Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1885909Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886098Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886238Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886387Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886534Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886664Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886802Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1886938Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887080Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887219Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887360Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887499Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887667Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887796Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1887939Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888074Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888213Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888349Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888485Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888621Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888759Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1888883Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889032Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889184Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889329Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889473Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889612Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889757Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1889902Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890033Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890175Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890315Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890454Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890593Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890729Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1890867Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891003Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891151Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891314Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891469Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891622Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891769Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1891917Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892063Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892210Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892352Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892484Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892627Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892798Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1892942Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893083Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893224Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893372Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893519Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893649Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893793Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1893934Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894073Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894215Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894432Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894574Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894715Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894842Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1894987Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895127Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895281Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895429Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895571Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895711Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895853Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1895993Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896119Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896257Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896397Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896574Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896724Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1896871Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897017Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897165Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897300Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897444Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897585Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897726Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1897870Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898009Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898200Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898342Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898475Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898622Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898768Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1898914Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899058Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899202Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899346Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899486Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899620Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899762Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1899910Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900058Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900206Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900351Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900493Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900638Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900779Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1900905Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1901041Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1901180Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1901323Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1901508Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1901684Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1901899Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902083Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902261Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902420Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902591Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902763Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1902938Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1903109Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1903322Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1903496Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.1903650Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1903808Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1903955Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1904111Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1904264Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1904532Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1904685Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1904834Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1904983Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1905130Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1905267Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1905416Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1905570Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1905722Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1905884Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1906043Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1906196Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1906348Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1906497Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1906633Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1906783Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1906931Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1907140Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1907299Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1907447Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1907609Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.1907768Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.1907910Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1908065Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1908217Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1908371Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1908560Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1908708Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1908858Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1909016Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1909166Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1909313Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1909473Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1909629Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1909785Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1909939Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910091Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910244Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910390Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910539Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910676Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910828Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1910980Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1911139Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1911296Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1911447Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1911598Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1911746Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1911881Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1912026Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1912205Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1912354Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1912511Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1912662Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1912822Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.1912978Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1913132Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1913271Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1913422Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1913573Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1913751Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1913903Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1914052Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1914207Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1914356Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1914501Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1914656Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1914813Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1914968Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915117Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915265Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915412Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915561Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915711Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1915858Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1916008Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1916169Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.1916329Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1916484Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1916637Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1916787Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1916938Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917073Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917221Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917394Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917555Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917708Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1917870Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1918032Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1918188Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1918345Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1918491Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1918650Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1918831Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1918986Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1919223Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1919429Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1919654Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1919841Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1920029Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1920178Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1920365Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1920722Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1920869Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1921053Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1921229Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1921414Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1921599Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1921789Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1921973Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1922164Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1922368Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1922509Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1922687Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1922861Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1923072Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1923247Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1923459Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1923651Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1923840Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1923982Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1924187Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1924366Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1924541Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1924717Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1924900Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1925113Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1925293Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1925480Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1925623Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1925823Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1926002Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1926200Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1926384Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1926559Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1926737Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1926910Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1927055Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1927233Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1927445Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1927633Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1927829Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1928013Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1928197Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1928376Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1928555Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1928696Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1928892Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1929089Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1929291Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1929504Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1929683Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1929871Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1930057Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1930244Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1930385Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1930565Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1930769Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1930945Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1931124Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1931329Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1931505Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1931678Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1931821Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1932007Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1932191Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1932415Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1932601Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1932782Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1932963Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1933142Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1933325Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1933464Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1933636Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1933812Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1934009Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1934208Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1934485Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1934687Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1934894Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1935048Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1935243Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1935431Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1935639Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1935886Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1936077Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1936265Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1936461Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1936650Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1936790Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1936970Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1937155Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1937342Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1937570Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1937760Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1937940Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938118Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938298Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938434Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938608Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938816Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1938993Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1939206Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1939391Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1939573Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1939751Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1939891Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940067Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940241Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940418Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940604Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940811Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1940996Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1941184Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1941369Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1941511Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1941694Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1941923Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1942110Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1942292Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1942496Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1942682Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.1942864Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1943009Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1943192Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1943375Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1943592Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1943771Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1943959Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1944158Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1944345Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1944731Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1944886Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1945086Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.1945310Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1945497Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.1945683Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1945870Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946077Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946258Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946450Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946591Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946773Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1946957Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1947137Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1947316Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1947495Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1947694Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1947878Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948014Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948250Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948447Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948635Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948813Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1948994Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1949175Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1949382Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1949561Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1949696Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1949874Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1950092Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1950280Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1950462Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1950652Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1950838Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1951041Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1951182Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1951360Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1951564Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1951740Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1951923Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1952109Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1952287Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1952467Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1952659Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1952799Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1952976Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1953155Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1953332Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1953516Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1953696Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1953873Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1954059Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1954204Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1954429Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1954628Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1954805Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1954988Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1955164Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1955342Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1955518Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1955701Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1955841Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956045Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956259Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956439Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956615Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956790Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1956969Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1957151Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1957292Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1957473Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1957711Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1957897Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1958081Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1958261Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1958446Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1958620Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1958796Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1958935Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1959118Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1959315Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1959490Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1959672Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1959852Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1960040Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1960230Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1960424Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1960607Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1960812Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961012Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961191Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961370Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961545Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961722Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1961912Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1962057Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1962266Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1962447Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1962642Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1962824Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1963000Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1963185Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1963361Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1963542Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1963688Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1963890Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1964068Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1964274Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1964458Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.1964647Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1964831Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1965011Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1965153Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1965342Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1965528Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1965710Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1965906Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966089Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966265Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966443Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966649Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966788Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1966986Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1967165Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1967340Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1967547Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1967724Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1967899Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1968073Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1968206Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1968408Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1968585Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1968782Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1968967Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1969179Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1969360Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1969537Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1969717Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1969862Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1970063Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1970247Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1970423Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1970599Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1970795Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1970967Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1971142Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1971280Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1971472Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1971662Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1971853Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1972043Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1972235Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1972442Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1972629Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1972825Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1996495Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1996707Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1996864Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1997022Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1997168Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1997320Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1997466Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1997621Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1997780Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.1998093Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1998248Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1998397Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1998546Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1998693Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1998842Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1998985Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.1999126Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1999274Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1999422Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1999573Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.1999727Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.1999883Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2000029Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2000180Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2000328Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2000470Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2000617Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2000758Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2000908Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2001053Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2001212Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2001368Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2001616Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2001760Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2001914Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002069Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002218Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002373Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2002520Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002673Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002827Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2002984Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2003166Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2003319Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2003469Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2003621Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2003770Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2003923Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2004069Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2004220Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2004371Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2004512Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2004670Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2004820Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2004977Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2005125Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2005277Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2005425Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2005580Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2005722Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2005867Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2006014Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2006156Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2006345Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2006524Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2006751Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2006938Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2007124Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2007301Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2007476Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2007655Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2007833Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2008016Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2008221Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2008395Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2008550Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2008697Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2008848Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2008991Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2009146Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2009296Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2009448Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2009600Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2009743Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2009893Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2010037Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2010183Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2010335Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2010487Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2010637Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2010783Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2010927Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011075Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011221Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011364Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011508Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011678Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011832Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2011981Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012130Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012272Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012417Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012561Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012702Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012844Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2012992Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2013172Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2013326Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2013473Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2013626Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2013767Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2013914Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2014050Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2014194Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2014452Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2014605Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2014749Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2014906Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2015056Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2015198Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2015351Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2015491Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2015638Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2015782Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2015927Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2016067Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2016232Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2016386Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2016552Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2016705Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2016889Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2017050Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2017199Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2017357Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2017510Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2017667Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2017820Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2017974Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2018118Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2018293Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2018445Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2018591Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2018739Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2018883Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2019027Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2019172Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2019323Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2019467Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2019609Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2019767Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2019917Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2020071Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2020216Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2020366Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2020510Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2020646Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2020797Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2020943Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2021092Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2021240Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2021414Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2021589Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2021787Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2021959Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2022116Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2022284Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2022455Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2022626Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2022800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2022968Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2023140Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2023339Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2023509Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2023661Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2023826Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2023987Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2024160Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2024334Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2024651Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2024818Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2024985Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2025154Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2025308Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2025472Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2025632Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2025791Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2025954Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2026111Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2026262Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2026422Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2026582Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2026726Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2026886Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2027091Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2027246Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2027401Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2027557Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2027711Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2027865Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2028021Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2028159Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2028309Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2028457Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2028638Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2028790Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2028941Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029115Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029286Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029443Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029609Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029779Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2029946Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2030125Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2030303Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2030480Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2030663Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2030840Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031020Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031184Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031359Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031532Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031703Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2031875Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2032044Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2032242Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2032423Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2032600Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2032762Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2032931Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2033098Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2033270Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2033439Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2033633Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2033804Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2033969Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2034134Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2034289Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2034449Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2034615Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2034782Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2034949Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035117Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035284Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035450Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035617Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035768Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2035934Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2036102Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2036269Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2036439Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2036607Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2036774Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2036942Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2037110Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2037305Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2037489Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2037672Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2037841Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038010Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038175Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038347Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038525Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038726Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2038904Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2039067Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2039247Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2039420Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2039595Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2039771Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2039947Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2040123Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2040295Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2040463Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2040622Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2040787Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2040956Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2041127Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2041306Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2041488Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2041665Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2041838Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042015Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042177Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042374Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042546Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042720Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2042890Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043063Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043237Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043412Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043583Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043769Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2043936Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2044106Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2044278Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2044456Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.2044630Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2044805Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2044981Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2045157Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2045330Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2045486Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2045655Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2045826Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2045999Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2046173Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2046353Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2046526Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2046697Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2046866Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2047021Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2047190Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2047358Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2047563Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2047735Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2047908Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2048080Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2048251Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2048416Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2048569Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2048739Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2048935Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2049111Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.2049280Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2049451Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2049624Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2049793Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2049968Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2050124Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2050299Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2050468Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2050640Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.2050813Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2050985Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.2051158Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.2051328Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2051497Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2051662Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.2051819Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2051988Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2052149Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2052315Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2052504Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2052667Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2052827Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2052984Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2053132Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2053289Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2053447Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2053602Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2053759Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2053945Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2054105Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2054262Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2054502Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2054648Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2054805Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2054960Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2055114Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2055268Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2055423Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2055575Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2055729Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2055883Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2056028Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2056186Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2056342Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2056498Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2056653Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2056804Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2056955Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057106Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057239Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057387Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057534Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057740Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2057905Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2058071Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2058240Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2058403Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2058561Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2058705Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2058863Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2059025Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2059214Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2059375Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2059531Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2059688Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2059844Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2059997Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2060138Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2060288Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2060442Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2060593Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2060747Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2060916Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2061084Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2061254Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2061409Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2061577Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2061743Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2061917Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2062088Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2062258Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2062414Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2062564Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2062723Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2062901Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2063058Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2063211Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2063364Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2063514Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2063661Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2063811Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2063965Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2064120Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2064262Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2064629Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2064815Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2064972Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2065122Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2065272Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2065417Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2065567Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2065701Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2065853Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2066002Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2066157Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2066313Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2066466Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2066625Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2066785Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2066940Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2067082Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2067238Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2067390Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2067542Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2067690Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2067841Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2067991Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2068148Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2068336Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2068500Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2068662Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2068819Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2068976Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2069131Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2069285Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2069432Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2069588Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2069762Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2069916Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2070064Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2070217Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2070368Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2070519Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2070673Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2070821Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2070968Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2071107Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2071253Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2071410Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2071564Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2071721Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2071879Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2072034Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072191Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072334Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072483Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072636Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072788Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2072938Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2073087Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2073247Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2073444Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2073600Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2073740Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2073887Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074035Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074179Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2074327Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074482Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074640Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074790Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2074962Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2075119Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2075270Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2075419Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2075572Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2075721Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2075870Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2076024Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2076174Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2076316Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2076463Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2076622Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2076777Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2076946Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2077165Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2077348Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2077499Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2077633Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2077779Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2077926Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2078093Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2078259Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2078427Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2078591Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2078787Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2078950Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2079100Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2079259Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2079422Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2079590Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2079753Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2079918Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2080089Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2080309Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2080481Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2080635Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2080800Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2080967Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2081133Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2081297Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2081460Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2081620Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2081785Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.2081948Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2082099Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2082263Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2082426Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2082592Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2082758Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2082920Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2083085Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2083247Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2083410Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2083564Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2083724Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2083916Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2084080Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2084243Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2084408Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2084571Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2084734Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2084894Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2085047Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2085206Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2085390Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2085547Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2085699Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2085857Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2086020Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2086184Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2086351Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2086500Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2086662Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2086818Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2086978Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2087136Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2087295Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2087458Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2087618Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2087842Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2088050Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2088250Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2088409Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2088564Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2088723Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2088879Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2089081Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2089241Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2089397Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2089540Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2089698Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2089853Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2090010Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2090165Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2090321Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2090481Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2090665Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2090811Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2090968Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2091125Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2091282Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2091439Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2091604Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2091773Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2091939Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2092106Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2092259Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2092422Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2092586Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2092747Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2092926Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2093106Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2093281Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2093459Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2093632Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2093793Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2093967Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2094167Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2094407Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2094583Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2094754Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2094928Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095098Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095271Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095443Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095601Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095807Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2095981Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2096150Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2096324Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2096494Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2096667Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2096840Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2097011Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2097172Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2097343Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2097512Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2097685Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2097853Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2098026Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2098198Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2098366Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2098534Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2098682Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2098845Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2099003Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2099165Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2099371Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2099528Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2099686Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2099848Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2100009Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2100161Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2100318Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2100477Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2100634Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2100825Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2100984Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2101142Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2101341Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.2101534Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2101715Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2101909Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2102103Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2102293Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2102484Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2102672Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2102858Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2103041Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2103228Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2103414Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2103586Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2103769Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2103946Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2104128Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2104349Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2104653Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2104839Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2105023Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2105206Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2105386Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2105549Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2105735Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2105968Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2106152Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2106336Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2106512Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2106689Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2106867Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2107045Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2107211Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2107386Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2107545Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2107699Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2107857Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2108014Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2108172Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2108329Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2108480Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2108619Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2108769Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2108917Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2109068Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2109226Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2109380Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2109541Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2109754Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2109900Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2110055Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2110209Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2110361Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2110515Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2110664Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2110821Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2110977Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2111159Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2111296Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2111452Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2111607Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2111757Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2111908Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112057Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112208Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112355Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2112505Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112640Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112796Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2112943Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2113100Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2113260Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2113409Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2113562Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2113713Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2113849Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2113997Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114144Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114292Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114448Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114601Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114781Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2114931Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2115082Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2115217Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2115367Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2115516Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2115662Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2115807Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2115955Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116100Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116270Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116402Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116539Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116680Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116825Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2116968Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117111Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117259Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117409Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117541Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117678Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117818Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2117955Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118094Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118233Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118373Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118518Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118649Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118789Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2118930Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119069Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119206Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119344Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119487Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119625Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119765Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2119929Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120076Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120225Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120367Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120510Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120649Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120789Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2120925Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121051Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121186Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121330Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121495Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2121642Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121787Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2121926Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122069Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122193Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122328Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122466Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122606Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122745Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2122897Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123047Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123202Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123342Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123493Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123642Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123786Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2123938Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124086Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2124239Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124386Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124534Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124668Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124810Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2124953Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125094Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125266Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125407Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125547Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125687Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125816Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2125959Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126097Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126246Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126392Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126535Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126705Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126845Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2126969Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127110Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127247Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2127385Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127522Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127662Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127829Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2127999Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128146Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128305Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128469Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128629Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128789Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2128947Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129115Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129277Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129435Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129581Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129737Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2129890Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130048Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130204Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130395Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130555Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130711Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2130867Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2131010Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131164Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131323Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131478Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131630Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131803Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2131955Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2132106Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2132250Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2132384Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2132531Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2132673Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2132815Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2132961Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133105Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133253Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133400Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133527Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133668Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133810Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2133951Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2134089Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2134230Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2134446Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2134588Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2134713Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2134875Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135036Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135196Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135354Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135511Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135706Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2135879Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136048Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136204Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136376Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136546Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136713Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2136883Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2137072Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2137232Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2137393Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2137550Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2137699Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2137858Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138030Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138202Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138371Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138529Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138688Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138849Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2138996Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139153Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139312Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139469Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139625Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139784Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2139940Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140095Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140250Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140391Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140547Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140734Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2140890Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141047Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141202Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141353Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141508Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141658Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2141805Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2141962Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2142119Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2142306Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2142464Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2142619Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2142791Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2142964Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143121Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143261Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143416Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143582Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143747Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2143907Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2144075Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2144240Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2144544Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2144775Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2144935Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145102Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145265Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145425Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145581Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145743Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2145905Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146138Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146287Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146448Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146618Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146787Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2146958Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147125Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147290Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147457Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147654Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147800Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2147962Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148119Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148284Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148450Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148608Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148772Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2148929Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149083Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149232Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149395Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149561Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149725Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2149890Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150057Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150220Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150378Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150531Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150679Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2150843Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151009Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151167Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151362Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151523Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151684Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2151846Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152002Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152150Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152306Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152472Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152633Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152829Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2152989Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2153148Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2153308Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2153465Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2153613Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2153769Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2153934Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154093Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154256Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154414Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154571Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154726Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2154887Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155038Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155197Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155365Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155525Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155689Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2155851Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156010Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156165Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156333Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156495Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156659Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156813Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2156965Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157117Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157263Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157411Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157558Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157699Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2157874Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158023Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158165Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158310Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158451Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158599Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158746Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2158880Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159024Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159169Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159314Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159452Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159591Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159736Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2159878Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160006Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160145Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160293Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160444Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2160588Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160731Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2160871Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161006Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161146Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161274Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161412Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161609Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161749Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2161902Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162052Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162209Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162363Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162501Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162652Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162801Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2162952Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163131Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163279Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163426Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163575Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163707Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163850Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2163991Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164135Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164279Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164420Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164565Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164704Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2164863Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165007Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165162Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165321Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165478Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165631Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165797Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2165956Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166108Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166239Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166378Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166528Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166677Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166845Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2166988Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167130Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167269Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167410Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167537Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167674Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167818Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2167957Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168104Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168271Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168412Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168551Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168677Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168816Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2168958Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169098Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169237Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169377Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169511Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169657Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169787Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2169935Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170080Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170223Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170361Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170506Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170648Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170788Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2170915Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171055Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171193Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171345Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171488Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171639Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171791Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2171974Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172109Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172253Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172391Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172528Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172673Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172810Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2172954Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173090Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173235Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173366Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173528Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173670Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173810Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2173949Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174089Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174226Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174470Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174602Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174750Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2174896Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175037Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175181Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175322Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175466Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175610Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175738Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2175879Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176019Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176169Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176315Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176457Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176598Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176737Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176862Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2176999Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177140Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177311Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177459Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177596Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177743Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2177890Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178019Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178156Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178296Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178438Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178578Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178717Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2178885Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179029Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179166Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179299Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2179448Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179593Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179735Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2179877Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180015Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180156Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180295Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180419Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180570Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180726Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2180880Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181031Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181183Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181335Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181491Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181627Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181781Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2181937Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182094Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182247Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182398Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182587Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182741Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2182895Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183034Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183190Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183345Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183499Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183647Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183795Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2183973Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2184121Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2184257Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2184548Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2184705Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2184858Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185009Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185161Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185310Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185464Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185610Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185754Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2185914Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186063Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186214Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186362Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186511Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186662Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186817Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2186967Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187106Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187257Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187405Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187554Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187751Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2187906Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188059Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188207Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188346Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188499Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188650Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188800Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2188949Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189101Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189286Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189440Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189588Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189724Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2189867Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190014Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190161Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190309Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190458Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190605Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190752Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2190886Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191033Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191177Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191319Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191462Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191609Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191755Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2191903Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192039Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192188Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192336Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192482Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192626Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192771Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2192945Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193100Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193257Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193401Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193553Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193704Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2193852Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194003Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194154Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194322Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194517Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194675Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2194840Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195004Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195165Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195326Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195490Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195656Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195822Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2195985Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196137Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196298Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196458Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196621Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196781Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2196944Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197107Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197272Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197432Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197578Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197735Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2197896Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198088Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198251Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198417Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198582Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198743Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2198902Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199051Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199215Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199373Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199554Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199705Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2199858Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200007Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200159Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200307Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200443Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200595Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200745Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2200893Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201049Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201201Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201351Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201499Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201635Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201785Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2201934Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2202126Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2202311Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2202492Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2202668Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2202851Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203038Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203247Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203415Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203592Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203768Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2203943Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204118Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204291Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204464Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204664Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204838Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2204994Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2205163Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2205335Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2205504Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2205676Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2205848Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206015Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206182Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206348Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206502Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206672Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2206838Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207008Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207178Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207347Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207513Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207678Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207824Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2207952Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208099Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208287Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208431Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208573Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208713Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208856Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2208994Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209121Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209260Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209406Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209552Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209703Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2209882Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210031Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210176Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210305Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210450Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210589Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2210728Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2210871Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2211014Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2211159Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2211297Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2211445Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2211579Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2211721Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2211863Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212002Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212143Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212282Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212422Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212558Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212690Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212825Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2212973Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213118Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213260Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213405Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213578Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213721Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213847Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2213988Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2214126Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2214273Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2214487Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2214630Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2214770Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2214914Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2215076Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2215218Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2215357Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2215511Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2215669Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2215820Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2215974Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2216132Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2216286Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2216423Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2216570Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2216718Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2216860Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2217013Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2217159Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2217311Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2217462Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2217608Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2217763Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2217913Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218063Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218212Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218356Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218504Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218649Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218840Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2218983Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219131Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219291Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219448Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219602Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219752Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2219903Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2220055Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2220216Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2220362Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2220513Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2220668Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2220815Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2220977Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221133Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221284Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221436Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221576Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221724Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2221873Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222019Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222168Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222313Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222464Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222613Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222758Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2222913Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223064Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223218Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223365Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223513Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223658Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223808Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2223985Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2224129Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2224277Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2224585Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2224789Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2224944Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225097Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225247Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225395Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225584Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225735Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2225883Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226035Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226183Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226340Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226495Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226651Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226805Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2226941Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227089Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227239Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227391Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227537Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227691Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227837Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2227999Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228144Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228297Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228447Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228595Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228741Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2228884Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229031Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229215Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229371Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229513Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229673Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229832Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2229992Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230148Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230301Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230455Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230608Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230776Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2230929Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2231080Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2231230Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2231384Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2231539Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2231694Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2231852Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2232008Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2232150Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2232302Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2232452Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2232611Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2232764Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2232923Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2233077Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2233229Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2233377Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2233512Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2233658Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2233803Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2233948Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2234096Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2234248Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2234421Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2234576Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2234717Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2234870Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2235020Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2235171Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2235319Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2235467Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2235616Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2235763Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2235933Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2236074Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2236224Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2236375Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2236519Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2236665Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2236808Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2236959Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2237109Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2237250Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2237400Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2237554Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2237711Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2237867Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238020Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238176Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238332Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238483Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238620Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238763Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2238909Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239056Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239207Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239356Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2239539Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239699Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239841Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2239991Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2240141Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2240288Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2240432Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2240574Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2240722Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2240925Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2241071Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2241212Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2241360Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2241516Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2241669Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2241822Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2241973Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2242126Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2242278Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2242412Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2242554Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2242698Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2242845Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2242990Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2243155Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2243321Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2243494Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2243663Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2243818Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2243981Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2244143Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2244301Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2244460Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2244641Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2244794Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2244951Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2245112Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2245251Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2245400Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2245554Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2245707Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2245860Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246036Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246184Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246330Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246464Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246612Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246757Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2246909Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247053Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247212Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247369Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247521Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247671Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247806Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2247953Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248098Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248245Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248396Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248555Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248708Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2248865Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249010Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249166Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249318Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249475Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249623Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249803Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2249955Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2250120Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2250275Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2250420Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2250572Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2250726Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2250877Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251029Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251206Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251359Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251513Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251651Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251811Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2251969Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252127Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252286Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252440Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252591Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252742Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2252895Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253034Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253183Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253329Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253478Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253629Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253780Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2253926Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254072Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254206Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254420Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254572Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254719Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2254928Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255079Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255231Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255382Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255532Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255667Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255818Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2255966Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256115Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256276Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256460Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256615Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256773Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2256909Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257057Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257203Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257352Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257507Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257661Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257812Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2257959Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258105Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258240Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258387Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258536Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258680Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258829Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2258977Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259130Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259277Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259420Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259572Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259720Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2259870Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260046Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260192Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260339Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260484Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260629Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260770Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2260917Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261067Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261217Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261367Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261546Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261694Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261844Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2261977Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262127Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262276Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262431Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262585Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262740Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2262891Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2263040Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2263185Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2263320Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2263464Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2263608Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2263754Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2263901Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2264056Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2264203Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2264353Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2264636Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2264794Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2264950Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265103Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265305Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265455Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265608Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265740Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2265884Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2266031Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2266187Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2266339Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2266491Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2266641Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2266842Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2266988Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2267123Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2267270Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2267424Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2267576Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2267727Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2267877Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2268050Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2268224Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2268382Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2268548Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2268700Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2268853Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269008Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269165Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269315Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269468Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269615Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269751Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2269901Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270049Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270200Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270347Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270525Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270674Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270823Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2270955Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271101Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271243Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271388Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271534Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271679Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2271839Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272019Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272175Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272313Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272460Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2272613Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272766Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2272917Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2273069Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2273216Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2273363Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2273493Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2273637Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2273784Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2273931Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2274090Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2274244Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2274408Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2274570Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2274728Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2274874Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2275031Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2275186Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2275339Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2275492Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2275670Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2275824Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2275977Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2276129Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2276265Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2276422Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2276578Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2276733Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2276887Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2277064Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2277213Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2277362Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2277498Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2277641Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2277787Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2277941Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2278093Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2278242Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2278402Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2278557Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2278708Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2278847Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2278997Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2279143Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2279290Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2279436Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2279589Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2279735Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2279895Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2280035Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2280191Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2280348Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2280506Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2280689Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2280842Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2280994Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2281146Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2281298Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2281444Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2281598Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2281754Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2281914Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2282072Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2282250Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2282404Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2282552Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2282705Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2282845Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2283001Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2283152Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2283314Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2283473Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2283632Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2283783Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2283934Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2284069Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2284220Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2284371Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2284520Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2284671Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2284819Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2285012Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2285198Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2285393Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2285568Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2285754Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2285973Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2286156Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2286340Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2286516Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2286696Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2286878Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2287062Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2287245Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2287389Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2287547Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2287701Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2287854Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288006Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288155Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288306Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288458Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288601Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288751Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2288908Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289065Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289216Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289368Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289517Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289667Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289813Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2289947Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290094Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290249Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290396Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290547Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290695Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2290883Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291031Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291167Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291316Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291464Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291614Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291763Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2291918Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292073Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292224Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292401Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292535Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292681Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292828Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2292974Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293120Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293271Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293417Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293574Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293716Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2293867Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294017Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294165Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294310Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294531Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294678Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294828Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2294993Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2295140Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2295306Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2295470Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2295632Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2295790Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2295944Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2296139Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2296299Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2296456Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2296600Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2296756Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2296912Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297065Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2297218Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297374Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297523Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297699Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297833Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2297983Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298130Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298285Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298434Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298590Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298747Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2298903Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299053Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299193Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299341Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299487Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299638Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299785Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2299936Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300082Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300260Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300422Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300595Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300764Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2300934Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2301102Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2301299Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2301468Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2301642Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2301811Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2301972Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2302143Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2302311Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2302475Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2302645Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2302842Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2303016Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2303185Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2303357Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2303521Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2303675Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2303842Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2304010Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2304178Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2304340Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2304693Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2304856Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305014Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305172Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305317Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305475Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305630Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305784Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2305940Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2306096Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2306253Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2306407Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2306617Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2306772Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2306923Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307074Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307220Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307369Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307514Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307662Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307809Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2307970Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2308177Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2308346Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2308516Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2308685Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2308853Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2309033Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2309212Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2309391Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2309559Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2309738Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2309916Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310092Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310265Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310437Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310613Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310785Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2310950Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2311110Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2311289Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2311463Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2311643Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2311846Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2312014Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2312185Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2312356Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2312525Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2312680Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2312845Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313010Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313182Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313377Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313538Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313702Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2313869Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314036Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314189Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314353Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314520Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314688Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2314852Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2315017Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2315179Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2315372Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2315563Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2315744Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2315914Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2316081Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2316246Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2316430Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2316610Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2316777Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2316976Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2317145Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2317318Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2317481Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2317653Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2317829Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2318005Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2318180Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2318381Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2318560Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2318732Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2318902Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319060Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319228Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319399Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319571Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319739Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2319908Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2320079Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2320256Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2320437Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2320603Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2320778Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2320955Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2321128Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2321299Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2321468Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2321640Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2321809Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322036Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322202Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322375Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322547Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322718Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2322888Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2323058Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2323226Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2323403Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2323602Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2323776Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2323939Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2324108Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2324279Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2324451Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2324623Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2324794Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2324967Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325136Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325311Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325471Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325639Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325810Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2325980Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2326149Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2326316Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2326490Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2326662Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2326834Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2326996Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2327204Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2327374Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2327543Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2327712Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2327879Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2328053Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2328222Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2328396Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2328585Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2328751Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2328920Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2329088Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2329257Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2329425Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2329598Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2329770Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2329944Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2330104Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2330269Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2330437Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2330605Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2330772Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2330941Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331101Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331265Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331428Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331576Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331733Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2331890Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2332047Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2332231Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2332386Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2332536Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2332690Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2332840Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2332985Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333139Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333295Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333454Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333633Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333788Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2333940Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2334087Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2334238Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2334440Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2334595Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2334745Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2334904Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335059Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335213Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335362Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335513Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335647Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2335794Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2335943Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2336089Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2336240Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2336388Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2336553Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2336712Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2336877Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337028Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337189Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337396Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337558Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337716Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2337873Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338029Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338185Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338326Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338480Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338632Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338785Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2338963Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2339117Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2339268Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2339419Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2339567Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2339721Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2339889Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340051Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340221Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340386Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340551Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340723Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2340894Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341064Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341207Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341358Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341518Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341674Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341828Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2341981Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342129Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342278Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342414Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342593Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342744Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2342898Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343049Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2343205Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343360Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343513Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343663Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343801Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2343949Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2344129Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2344278Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2344549Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2344701Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2344849Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2345003Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2345140Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2345300Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2345456Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2345608Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2345759Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2345908Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2346058Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2346208Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2346356Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2346495Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2346642Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2346801Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2346957Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347123Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347283Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347439Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347594Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347746Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2347933Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348089Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348241Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348394Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348544Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348693Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348843Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2348992Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2349129Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2349313Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2349460Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2349607Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2349758Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2349907Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2350066Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2350215Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2350371Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2350515Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2350672Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2350824Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2350975Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2351126Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2351274Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2351422Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2351572Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2351710Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2351867Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352018Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352171Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352321Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352469Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352617Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352764Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2352911Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353076Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353230Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353377Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353534Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353690Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353841Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2353993Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354142Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354279Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354463Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354611Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354758Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2354912Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355060Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355217Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355371Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355522Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355664Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355813Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2355960Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356103Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356250Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356399Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356563Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356733Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2356884Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357050Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357211Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357368Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357528Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357689Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2357854Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358020Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358216Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358369Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358528Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358693Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2358855Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359018Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359181Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359347Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359513Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359700Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2359851Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360013Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360172Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360332Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360493Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360659Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360826Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2360986Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361148Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361295Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361454Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361617Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361777Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2361942Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362107Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362267Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362426Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362582Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362728Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2362890Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363053Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363258Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363423Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363582Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363740Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2363900Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364057Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364204Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364360Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364519Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364712Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2364873Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365034Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365188Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365341Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365483Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365643Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365809Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2365969Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366129Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366286Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366445Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366601Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366757Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2366903Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367061Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367218Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367377Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367534Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367691Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367846Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2367999Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368152Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368321Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368476Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368634Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368792Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2368951Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369107Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369263Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369419Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369576Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369757Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2369927Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370095Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370262Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370422Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370585Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370747Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2370909Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371084Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371249Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371427Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371600Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371775Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2371949Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372123Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372295Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372469Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372644Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372807Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2372979Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2373152Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2373323Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2373521Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2373693Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2373863Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374035Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374208Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374432Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374607Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374780Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2374987Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2375157Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2375330Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2375503Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2375675Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2375845Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376007Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376181Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376352Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376523Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376689Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2376849Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377013Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377178Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377339Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377490Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377647Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377806Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2377962Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378118Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378283Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378444Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378633Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378793Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2378935Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2379091Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2379252Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2379449Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2379645Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2379842Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2380063Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2380256Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2380446Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2380637Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2380812Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381000Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381185Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381374Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381560Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381743Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2381918Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382101Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382281Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382450Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382629Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382812Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2382992Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2383168Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2383342Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2383518Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2383725Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2383905Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2384081Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2384247Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2384504Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2384680Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2384855Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385031Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385251Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385430Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385585Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385735Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2385880Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386036Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386188Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386342Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386492Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386641Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386790Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2386938Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2387086Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2387230Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2387384Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2387546Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2387707Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2387861Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2388013Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2388164Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2388316Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2388454Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2388606Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2388759Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2388944Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2389095Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2389245Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2389464Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2389670Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2389890Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2390029Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2390206Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2390380Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2390567Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2390873Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391051Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391241Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391417Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391604Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391790Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2391973Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2392155Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2392294Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2392492Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2392682Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2392858Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2393063Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2393245Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2393427Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2393609Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2393749Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2393928Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2394130Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2394306Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2394480Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2394660Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2394844Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2395028Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2395239Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2395382Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2395566Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2395763Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2395946Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2396142Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2396320Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2396499Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2396679Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2401783Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2401988Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2402162Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.2402373Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2402555Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2402744Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2402924Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2403105Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2403287Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2403428Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2403605Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2403788Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2403985Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2404205Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.2404393Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2404575Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2404763Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2404943Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2405084Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2405266Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2405445Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2405650Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2405835Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2406016Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2406203Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2406425Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2406569Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2406751Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2406928Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2407112Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2407331Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2407508Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2407689Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2407870Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2408051Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2408217Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2408411Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.2408595Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.2408778Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2408976Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2409154Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2409329Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2409511Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2409650Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2409837Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2410018Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2410199Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2410413Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.2410616Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.2410798Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2410978Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2411140Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2422513Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2422737Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2422898Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2423059Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2423218Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2423371Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2423518Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.2423810Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2423967Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2424123Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2424276Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2424656Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2424834Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2424987Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2425141Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2425285Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2425438Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2425677Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.2425839Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2425995Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2426151Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2426395Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2426598Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.2426736Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2426891Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2427044Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2427207Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2427363Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2427528Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2427692Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2427853Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2428011Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2428155Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2428316Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2428473Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2428629Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2428782Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2428934Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2429087Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2429246Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2429404Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2429597Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2429759Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2429916Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2430072Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2430225Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2430376Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2430532Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2430690Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2430835Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2431018Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2431171Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2431323Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2431473Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2431620Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2431770Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2431924Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2432074Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2432217Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2432369Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2432524Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2432679Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2432833Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2432985Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2433143Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2433293Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2433430Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2433579Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2433731Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2433880Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2434034Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2434186Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2434338Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2434487Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2434631Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2434796Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2434949Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2435100Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2435256Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2435404Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2435565Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2435722Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2435881Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2436024Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2436177Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2436357Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2436510Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2436660Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2436812Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2436962Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2437112Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2437265Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2437406Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2437563Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2437719Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2437873Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2438027Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2438178Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2438327Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2438476Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2438614Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2438767Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2438921Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2439068Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2439221Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2439372Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2439529Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2439683Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2439826Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2440004Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2440159Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2440307Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2440456Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2440605Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2440751Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2440900Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2441048Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2441203Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2441367Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2441563Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2441733Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2441895Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2442060Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2442221Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2442385Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2442546Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2442696Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2442858Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2443020Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2443177Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2443333Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2443486Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2443643Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2443797Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.2443938Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2444090Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2444239Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2444389Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2444535Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2444682Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2444832Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2444987Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2445134Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2445307Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2445463Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2445616Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2445768Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2445916Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2446068Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2446215Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2446363Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2446504Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2446689Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2446844Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2447001Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2447160Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2447310Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2447462Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2447615Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2447775Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2447917Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2448071Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2448230Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.367s) 2022-12-01T10:29:51.2448384Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2448541Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2448696Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2448850Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2449003Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2449142Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2449296Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2449448Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2449603Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2449753Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2449911Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2450069Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2450229Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2450412Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2450555Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2450708Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2450859Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2451009Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2451158Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2451307Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2451458Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2451606Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2451748Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2451926Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2452078Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2452229Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2452376Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2452525Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2452675Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2452826Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2452983Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2453121Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2453276Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2453426Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2453577Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2453726Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2453876Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2454028Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2454177Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2454398Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2454557Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2454714Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2454869Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2455020Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2455171Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2455320Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2455477Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2455628Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2455818Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2455971Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2456123Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2456271Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2456418Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2456568Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2456718Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2456871Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2457009Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2457161Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2457338Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2457491Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2457648Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2457802Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2457952Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2458104Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2458255Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2458396Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2458545Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2458691Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2458842Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2458999Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2459150Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2459305Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2459462Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2459599Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2459753Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2459904Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2460055Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2460205Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2460359Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2460510Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2460673Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2460829Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.2461014Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2461166Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2461317Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2461464Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2461615Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2461764Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2461915Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2462065Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2462202Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2462361Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2462537Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2462696Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2462856Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2463015Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2463170Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2463322Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2463460Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2463610Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2463761Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2463909Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2464060Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2464212Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2464493Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2464648Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2464803Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2464937Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2465090Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2465242Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2465394Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2465543Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2465701Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2465857Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2466011Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2466147Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2466372Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2466545Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2466719Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2466890Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2467044Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2467198Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2467359Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2467517Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2467660Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2467811Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2467997Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2468150Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2468302Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2468453Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2468603Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2468756Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2468908Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2469047Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2469196Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2469341Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2469489Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.2469638Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2469785Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2469931Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2470077Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2470223Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2470380Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2470539Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2470691Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2470840Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2470996Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2471152Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2471303Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2471440Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2471614Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2471765Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2471917Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2472066Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2472216Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2472365Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2472529Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2472683Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2472833Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2472996Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2473195Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2473356Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2473516Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2473676Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2473829Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2473982Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2474136Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2474280Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2474435Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2474587Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2474741Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2474900Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2475056Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2475214Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2475364Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2475506Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2475661Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2475813Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2475965Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2476116Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2476267Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2476418Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2476574Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2476722Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2476895Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2477051Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2477204Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2477358Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2477507Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2477657Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2477801Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2477950Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2478090Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2478243Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2478429Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2478583Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2478742Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2478900Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2479058Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2479213Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2479371Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2479515Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2479672Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2479825Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2479986Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2480142Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2480301Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2480457Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2480614Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2480758Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2480911Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2481068Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2481221Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2481373Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2481530Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2481680Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2481839Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2481996Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2482198Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2482354Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2482507Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2482658Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2482812Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2482965Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2483118Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2483268Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2483408Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2483629Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:51.2483820Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484017Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484208Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484398Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484584Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484768Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2484956Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2485140Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2485313Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2485494Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2485680Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2485840Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2485997Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2486157Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2486312Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2486466Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2486618Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2486753Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2486904Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2487057Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2487214Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2487393Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2487552Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.2487711Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2487864Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2488005Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2488157Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2488302Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2488450Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2488606Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2488781Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2488939Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2489091Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2489244Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2489386Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2489535Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2489685Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2489835Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2489989Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2490139Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2490293Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2490444Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2490589Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.2490743Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2490895Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2491045Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2491198Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2491349Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2491500Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2491650Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2491801Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2491941Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2492089Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2492244Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2492400Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2492579Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2492732Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2492882Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2493034Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2493169Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2493316Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2493465Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2493629Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2493791Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2493959Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2494150Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2494314Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2494563Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2494711Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2494873Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2495033Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2495195Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2495356Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2495517Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2495675Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2495827Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.2495987Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2496128Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2496279Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.2496430Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.2496579Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.2496733Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.2496884Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.2497041Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2497194Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2497339Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2497495Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2497651Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2497847Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2498000Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2498156Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2498308Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2498461Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2498598Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2498748Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2498898Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2499075Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2499251Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2499453Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2499625Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2499791Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2499964Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2500123Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2500295Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2500468Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.2500648Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2500820Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2500992Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2501160Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2501328Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2501497Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2501651Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2501828Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.2502001Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.2502173Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.2502343Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.2502509Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.2502678Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.2502847Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.2503013Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.2503200Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2503347Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2503507Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2503667Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2503824Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2503985Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2504142Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2504297Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2504623Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2504853Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2505013Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2505170Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2505326Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2505483Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2505638Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2505792Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2505948Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2506102Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2506242Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2506389Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2506541Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2506693Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2506865Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2507037Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2507208Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2507383Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2507543Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2507711Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2507892Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2508069Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2508247Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2508428Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2508642Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2508824Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2509000Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2509177Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2509342Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2509515Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2509685Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2509858Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2510053Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2510232Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2510410Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2510587Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2510757Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2510914Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2511086Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2511259Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2511427Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2511595Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2511760Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2511924Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2512089Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2512250Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2512404Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2512572Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2512743Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2512909Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2513076Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2513250Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2513412Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2513581Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2513775Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2513930Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2514093Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2514285Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2514475Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2514666Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2514837Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2515007Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2515202Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2515385Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2515554Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2515722Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2515888Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2516053Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2516230Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2516407Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2516582Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2516760Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2516934Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2517097Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2517272Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2517447Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2517625Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2517800Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2517972Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2518145Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2518316Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2518487Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2518646Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2518815Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2519013Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2519194Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2519374Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2519558Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2519734Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2519909Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2520083Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2520259Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2520441Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2520616Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2520785Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2520963Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2521139Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2521314Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2521490Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2521667Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2521843Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2522002Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2522172Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2522349Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.368s) 2022-12-01T10:29:51.2522523Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2522697Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2522875Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2523051Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2523221Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2523389Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2523546Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2523714Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2523887Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2524090Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2524265Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2524438Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2524606Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2524775Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2524941Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2525101Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2525272Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2525450Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:29:51.2525644Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2525817Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:29:51.2525993Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:29:51.2526164Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.2526336Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.2526503Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.2526663Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.2526833Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:29:51.2527009Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:29:51.2527179Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:29:51.2527355Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:29:51.2527528Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:29:51.2527697Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2527867Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2528039Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.2528200Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2528367Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.2528543Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:29:51.2528714Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2528885Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:29:51.2529058Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:29:51.2529259Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2529431Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.2529603Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.2529771Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.2529926Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.2530086Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2530250Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2530413Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2530576Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2530762Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2530921Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2531080Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2531224Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2531379Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2531529Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2531683Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2531843Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2532004Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2532162Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2532320Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2532478Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2532622Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2532777Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2532931Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2533084Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2533237Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2533395Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2533547Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2533703Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2533852Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2534008Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2534162Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2534386Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2534596Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2534749Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2534901Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2535048Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2535200Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2535338Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2535491Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2535658Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2535822Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2535990Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2536184Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2536348Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2536510Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2536671Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2536818Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2536979Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2537141Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2537304Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2537462Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2537618Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2537774Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2537928Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2538068Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2538214Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2538363Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2538517Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2538670Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2538839Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2539006Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2539171Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2539341Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2539496Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2539660Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2539866Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2540041Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2540211Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2540365Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2540518Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2540676Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2540834Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2540975Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2541130Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2541307Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2541455Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2541606Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2541757Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2541909Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2542065Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2542205Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2542359Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2542517Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.2542672Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2542821Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2542968Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2543117Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2543269Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2543420Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2543556Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2543704Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2543854Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2544013Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2544166Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2544324Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2544608Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2544765Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2544907Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2545058Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2545261Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2545410Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2545560Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2545711Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2545862Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2546021Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2546174Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2546322Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2546486Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2546680Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2546838Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2546996Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2547154Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2547306Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2547462Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2547598Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2547748Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2547900Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2548059Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2548209Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2548358Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2548511Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2548662Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2548813Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2548949Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2549101Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2549262Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2549416Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2549573Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2549730Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2549889Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2550042Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2550182Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2550330Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2550511Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2550665Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2550819Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2550973Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2551129Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.2551284Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2551438Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2551573Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2551724Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2551873Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2552052Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2552204Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2552353Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2552508Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2552654Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2552798Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.2552954Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2553111Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2553265Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2553416Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2553570Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2553722Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2553869Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2554020Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2554162Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2554308Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2554468Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2554627Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2554780Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2554930Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2555080Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2555229Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2555361Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2555512Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2555693Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2555859Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2556027Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2556192Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.2556355Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2556517Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2556674Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2556825Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2556990Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.2557182Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2557351Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2557517Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2557681Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2557845Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2558005Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2558168Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2558317Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2558480Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2558648Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2558813Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2558972Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2559129Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2559285Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2559451Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2559606Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2559774Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2559940Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2560108Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2560264Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2560421Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2560574Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2560735Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2560919Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2561071Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2561235Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2561399Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2561561Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2561721Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2561877Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2562040Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2562251Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2562416Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2562565Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2562728Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2562890Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2563053Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2563214Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2563375Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2563534Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2563694Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2563853Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2564005Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2564163Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2564324Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2564486Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2564651Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2564813Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2564975Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2565138Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2565297Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2565445Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2565602Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2565759Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2565915Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2566101Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2566261Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2566419Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2566575Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2566721Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2566879Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2567035Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2567191Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2567348Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2567531Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2567686Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2567842Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2568002Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2568150Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2568310Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2568468Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2568630Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2568786Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2568941Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2569106Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2569272Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2569440Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2569594Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2569753Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2569918Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2570083Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2570246Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2570419Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2570595Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2570772Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2570947Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2571108Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.2571335Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2571509Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2571681Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2571852Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2572028Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2572203Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.2572376Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2572550Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2572735Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2572907Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2573075Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2573250Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2573425Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2573596Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2573772Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2573944Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2574114Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2574273Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2574551Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2574725Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2574900Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2575075Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.2575250Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2575421Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2575592Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2575762Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2575930Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2576081Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2576242Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2576443Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2576608Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2576768Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2576930Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2577092Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2577253Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2577399Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2577558Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2577725Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2577909Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2578070Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2578229Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2578389Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2578550Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2578710Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2578898Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.368s) 2022-12-01T10:29:51.2579096Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2579291Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2579490Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2579681Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2579872Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2580060Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2580251Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2580448Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2580634Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2580808Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2580992Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2581174Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2581358Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2581568Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2581752Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2581927Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2582109Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2582290Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2582472Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2582639Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2582816Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.2583016Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2583196Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.2583370Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.2583550Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2583730Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2583908Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.2584087Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2584254Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2584571Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2584804Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2584981Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2585139Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2585292Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.2585450Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.2585610Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2585766Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2585907Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2586060Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2586212Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2586364Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2586516Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2586668Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.2586825Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2587042Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2587193Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.2587354Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.2587511Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.2587665Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2587817Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2587970Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2588122Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2588278Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2588465Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2588603Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2588753Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2588904Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2589056Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2589210Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2589359Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2589506Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2589659Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2589794Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2589942Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2590094Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2590243Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2590397Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2590544Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2590704Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.2590864Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.2591017Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2591158Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2591309Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2591460Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2591611Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2591759Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2591908Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2592062Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2592250Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.2592395Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2592542Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2592695Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2592840Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2592989Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2593142Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2593279Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2593418Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2593566Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2593726Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2593857Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2594378Z 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:29:51.2594456Z np_result = np_fn(a) 2022-12-01T10:29:51.2594523Z ok (0.010s) 2022-12-01T10:29:51.2594660Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2594791Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2594918Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2595087Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:29:51.2595240Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2595391Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2595533Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2595689Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2595837Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2595983Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2596123Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596255Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596398Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596546Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596693Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596836Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2596984Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2597132Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2597273Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2597405Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2597546Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2597719Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2597868Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598009Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598149Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598298Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598443Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598571Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598710Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598854Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2598997Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2599148Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2599324Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2599469Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2599653Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2599834Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600001Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600177Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600353Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600531Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600708Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2600881Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2601052Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2601202Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2601348Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2601482Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2601639Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2601794Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2601940Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2602085Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2602229Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2602369Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.313s) 2022-12-01T10:29:51.2602503Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2602619Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2602747Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2602914Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2603051Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2603190Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2603341Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2603490Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2603640Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2603782Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2603931Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604075Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604219Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604358Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604524Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604663Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604798Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2604922Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605057Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605186Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605320Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605454Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605589Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605722Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605855Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2605981Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2606115Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2606249Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2606391Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.2606534Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:29:51.2606672Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:29:51.2606810Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.2606957Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2607102Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2607235Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2607375Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2607520Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.440s) 2022-12-01T10:29:51.2607662Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.441s) 2022-12-01T10:29:51.2607801Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.440s) 2022-12-01T10:29:51.2607938Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.448s) 2022-12-01T10:29:51.2608089Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2608278Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2608407Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2608546Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2608716Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2608889Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609061Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609230Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609391Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609551Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609730Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2609892Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2610048Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2610211Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2610368Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2610571Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:29:51.2610710Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:29:51.2610782Z ok (0.006s) 2022-12-01T10:29:51.2610914Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2611042Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.2611175Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2611311Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2611444Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.2611575Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.2611706Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2611838Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2611968Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2612086Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2612219Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2612365Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2612511Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2612654Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2612798Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2612939Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613080Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613206Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613345Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613509Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613642Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613783Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2613919Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2614060Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2614195Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2614415Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2614562Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2614705Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2614846Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2614989Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615162Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615304Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615440Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615563Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615709Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615848Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2615994Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2616139Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2616284Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2616430Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2616572Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2616697Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2616835Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2616974Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2617109Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2617255Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2617393Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2617542Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2617690Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2617821Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2617961Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618100Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618240Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618381Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618518Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618659Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618825Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2618966Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2619095Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2619241Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2619387Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2619530Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2619671Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2619810Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2619949Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620086Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620214Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620388Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620534Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620672Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2620818Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2620963Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2621104Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621248Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621374Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621514Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621653Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621793Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2621928Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2622067Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2622205Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2622349Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2622481Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2622620Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2622762Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2622899Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623041Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623178Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623315Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623451Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623582Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623720Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2623867Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2624015Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2624188Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2624329Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2624598Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2624739Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2624862Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2625002Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2625140Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2625288Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2625429Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2625581Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2625784Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2625935Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2626082Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626211Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626356Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626500Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626640Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626777Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2626920Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627065Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627212Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627347Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627490Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627629Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627775Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2627914Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628055Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628200Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628345Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628479Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628619Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628762Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2628903Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629039Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629178Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629315Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629492Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629618Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629756Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2629898Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630038Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630185Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630328Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630468Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630609Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630735Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2630876Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631037Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631178Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631316Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631453Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631596Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631737Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631863Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2631997Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632139Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632277Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632417Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632553Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632697Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632835Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2632980Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2633114Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2633254Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2633399Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2633543Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2633687Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2633826Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2633967Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634106Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634232Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634368Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634509Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634648Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634823Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2634970Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635112Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635256Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635385Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635524Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635661Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635805Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2635941Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2636082Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2636218Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2636387Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2636514Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2636661Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2636807Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2636949Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2637092Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637230Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637371Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637508Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637635Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637771Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2637908Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2638041Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2638196Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2638347Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2638503Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2638659Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2638816Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2638957Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639107Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639256Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639405Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639554Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639703Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2639854Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2640038Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2640168Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2640308Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2640452Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2640596Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2640735Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2640874Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641011Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641150Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641277Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641412Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641569Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641712Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641846Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2641990Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2642135Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2642276Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2642407Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2642546Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2642685Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2642824Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2642958Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643093Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643245Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643387Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643521Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643662Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643799Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2643943Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644086Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644231Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644373Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644515Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644660Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2644790Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2644938Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2645080Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2645294Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2645435Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2645579Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2645723Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2645867Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2646001Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2646144Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2646294Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2646443Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2646586Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2646733Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2646905Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647046Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647175Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647316Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647456Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647598Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647739Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2647877Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648017Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648162Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648288Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648427Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648561Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648697Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648831Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2648971Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649114Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649252Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649378Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649519Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649656Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649792Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2649928Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650063Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650198Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650346Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650474Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650645Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650787Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2650928Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651064Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651204Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651344Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651486Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651615Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651754Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2651893Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652057Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652197Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652336Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652474Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652611Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652747Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2652871Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653007Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653150Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653295Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2653440Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2653578Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653716Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653853Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2653977Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2654111Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2654246Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2654452Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2654607Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2654764Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2654917Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2655066Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2655201Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2655351Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2655497Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2655645Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2655788Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2655972Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2656120Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2656264Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2656403Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2656547Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2656703Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2656858Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657008Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657158Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657308Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657479Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657624Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657756Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2657900Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2658052Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2658198Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2658353Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2658509Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2658661Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2658813Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2658947Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659095Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659236Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659385Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659531Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659683Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2659832Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2659989Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2660129Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2660280Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2660427Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2660576Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2660720Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2660868Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2661016Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2661191Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2661341Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2661476Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2661624Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2661776Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2661927Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662079Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662223Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662367Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662509Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662663Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662808Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2662950Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2663102Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2663243Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2663396Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2663549Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2663699Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2663847Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2663984Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2664130Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2664275Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2664585Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2664780Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2664929Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665080Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665238Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665379Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665531Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665685Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665833Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2665979Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2666119Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2666264Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2666411Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2666615Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2666758Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2666915Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2667071Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2667221Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2667372Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2667519Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2667669Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2667814Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2667950Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2668135Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2668294Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2668444Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2668604Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2668760Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2668917Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2669070Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2669213Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2669365Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2669514Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2669666Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2669816Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2669966Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670113Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670267Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670419Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670560Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670710Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2670862Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671016Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671164Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671312Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671466Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671616Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671786Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2671935Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672086Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672234Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672378Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672525Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672667Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672813Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2672954Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673093Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673262Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673415Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673566Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673713Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2673856Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674005Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674146Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674273Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674413Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674560Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674708Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2674855Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2675003Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2675154Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2675298Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2675429Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2675568Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2675715Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2675857Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2676007Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676150Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676303Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676454Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676609Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676747Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2676921Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677072Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677222Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677369Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677515Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677662Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677811Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2677949Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678095Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678249Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678428Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678580Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678729Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2678877Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679025Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679158Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679299Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679438Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679585Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679726Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2679876Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2680019Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2680174Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2680322Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2680462Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2680609Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2680751Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2680901Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681048Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681193Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681334Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681477Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681606Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2681768Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2681927Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2682140Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2682305Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2682464Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2682624Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2682783Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2682943Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683087Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683246Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683407Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683567Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683750Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2683901Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684048Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684201Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684342Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684491Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684634Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684784Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2684928Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685070Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685214Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685356Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685510Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685645Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685796Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2685947Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686101Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686249Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686394Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686535Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686675Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686807Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2686948Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2687102Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2687262Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2687446Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2687601Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2687749Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2687887Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688037Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688186Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688338Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688486Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688643Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2688793Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2688971Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2689111Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2689261Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2689407Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2689555Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2689703Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2689854Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2690004Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2690156Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2690312Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2690454Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2690607Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2690756Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2690901Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2691051Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2691198Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2691348Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2691497Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2691631Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2691779Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2691923Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692069Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692216Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692358Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692532Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692673Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692814Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2692946Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693087Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693237Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693378Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693525Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693672Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693818Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2693964Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694124Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694268Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694500Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694652Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694802Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2694952Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695104Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695252Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695390Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695533Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695681Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695831Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2695982Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2696129Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2696276Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2696420Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2696568Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2696703Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2696844Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2696988Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2697132Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2697274Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2697421Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2697567Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2697719Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2697891Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698041Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698188Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698332Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698472Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698617Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698762Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2698905Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699045Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699191Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699366Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699514Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699661Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699805Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2699951Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700095Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700239Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700376Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700522Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2700676Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700829Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2700976Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2701123Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2701270Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2701417Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2701549Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2701698Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2701838Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2701985Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2702125Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2702274Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2702420Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2702574Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2702726Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2702865Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2703041Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2703194Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2703341Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2703487Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2703634Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2703780Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2703927Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2704059Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2704208Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2704362Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2704653Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2704800Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2704945Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2705091Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2705236Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2705370Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2705521Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2705671Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2705820Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2705969Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2706141Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2706309Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2706477Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2706638Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.2706778Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2706925Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2707079Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2707230Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2707378Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2707525Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2707673Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2707820Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2707952Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2708094Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2708240Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2708422Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2708572Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2708717Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2708860Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2708998Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2709143Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2709269Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2709405Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2709548Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2709694Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2709876Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2710028Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2710181Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2710331Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2710463Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2710613Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2710762Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2710911Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711058Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711204Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711349Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711491Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711618Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711760Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2711901Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2712058Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2712211Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2712371Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2712530Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2712687Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2712841Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2712981Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713131Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713279Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713430Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713604Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713755Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2713905Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2714052Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2714187Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2714339Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2714491Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2714647Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2714799Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2714947Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715125Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715273Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715422Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715556Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715701Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715847Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2715997Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716145Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716300Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716453Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716602Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716738Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2716887Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717034Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717180Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717321Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717468Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717616Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717770Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2717907Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718061Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718212Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718362Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718513Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718703Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2718849Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719000Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719152Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719294Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719443Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719594Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719746Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2719895Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720045Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720214Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720359Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720497Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720647Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720801Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2720950Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2721106Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2721263Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2721417Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2721569Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2721716Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2721847Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2721999Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2722146Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2722297Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2722445Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2722595Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2722787Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2722971Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2723163Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2723339Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2723523Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2723706Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2723916Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724097Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724271Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724443Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724620Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724799Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2724941Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725095Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725247Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725448Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725601Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725750Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2725898Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726047Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726194Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726332Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726481Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726636Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726789Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2726938Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727089Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727238Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727383Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727518Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727662Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727809Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2727964Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728112Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728263Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728412Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728558Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728690Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728832Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2728977Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729153Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729305Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729453Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729609Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729762Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2729909Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730040Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730186Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730331Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730473Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730644Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730786Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2730933Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731079Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731218Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731369Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731515Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731663Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731809Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2731954Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2732095Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2732239Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2732368Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2732528Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2732683Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2732847Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2733013Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2733173Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2733330Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2733487Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2733641Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2733782Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2733932Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2734084Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2734264Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2734510Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2734663Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2734812Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2734957Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735107Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735242Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735389Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735534Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735680Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2735862Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736012Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736166Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736317Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736453Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736600Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736746Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2736894Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737044Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737191Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737332Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737475Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737602Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2737773Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2737940Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738112Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738282Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738450Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738615Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738778Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2738940Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739100Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739268Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739436Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739629Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739792Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2739958Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2740123Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2740288Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2740458Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2740614Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2740779Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2740947Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741134Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741294Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741460Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741624Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741781Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2741933Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2742075Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2742232Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2742382Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2742534Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2742685Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2742837Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2742985Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2743131Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2743278Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2743424Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2743577Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2743727Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2743876Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2744024Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2744171Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2744316Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2744700Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2744831Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2745031Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2745174Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2745341Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2745506Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2745667Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2745826Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2745991Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2746150Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2746317Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2746529Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2746705Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2746884Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747060Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747233Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747406Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747579Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747752Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2747908Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2748079Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2748247Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2748417Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2748591Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2748764Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2748939Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749104Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749263Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749417Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749581Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749749Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2749917Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2750083Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2750274Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2750439Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2750597Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2750752Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2750901Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2751065Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2751230Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2751395Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2751557Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2751743Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2751901Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2752063Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2752212Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2752370Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2752559Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2752748Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2752930Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:29:51.2753096Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2753262Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2753421Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2753600Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2753778Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2753931Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.2754097Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.2754257Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2754430Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2754602Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2754771Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2754946Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2755118Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2755332Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2755491Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2755664Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2755836Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756003Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756173Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756337Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756504Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756674Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2756866Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2757022Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2757192Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2757364Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2757540Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2757720Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2757894Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758065Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758233Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758399Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758553Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758724Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2758893Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2759067Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2759240Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2759412Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2759581Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2759745Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2759910Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2760065Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2760233Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2760404Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2760607Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2760780Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2760949Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761117Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761284Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761447Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761601Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761773Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2761975Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2762142Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2762312Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2762482Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2762648Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2762815Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2762981Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2763137Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2763304Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2763475Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2763640Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2763811Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2763979Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2764145Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2764312Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2764482Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2764635Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2764803Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2764976Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2765145Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2765313Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2765484Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2765677Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2765846Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2766012Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2766164Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2766331Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2766504Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2766673Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2766844Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2767013Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2767214Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2767383Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2767549Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2767703Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2767868Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2768024Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2768187Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2768347Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2768504Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2768658Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2768813Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2768967Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769106Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769256Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769408Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769565Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769719Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2769872Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2770023Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2770176Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2770316Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2770469Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2770620Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2770799Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2770948Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2771098Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2771252Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2771400Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2771548Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2771689Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2771841Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2771992Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2772149Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2772325Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2772474Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2772621Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2772763Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2772889Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2773034Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2773175Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2773339Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2773496Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2773662Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2773825Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2773985Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2774141Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2774285Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2774507Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2774662Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2774817Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2774973Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2775128Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2775280Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2775432Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2775571Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2775719Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2775866Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2776014Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2776195Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2776346Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2776511Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2776675Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2776831Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2776980Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777142Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777304Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777477Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777671Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777842Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2777993Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2778141Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2778282Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2778436Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2778586Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2778741Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2778889Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779038Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779186Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779333Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779480Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779616Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2779764Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2779916Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780070Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780224Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780371Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780516Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780661Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2780796Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2780939Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781085Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781230Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781403Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781556Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781705Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2781858Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782000Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782149Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782298Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782447Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782594Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782738Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2782912Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2783060Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2783205Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2783347Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2783497Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2783654Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2783811Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2783966Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784119Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784271Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784538Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784676Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784827Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2784973Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2785119Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2785265Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2785416Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2785565Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2785717Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2785860Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2785989Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786127Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786273Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786413Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786568Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786761Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2786915Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787067Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787202Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787351Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787500Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787650Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787800Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2787950Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2788098Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2788277Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2788416Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2788568Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2788716Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2788862Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789009Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789149Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789291Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789436Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789579Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789716Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2789858Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2790015Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2790169Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2790317Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2790461Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2790611Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2790757Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2790884Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2791028Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2791169Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2791322Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2791464Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2791617Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2791766Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2791963Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792095Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792237Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792377Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792517Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792659Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792800Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2792961Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2793126Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2793286Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2793459Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2793620Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2793779Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2793938Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2794095Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2794257Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2794421Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2794586Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2794746Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2794888Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2795041Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2795197Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2795358Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2795516Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2795680Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2795841Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796005Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796148Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2796300Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796455Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796616Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796775Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2796936Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2797124Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2797284Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2797440Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2797581Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2797736Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2797893Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2798051Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2798216Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2798378Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2798560Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2798716Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2798867Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2799013Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2799171Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2799332Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2799488Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2799649Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2799814Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2799970Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800125Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800280Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800422Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800574Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800727Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2800890Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2801051Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2801209Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2801367Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2801523Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2801664Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2801818Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2801975Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2802159Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2802314Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2802468Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2802622Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2802775Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2802925Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2803063Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2803214Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2803368Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2803523Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2803701Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2803856Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804007Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804155Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804293Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804440Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804591Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2804750Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2804905Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2805057Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805209Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805359Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805509Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805649Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805808Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2805976Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2806138Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2806298Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2806459Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2806618Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2806778Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2806936Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2807097Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2807324Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2807499Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2807671Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2807842Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2808010Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2808181Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2808346Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2808515Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2808680Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2808875Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2809049Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2809218Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2809383Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2809553Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2809722Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2809891Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2810064Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2810224Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2810391Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2810557Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2810724Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2810894Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2811059Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2811231Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2811406Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2811575Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2811731Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2811899Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2812066Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2812235Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2812430Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2812594Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2812754Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2812913Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813070Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813214Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813367Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813518Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813674Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2813831Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2814013Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2814175Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2814407Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2814568Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2814713Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2814871Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2815025Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2815184Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2815380Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2815571Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2815763Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2815955Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2816143Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2816318Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2816510Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2816700Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2816891Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2817071Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2817254Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2817431Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2817610Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2817813Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2817973Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2818148Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2818329Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2818505Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2818685Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2818859Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819036Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819232Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819402Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819575Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819737Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2819915Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2820089Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2820271Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2820447Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2820620Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2820789Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2820959Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2821133Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2821274Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2821423Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2821575Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2821731Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2821881Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822031Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822178Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822320Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822445Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822593Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822766Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2822925Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823077Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2823234Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823391Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823544Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823696Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823833Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2823982Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2824130Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2824304Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2824614Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2824788Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2824932Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825079Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825216Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825368Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825515Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825670Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825819Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2825962Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826103Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826248Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826455Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826595Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826768Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2826951Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2827136Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2827300Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2827599Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2827775Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2827956Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2838591Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2838814Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2838979Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2839262Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2839418Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2839578Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.2839727Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2839875Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2840024Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2840171Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2840306Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.2840451Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2840594Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2840737Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2840919Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841065Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841203Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841343Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841470Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841607Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841751Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2841890Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2842038Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2842184Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2842325Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2842470Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2842598Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2842740Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2842878Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843016Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843152Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843297Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843432Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843578Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843704Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2843850Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2843996Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2844138Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2844280Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2844422Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2844592Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2844730Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2844870Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2844996Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845134Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845269Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845414Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845555Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845695Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845834Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2845970Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846121Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846259Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846395Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846535Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846677Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846818Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2846958Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2847101Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2847233Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2847376Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2847518Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2847657Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2847799Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2847950Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2848095Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2848235Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2848362Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2848505Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2848645Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2848784Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2848923Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849063Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849201Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849341Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849465Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849604Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2849775Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2849912Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2850049Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2850183Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2850318Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2850452Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2850587Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2850731Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2850869Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2851019Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851172Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851356Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851506Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851654Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851788Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2851928Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2852071Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2852210Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2852346Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2852493Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2852638Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2852787Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2852927Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853065Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853217Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853363Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853510Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853654Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853798Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2853938Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2854083Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2854215Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2854439Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2854585Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2854739Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2854895Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855056Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855238Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855388Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855519Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855665Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855811Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2855953Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856102Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856250Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856405Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856556Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856757Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2856892Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2857039Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2857184Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2857331Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2857469Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2857613Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2857758Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2857903Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858036Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858187Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858337Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858484Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858636Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858779Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2858924Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859066Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859199Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859342Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859492Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859638Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859790Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2859941Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2860089Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2860235Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2860405Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2860538Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2860677Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2860818Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2860958Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861111Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861256Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861407Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861559Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861695Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2861869Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862015Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862157Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862299Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862442Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862582Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862730Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2862857Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863012Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863163Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863313Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863460Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863608Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863755Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2863895Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2864036Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2864166Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2864320Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2864594Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2864753Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2864907Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865062Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865214Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865367Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865503Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865702Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2865852Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2866002Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2866151Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2866299Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2866450Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2866602Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2866757Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2866896Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2867050Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2867231Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2867381Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2867527Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2867678Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2867830Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2867978Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2868112Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2868259Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2868403Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2868556Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2868697Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2868836Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2868980Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2869120Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2869255Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2869396Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2869548Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2869699Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2869846Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2869990Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2870133Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2870276Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2870416Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2870540Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2870683Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2870867Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2871018Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2871161Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2871308Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2871450Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2871588Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2871713Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2871854Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2871992Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2872145Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2872314Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2872468Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2872622Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2872774Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2872910Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873056Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873202Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873351Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873494Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873637Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873784Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2873928Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874073Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874207Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2874358Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874507Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874658Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874808Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2874960Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2875104Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2875249Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2875377Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2875514Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2875657Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2875795Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2875972Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876115Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2876269Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876420Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876559Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876703Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876848Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2876994Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2877137Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2877281Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2877424Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2877593Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2877736Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2877885Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2878042Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2878206Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2878368Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2878532Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2878694Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2878856Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2879015Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2879157Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2879313Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2879463Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2879619Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2879772Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2879921Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880069Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880223Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880370Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880505Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880645Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880789Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2880932Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881070Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881243Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881387Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881536Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881664Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881816Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2881966Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882116Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882263Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882406Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882550Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882719Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882851Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2882996Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2883150Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2883300Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2883450Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2883596Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2883746Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2883900Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884049Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884185Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884333Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884484Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884637Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2884782Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2884937Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2885084Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2885232Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2885368Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2885516Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2885662Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2885808Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2885956Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886102Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886256Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886435Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886589Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886726Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2886875Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2887025Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2887170Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2887315Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2887463Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2887609Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2887760Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2887922Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888067Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888215Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888357Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888504Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888644Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888781Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2888921Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889054Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889202Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889340Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889486Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889632Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889775Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2889916Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890056Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890198Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890328Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890479Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890625Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890773Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2890923Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891067Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891211Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891362Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891520Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891668Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891816Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2891961Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2892108Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2892249Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2892390Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2892536Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2892668Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2892810Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2892950Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2893117Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893261Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893409Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893561Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893711Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893860Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2893991Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894138Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894281Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894505Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894654Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894796Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2894951Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895100Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895234Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895381Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895531Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895674Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895818Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2895962Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2896108Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2896255Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2896387Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2896538Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2896690Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2896872Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2897019Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2897166Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2897311Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2897455Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2897596Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2897724Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2897866Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2898006Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2898158Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2898329Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2898488Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2898637Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2898789Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2898923Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2899067Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2899214Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2899359Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2899499Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2899640Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2899786Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2899930Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2900067Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2900215Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2900362Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2900507Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2900650Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2900792Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2900939Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2901079Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2901229Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2901364Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2901511Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2901657Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2901807Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2901984Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902130Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902280Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902428Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902561Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902714Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2902864Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2903011Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2903156Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2903308Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2903452Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2903627Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2903754Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2903898Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904036Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904179Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904322Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904626Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904796Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2904940Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905080Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905203Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905343Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905486Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905637Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905792Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2905942Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906094Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906240Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2906380Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906532Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906678Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906822Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2906960Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2907104Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2907242Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2907452Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2907583Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2907728Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2907882Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908031Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2908187Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908344Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908502Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908656Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908812Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2908982Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2909132Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2909276Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2909424Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2909575Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2909724Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2909870Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910019Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910157Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910309Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910462Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910608Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910753Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2910900Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2911046Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2911185Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2911312Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2911458Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2911605Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2911753Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2911897Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2912052Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2912204Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2912350Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2912496Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2912660Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2912806Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2912953Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2913092Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2913234Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2913372Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2913525Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2913674Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2913812Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2913964Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2914146Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2914296Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2914441Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2914589Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2914737Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2914885Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2915037Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2915176Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2915326Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2915476Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2915624Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2915772Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2915916Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2916065Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2916210Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2916346Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2916497Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2916643Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2916795Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2916945Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2917095Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2917243Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2917387Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2917533Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2917668Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2917845Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2917993Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2918139Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2918282Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2918469Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2918654Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2918841Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919013Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919222Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919406Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919586Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919763Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2919936Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2920105Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2920279Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2920462Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.2920612Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2920748Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2920896Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921046Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921194Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921343Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921488Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921634Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921786Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2921920Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922064Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922217Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922366Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922511Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922654Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922799Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2922970Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923108Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923238Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923379Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923525Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923671Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923820Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2923968Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924116Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924259Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924412Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924558Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924698Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924845Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2924990Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925140Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925290Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925436Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925570Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925714Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925854Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2925995Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926137Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926276Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926421Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926564Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926703Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926851Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2926998Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927140Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927288Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927430Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927569Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927716Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2927854Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928028Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928182Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2928344Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928502Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928659Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928814Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2928971Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2929124Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2929266Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2929415Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2929591Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2929743Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2929893Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930039Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930187Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930335Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930478Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930608Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930747Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2930892Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931030Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931175Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931320Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2931469Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931620Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931757Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2931907Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2932054Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2932199Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2932344Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2932485Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2932627Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2932771Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2932900Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2933069Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2933266Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2933435Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2933601Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2933759Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2933914Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2934078Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2934232Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2934479Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2934652Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2934852Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935023Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935180Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935347Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935510Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935671Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935839Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2935995Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936158Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936322Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936486Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936644Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936808Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2936968Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2937125Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2937278Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2937419Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2937573Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2937724Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2937877Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2938024Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2938169Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2938315Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2938512Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2938662Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2938800Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2938950Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2939101Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2939247Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2939391Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2939530Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2939676Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2939816Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2939973Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2940119Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2940263Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2940430Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2940597Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2940763Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2940922Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941084Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941243Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941404Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941577Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941747Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2941923Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942099Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942273Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942446Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942618Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942790Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2942946Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2943113Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2943273Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2943441Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2943657Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2943831Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944003Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944165Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944327Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944601Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944767Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2944930Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945092Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945307Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945464Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945626Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945783Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2945942Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946088Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946251Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946419Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946585Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946749Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2946911Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2947069Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2947225Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2947370Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2947535Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2947701Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2947867Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2948028Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.2948189Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2948353Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2948511Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2948691Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2948855Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949054Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949215Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949372Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949540Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949709Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2949877Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950049Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950222Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950404Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950572Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950743Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2950912Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951079Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951245Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951413Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951578Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951746Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2951898Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952062Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952226Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952398Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952574Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952749Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2952924Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953093Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953263Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953418Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953584Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953753Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2953917Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954114Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954283Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954452Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954620Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954788Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2954937Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955102Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955266Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955439Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955634Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955803Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2955973Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956140Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956305Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956459Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956623Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956792Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2956962Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957123Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957289Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957454Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957619Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957782Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2957936Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958104Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958268Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958435Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958600Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958766Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2958934Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959097Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959293Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959448Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959612Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959775Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2959943Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960107Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960277Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960447Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960641Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960805Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2960956Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961122Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961286Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961457Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961621Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961791Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2961960Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962122Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962281Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962433Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962594Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962762Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2962916Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963075Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963234Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963390Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963542Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963693Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963833Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2963984Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2964135Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2964314Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2964465Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2964617Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2964771Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2964921Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965062Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965211Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965356Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965508Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965660Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2965853Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966002Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966148Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966298Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966432Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2966583Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966733Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2966879Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2967030Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2967176Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2967323Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2967468Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2967601Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2967740Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2967883Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2968026Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2968187Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2968343Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2968508Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2968670Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2968827Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2968969Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969123Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969276Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969426Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969606Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969757Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2969906Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2970055Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2970191Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2970338Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2970486Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2970631Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2970770Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2970918Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2971087Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2971250Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2971413Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2971560Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2971720Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2971876Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972029Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972196Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972364Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972530Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972681Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972813Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2972966Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2973118Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2973266Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2973416Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2973562Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2973708Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2973848Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2973991Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2974119Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2974265Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2974497Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2974655Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2974843Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2974995Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2975143Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2975286Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2975418Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2975563Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2975702Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2975839Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2975985Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2976124Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2976304Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2976452Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2976592Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2976742Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2976889Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2977033Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2977182Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2977326Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2977471Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2977610Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2977753Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2977886Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2978038Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978187Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978343Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978502Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978652Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978804Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2978954Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2979089Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2979232Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2979379Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2979520Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2979668Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2979813Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2980006Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2980153Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2980302Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2980436Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2980576Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2980719Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2980863Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2981009Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2981162Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2981312Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2981463Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2981627Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2981779Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2981927Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2982076Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2982221Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2982370Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2982521Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2982674Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2982808Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2982960Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983107Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983255Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983397Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983539Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983681Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983818Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2983963Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2984091Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2984238Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2984504Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2984721Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2984875Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985023Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985170Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985318Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985506Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2985648Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985789Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2985933Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2986086Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2986230Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2986382Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2986535Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2986669Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2986819Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2987000Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2987147Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2987289Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2987431Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2987571Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2987730Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2987892Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2988043Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2988200Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2988363Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2988522Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2988680Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2988833Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2988997Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2989162Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2989307Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2989468Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2989626Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2989784Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2989944Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2990099Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2990259Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2990421Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2990576Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2990754Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2990910Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2991065Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2991221Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2991374Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2991532Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2991692Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2991849Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2992009Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2992175Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2992333Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2992489Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2992642Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2992800Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2992958Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2993115Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2993274Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2993432Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2993575Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2993731Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2993887Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994044Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994198Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2994354Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994514Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994670Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994811Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2994964Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2995117Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2995268Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2995423Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2995582Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2995770Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2995926Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2996079Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2996218Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2996370Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2996524Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2996679Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2996832Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2996986Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2997137Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2997315Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2997454Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2997603Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2997755Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2997902Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2998051Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2998204Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2998358Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2998509Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2998660Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2998797Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.2998949Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999095Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999243Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999399Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999553Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999706Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999859Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.2999994Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3000144Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3000295Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3000455Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3000615Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3000773Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3000965Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001126Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001285Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001430Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001589Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001761Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3001933Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002105Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002279Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002476Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002641Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002810Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3002963Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003129Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003300Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003473Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003641Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003806Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3003968Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3004135Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3004303Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3004458Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3004627Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3004796Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3004966Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3005137Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3005299Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3005462Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3005629Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3005798Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3005985Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3006160Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3006325Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3006489Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3006652Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3006820Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3006987Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3007145Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3007304Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3007474Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3007631Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3007786Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3007942Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008093Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008247Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008401Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008558Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008720Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3008864Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009017Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009169Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009323Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009474Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009629Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3009824Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010015Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010203Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010379Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010566Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010748Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3010932Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3011147Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3011336Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3011517Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3011697Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3011874Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012036Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012210Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012388Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012590Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012769Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3012944Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3013120Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3013290Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3013461Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3013635Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3013799Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3013973Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3014146Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3014471Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3014652Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3014828Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3015000Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3015177Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3015349Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3015507Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3015676Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3015825Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3015974Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016123Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016278Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016474Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016624Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016768Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3016900Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017040Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017183Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017323Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017477Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017625Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3017780Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3017991Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3018129Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3018277Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3018423Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3018569Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3018716Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3018860Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3019009Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3019155Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3019287Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3019433Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3019580Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3019732Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3019881Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020027Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020171Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020314Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020451Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020584Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020721Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3020871Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021014Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021166Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021320Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021464Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021634Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021769Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3021909Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022046Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022190Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022328Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022475Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022623Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022771Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3022907Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3023071Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3023216Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3023363Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3023505Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3023646Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3023784Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3023929Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024059Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024200Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024338Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024589Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024730Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3024867Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025005Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025142Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025279Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025413Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025558Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025710Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3025863Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3026012Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026160Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026304Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026444Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026576Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026715Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3026858Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027043Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027186Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027328Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027468Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027614Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027747Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3027887Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028030Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028172Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028318Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028492Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028635Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028775Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3028901Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029038Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029182Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029322Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029467Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029616Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029760Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3029903Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030030Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030167Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030304Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030441Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030580Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030714Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3030864Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031004Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031152Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031285Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031430Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031574Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031713Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031848Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3031989Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032163Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032309Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032460Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032603Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032748Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3032888Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033034Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033174Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033313Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033454Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033585Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033755Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3033895Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034041Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034185Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034326Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034468Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034606Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034732Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3034874Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3035017Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3035157Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3035298Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3035436Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3035622Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3035799Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3035982Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3036151Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3036329Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3036504Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3036678Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3036852Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3037026Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3037196Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3037397Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3037572Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3037706Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3037847Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3037991Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038133Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038274Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038417Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038556Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038702Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3038855Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039000Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039138Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039285Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3039428Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3039570Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039711Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039852Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3039979Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040115Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040252Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040393Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040540Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040678Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040819Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3040963Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041104Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041229Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041366Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041508Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041646Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041787Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3041925Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3042072Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3042216Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3042345Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3042484Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3042647Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3042784Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3042920Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3043057Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3043193Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3043331Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3043457Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3043600Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3043745Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3043885Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3044024Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044187Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044323Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044456Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044579Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044713Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3044864Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045010Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045163Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045317Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045466Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045614Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045749Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3045896Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3046038Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3046182Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3046327Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3046471Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3046616Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3046755Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3046898Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047027Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047164Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047303Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047440Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047579Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047715Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3047883Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048024Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048158Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048302Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048442Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048584Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048725Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3048867Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049010Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049149Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049273Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049457Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049593Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3049757Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3049917Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3050077Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3050240Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3050400Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3050548Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3050707Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3050862Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3051024Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3051182Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3051342Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3051493Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3051646Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3051804Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3051949Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3052104Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3052262Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3052418Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3052575Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3052727Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3052880Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053075Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053230Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053371Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053518Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053664Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053810Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3053955Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054098Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054243Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054468Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054629Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054773Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3054914Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3055057Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3055201Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3055345Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3055491Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3055633Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3055763Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3055904Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056041Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056179Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056315Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056452Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056584Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056745Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3056890Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057049Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057206Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057362Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057519Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057687Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3057854Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058018Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058187Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058371Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058532Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058695Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3058856Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059014Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059176Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059336Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059495Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059656Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3059840Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3060009Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3060170Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3060329Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3060484Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3060647Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3060805Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3060965Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3061123Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3061269Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3061424Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3061577Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3061729Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3061882Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062035Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062187Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062345Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062490Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062643Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062792Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3062945Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3063100Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3063253Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3063403Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3063594Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3063752Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3063896Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3064051Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3064204Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3064358Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3064712Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3064885Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3065044Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3065255Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3065413Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3065564Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3065727Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3065885Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3066053Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3066221Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3066383Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3066548Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3066716Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3066868Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3067028Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3067187Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3067353Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3067514Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3067675Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3067837Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3067997Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3068154Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3068308Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3068474Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3068641Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3068809Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3069019Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3069184Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3069343Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3069495Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3069653Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3069798Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3069961Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070123Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070284Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070474Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070638Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070795Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3070954Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3071110Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3071264Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3071430Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3071597Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3071758Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3071922Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072082Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072241Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072398Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072555Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072706Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3072865Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073029Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073187Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073344Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073502Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073659Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073819Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3073962Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3074150Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3074309Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3074470Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3074630Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3074787Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3074941Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3075100Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3075259Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3075403Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3075592Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3075752Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3075911Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3076070Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3076226Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3076381Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3076538Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3076699Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3076846Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3077009Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3077169Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3077330Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3077486Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3077646Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3077803Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3077963Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3078123Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3078268Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3078417Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3078568Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3078717Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3078866Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3079013Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079182Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079328Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079463Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079606Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079746Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3079889Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080034Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080178Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080320Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080469Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080600Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080764Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3080906Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081050Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081194Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081337Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081476Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081617Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081744Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3081890Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082035Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082175Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3082317Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082457Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082596Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082734Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3082873Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083000Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083142Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083280Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083433Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083583Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3083737Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3083889Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3084041Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084174Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084320Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084495Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084639Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084783Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3084928Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085073Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085218Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085347Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085490Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085630Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085770Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3085909Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086076Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086220Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086378Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086519Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086674Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086828Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3086977Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087133Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087294Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087453Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087610Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087755Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3087882Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088028Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3088173Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3088313Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088458Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088599Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088737Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088873Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3088997Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3089133Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3089273Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3089412Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3089557Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3089739Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3089883Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3090023Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090148Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090285Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090420Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090556Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090692Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090827Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3090963Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091109Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091261Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091410Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091556Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091698Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091838Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3091976Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092116Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092253Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092393Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092521Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092658Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092805Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3092947Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3093095Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3093242Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3093387Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3093529Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3093661Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3093805Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3093946Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094089Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094229Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094449Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094591Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094732Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3094859Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095030Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095167Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095309Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095447Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095587Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095723Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3095873Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096001Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096148Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096291Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096432Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096597Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096739Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3096880Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3097022Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3097149Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3097288Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3097429Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3097581Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3097725Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3097866Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098005Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098129Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098265Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098403Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098541Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098674Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098816Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3098955Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3099099Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3099234Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3099373Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3099513Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3099650Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3099789Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3099925Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3100060Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3100196Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3100379Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3100517Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3100659Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3100805Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3100945Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101086Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101220Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101358Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101481Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101620Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101783Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3101937Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3102092Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3102247Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3102399Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3102548Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3102697Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3102835Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3102984Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103139Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103294Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103448Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103601Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103751Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3103900Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104037Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104186Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104335Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104605Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104759Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3104907Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105055Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105201Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105349Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105488Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105684Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105839Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3105992Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106142Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106289Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106438Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106586Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106723Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3106872Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107054Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107210Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107360Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107507Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107653Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107802Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3107950Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108089Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108238Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108389Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108538Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108687Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108834Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3108981Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109126Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109258Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109409Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109560Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109711Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3109859Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110004Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110153Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110299Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110447Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110585Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3110759Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3110908Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111055Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111201Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111342Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111487Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111633Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111764Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3111910Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112059Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112230Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112376Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112516Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112654Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112797Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3112922Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113060Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113208Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113358Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113505Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113646Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113786Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3113925Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114069Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114208Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114360Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114515Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114668Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114821Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3114971Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115120Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115271Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115423Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115589Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115755Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3115951Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116113Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116277Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116439Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116598Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116756Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3116906Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3117065Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3117227Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3117412Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3117569Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3117729Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3117889Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118047Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118207Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118360Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118525Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118687Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3118844Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119003Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119162Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119320Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119480Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119643Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119793Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3119951Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3120106Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3120266Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3120423Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3120574Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3120725Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3120875Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121040Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121191Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121339Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121487Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121632Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121776Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3121924Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122075Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122227Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122364Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122534Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122678Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122824Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3122975Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3123161Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3123345Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3123527Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3123695Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3123873Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124051Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124229Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124409Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124589Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124763Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3124937Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125111Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125282Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125440Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125608Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125777Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3125945Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126148Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126321Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126493Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126662Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126830Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3126982Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3127151Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3127320Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3127488Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3127680Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3127850Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128016Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128180Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128338Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128490Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128649Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128793Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3128934Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3129081Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3129225Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3129367Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3129507Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3129633Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3129772Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3129907Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3130048Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3130185Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3130331Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3130470Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3130616Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3130750Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3130892Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131032Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131173Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131341Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131485Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131627Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131767Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3131891Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3132030Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3132170Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3132315Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3132460Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3132600Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3132739Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3132901Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133040Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133164Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133300Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133436Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133579Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133716Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3133862Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3134011Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3134153Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3134282Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3134503Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3134646Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3134783Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3134919Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135056Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135201Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135344Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135475Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135615Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135754Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3135892Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3136030Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3136167Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3136301Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3136428Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3136547Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3136762Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3136951Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3137137Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3137300Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3137461Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3137621Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3137786Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3137971Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3138141Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3138333Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3138498Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3138666Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3138851Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3139035Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3139199Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3139359Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3139526Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3139681Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3139852Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3140015Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3140180Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3140338Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3140494Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3140676Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3140859Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3141020Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3141166Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3141333Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3141514Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3141698Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3141858Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3142043Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3142200Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3142382Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3142561Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3142709Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3142867Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3143031Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3143214Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3143424Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3143587Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3143743Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3143899Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3144059Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3144206Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3144481Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3144719Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3144889Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3145049Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3145207Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3145367Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3145541Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3145705Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3145884Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3146063Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3146239Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3146408Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3146569Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3146736Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3146901Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3147062Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3147210Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3147431Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3147599Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.3147764Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3147922Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3148082Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3148251Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3148419Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3148582Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3148731Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3148933Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3149096Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3149265Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3149422Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3149582Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3149741Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3149904Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3150064Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3150212Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3150379Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3150541Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3150701Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3150862Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3151023Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3151178Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3151338Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3151517Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3151689Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3151869Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3152032Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3152191Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3152368Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3152557Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3152715Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3152873Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3153038Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3153190Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3153349Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3153508Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3153668Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3153830Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3153989Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3154186Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3154366Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3154543Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3154707Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3154878Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3155043Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3155205Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3155364Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3155519Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3155677Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3155834Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3155982Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3156149Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3156311Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3156481Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3156653Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3156824Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3156989Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3157150Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3157309Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3157460Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3157628Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3157823Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3157986Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3158144Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3158306Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3158468Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3158634Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3158800Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3158947Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3159110Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3159293Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3159462Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3159628Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3159788Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3159951Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3160117Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3160278Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3160426Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3160585Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3160751Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3160916Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3161075Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3161237Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3161396Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3161558Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3161760Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3161948Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3162143Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3162336Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3162532Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3162724Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3162945Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3163111Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3163270Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3163427Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3163592Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3163743Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3163904Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3164061Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3164227Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3164410Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3164567Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3164729Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3164910Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3165090Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3165238Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3165397Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3165558Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3165723Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3165887Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3166047Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3166207Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3166377Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3166539Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3166712Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3166884Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3167057Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3167227Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3167388Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3167550Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3167711Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3167911Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3168136Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3168321Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3168514Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3168706Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3168899Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3169096Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3169286Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3169511Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3169681Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3169850Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3170000Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3170169Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3170329Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3170496Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3170661Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3170825Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3170986Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3171145Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3171324Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3171491Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3171667Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3171842Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3172020Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3172198Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3172388Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3172575Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3172763Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3172949Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3173131Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3173326Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3173503Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3173679Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3173858Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3174036Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3174215Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3174490Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3174667Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3174877Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3175042Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3175220Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3175392Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3175584Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.3175787Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3175967Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3176143Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3176318Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3176500Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3176668Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3176850Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3177033Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3177221Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3177406Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3177585Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3177762Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3177936Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3178119Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3178306Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.3178510Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3178695Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3178873Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3179057Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3179243Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3179420Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3179603Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3179789Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3180016Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3180215Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3180403Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3180601Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3180795Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3180987Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3181187Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3181377Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3181569Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3181761Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3181956Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3182145Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3182326Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3182499Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3182672Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3182847Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3183017Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3183182Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3183342Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3183525Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3183724Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3183877Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3184038Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3184200Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3184363Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3184635Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3184797Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3184961Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3185122Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3185355Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3185535Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3185724Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3185894Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3186065Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3186229Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3186399Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3186563Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3186721Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3186899Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3187062Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3187236Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3187412Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3187589Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3187765Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3187949Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3188128Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3188307Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3188471Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3188639Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3188821Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3189025Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3189187Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3189364Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3189544Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3189720Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3189896Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3190071Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3190234Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3190430Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3190616Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3190799Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3190969Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3191132Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3191310Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3191486Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3191664Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3191824Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3191992Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3192159Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3192322Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3192487Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3192649Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3192814Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3192979Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3193143Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3193291Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3193453Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3193619Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.3193786Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3193946Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3194105Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3194292Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3194458Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.3194619Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3194766Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3194924Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3195098Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3195273Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3195450Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3195654Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3195826Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3195996Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3196169Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3196330Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3196499Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3196670Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3196846Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3197018Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3197190Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3197362Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3197534Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3197703Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3197859Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3198030Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3198200Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3198368Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3198539Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3198704Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3198881Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3199056Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3199241Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3199455Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3199640Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3199821Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3200007Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3200190Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3200373Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3200551Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3200728Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3200928Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3201101Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3201260Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3201433Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3201637Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3201837Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3202033Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3202228Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3202422Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3202613Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3202805Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3202992Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3203167Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3203337Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3203505Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3203671Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3203831Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3203993Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3204158Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3204327Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3204520Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3204674Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3204833Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3204989Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3205167Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3205330Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3205494Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3205653Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3205816Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3205991Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3206161Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3206326Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3206488Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3206647Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3206813Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3206974Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3207132Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3207292Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3207444Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3207604Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3207778Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3207935Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208090Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208241Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208397Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208552Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208707Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3208907Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3209115Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3209273Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3209481Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3209687Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3209868Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3210029Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3210187Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3210343Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3210485Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3210634Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3210843Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3211055Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3211244Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3211455Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3211637Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3211815Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3211973Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3212132Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3212279Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3212437Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3212591Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3212799Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3213009Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3213170Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3213376Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3213543Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3213708Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3213853Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214017Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214174Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214406Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214564Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214720Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3214964Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3215177Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3215338Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3215534Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3215710Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3215886Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3216045Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3216206Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3216388Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3216545Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3216695Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3216902Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3217095Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3217257Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3217463Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3217649Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3217827Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3217987Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3218146Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3218302Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3218458Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3218600Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3218810Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3219024Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3219183Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3219394Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3219572Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3219749Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3219907Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3220095Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3220251Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3220392Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3220542Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3220748Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3220955Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3221118Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3221325Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3221532Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3221711Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3221870Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3222016Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3222172Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3222325Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3222482Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3222694Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3222905Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3223117Z 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:29:51.3223282Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3223441Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3223597Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3223793Z 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:29:51.3224008Z 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:29:51.3224167Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3224329Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3224664Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3224833Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3224990Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3225142Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3225404Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3225601Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3225763Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3225967Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3226134Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3226297Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3226458Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3226619Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3226775Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3226968Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3227113Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3227269Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3227424Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3227628Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3227836Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3228010Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3228230Z 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:29:51.3228407Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3228579Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3228734Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3228906Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229073Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229245Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229412Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229578Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229739Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3229954Z 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:29:51.3230171Z 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:29:51.3230331Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3230550Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3230715Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3230876Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3231034Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3231189Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3231344Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3231497Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3231645Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3231853Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3232072Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3232234Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3232439Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3232621Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3232785Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3232943Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3233105Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3233262Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3233417Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3233559Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3233730Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3233940Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3234124Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3234339Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3234505Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3234668Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3234829Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3234991Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3235138Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3235297Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3235509Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3235764Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3235932Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3236145Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3236305Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3236466Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3236625Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3236771Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3236932Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3237170Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3237381Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3237544Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3237751Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3237908Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3238064Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3238221Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3238374Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3238516Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3238720Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3238930Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3239091Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3239296Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3239458Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3239615Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3239772Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3239928Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3240069Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3240277Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3240487Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3240652Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3240892Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3241057Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3241218Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3241377Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3241533Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3241677Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3241888Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3242098Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3242283Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3242494Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3242653Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3242809Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3242968Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3243121Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3243275Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3243417Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3243625Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3243834Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3244013Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3244219Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3244399Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3244578Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3244738Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3244895Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3245038Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3245192Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3245346Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3245554Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3245764Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3245971Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3246182Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3246342Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3261402Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3261719Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3261905Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3262072Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3262289Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3262598Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3262766Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3262981Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3263151Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3263317Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3263485Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3263648Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3263798Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3263961Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3264121Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3264280Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3264627Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3264844Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3265057Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3265225Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3265393Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3265543Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3265703Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3265861Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3266015Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3266233Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3266455Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3266687Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3266852Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3267012Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3267158Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3267326Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3267487Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3267651Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3267845Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3268005Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3268288Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3268449Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3268623Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3268766Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3268918Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3269073Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3269244Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3269455Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3269623Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3269807Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3269989Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3270173Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3270377Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3270551Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3270724Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3270892Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3271059Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3271220Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3271378Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3271543Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3271705Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3271853Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3272121Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3272338Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3272503Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3272716Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3272883Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3273050Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3273217Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3273382Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3273559Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3273722Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3273884Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3274041Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3274202Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3274413Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3274626Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3274796Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3275010Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3275178Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3275330Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3275494Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3275655Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3275814Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3275976Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3276135Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3276289Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3276498Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3276712Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3276867Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3277083Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3277279Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3277450Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3277611Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3277775Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3277940Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3278103Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3278317Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3278518Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3278687Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3278928Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3279098Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3279261Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3279424Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3279586Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3279750Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3279914Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3280120Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3280334Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3280501Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3280714Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3280883Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3281048Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3281210Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3281376Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3281541Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3281692Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3281851Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3282013Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3282171Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3282383Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3282641Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3282837Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3283034Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3283232Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3283431Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3283610Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3283834Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3284099Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3284342Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3290686Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3290993Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3291261Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3291536Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3291813Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3292084Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3292240Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3292404Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3292623Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3292868Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3293089Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3293388Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3293731Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3293958Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3294271Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3294587Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3294844Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3295114Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3295477Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3295720Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3295961Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3296206Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3296554Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3296900Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3297174Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3297509Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3297787Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3318802Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3319013Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3319167Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3319318Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3319525Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3319734Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3319892Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3320092Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3320251Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3320409Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3320562Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3320713Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3320860Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3321008Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3321151Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3321352Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3321551Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3321699Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3321898Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3322053Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3322205Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3322402Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3322555Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3322704Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3322851Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3322993Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3323190Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3323389Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3323554Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3323789Z 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:29:51.3323957Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3324121Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3324282Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3324441Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3324590Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3324746Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3324899Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3325051Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3325257Z 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:29:51.3325464Z 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:29:51.3325617Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3325817Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3325972Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3326125Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3326272Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3326423Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3326567Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3326767Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3326970Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3327142Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3327344Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3327517Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3327684Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3327846Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3328010Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3328193Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3328411Z 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:29:51.3328586Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3328781Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3328950Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3329117Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3329280Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3329436Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3329618Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3329841Z 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:29:51.3330011Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3330180Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3330349Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3330512Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3330676Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3330836Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3331020Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3331233Z 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:29:51.3331393Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3331601Z 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:29:51.3331762Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3331923Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3332080Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3332263Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3332417Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3332563Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3332763Z 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:29:51.3332970Z 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:29:51.3333126Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3333283Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3333441Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3333622Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3333773Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3333922Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3334069Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3334211Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3334441Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3334587Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3334795Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3335005Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3335177Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3335350Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3335518Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3335682Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3335852Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336017Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336202Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336382Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336559Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336737Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3336911Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337079Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337277Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337447Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337614Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337783Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3337950Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338116Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338285Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338449Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338618Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338810Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3338972Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3339182Z 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:29:51.3339399Z 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:29:51.3339567Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3339736Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3339905Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3340100Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3340293Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3340466Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3340637Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3340808Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3340994Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3341178Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3341356Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3341521Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3341703Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3341902Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.006s) 2022-12-01T10:29:51.3342081Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3342289Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3342468Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3342647Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3342822Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3342996Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3343211Z 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:29:51.3343437Z 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:29:51.3343625Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3343847Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3344033Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3344215Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3344527Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3344717Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3344897Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3345081Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3345296Z 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:29:51.3345522Z 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:29:51.3345704Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3345886Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3346067Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3346248Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3346431Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3346609Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3346837Z 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:29:51.3347064Z 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:29:51.3347234Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3347461Z 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:29:51.3347703Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3347889Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3348070Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3348249Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3348426Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3348654Z 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:29:51.3348879Z 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:29:51.3349113Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3349313Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3349496Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3349687Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3349879Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3350073Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3350266Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3350458Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3350649Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3350831Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3351057Z 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:29:51.3351237Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3351404Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3351584Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3351763Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3351942Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3352169Z 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:29:51.3352395Z 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:29:51.3352576Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3352833Z 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:29:51.3353014Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3353195Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3353361Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3353536Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3353711Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3353938Z 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:29:51.3354205Z 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:29:51.3354389Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3354611Z 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:29:51.3354791Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3354969Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3355147Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3355313Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3355492Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3355717Z 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:29:51.3355945Z 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:29:51.3356111Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3356281Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3356450Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3356614Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3356780Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3356931Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3357094Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3357256Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3357420Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3357582Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3357796Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3358038Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3358222Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3358435Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3358601Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3358750Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3358911Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3359075Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3359240Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3359427Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3359640Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3359854Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3360012Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3360221Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3360375Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3360538Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3360703Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3360864Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361025Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361184Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361340Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361495Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361646Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3361849Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3362060Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3362247Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3362466Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3362642Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3362815Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3363013Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3363179Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3363341Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3363494Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3363655Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3363813Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3364029Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3364247Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3364412Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3364597Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3364761Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3364918Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3365062Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3365215Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3365423Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3365636Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3365813Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3365987Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3366159Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3366332Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3366498Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3366668Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3366836Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3367012Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3367188Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3367353Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3367562Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3367727Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3367893Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3368053Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3368241Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3368388Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3368546Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3368699Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3368910Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3369118Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3369279Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3369488Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3369678Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3369841Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3370004Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3370162Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3370318Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3370471Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3370632Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3370789Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3370943Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3371150Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3371360Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3371513Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3371723Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3371906Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3372090Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3372255Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3372419Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3372581Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3372740Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3372898Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3373095Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3373305Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3373494Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3373703Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3373862Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3374022Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3374181Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3374402Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3374561Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3374706Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3374941Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3375154Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3375319Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3375529Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3375692Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3375855Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3376020Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3376184Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3376346Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3376491Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3376704Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3376915Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3377076Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3377287Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3377453Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3377614Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3377770Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3377926Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3378069Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3378225Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3378377Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3378612Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3378823Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3378985Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3379192Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3379356Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:29:51.3379518Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3379662Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3379823Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3379980Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3380188Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3380339Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3380544Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3380753Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3380914Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3381117Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3381301Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3381450Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3381610Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3381767Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3381922Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3382078Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3382229Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3382401Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3382611Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3382797Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3382969Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3383148Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3383333Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3383513Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3383728Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3383910Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3384094Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3384314Z 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:29:51.3384664Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3384830Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3385003Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3385176Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3385397Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3385618Z 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:29:51.3385840Z 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:29:51.3386056Z 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:29:51.3386229Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3386403Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3386575Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3386732Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3386900Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3387114Z 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:29:51.3387336Z 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:29:51.3387551Z 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:29:51.3387723Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3387896Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3388064Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3388233Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3388399Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3388598Z 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:29:51.3388817Z 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:29:51.3389073Z 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:29:51.3389252Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3389423Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3389596Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3389763Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3389932Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3390148Z 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:29:51.3390399Z 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:29:51.3390573Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3390792Z 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:29:51.3390965Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3391132Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3391304Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3391467Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3391628Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3391843Z 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:29:51.3392059Z 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:29:51.3392278Z 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:29:51.3392436Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3392609Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3392779Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3392945Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3393107Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3393325Z 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:29:51.3393543Z 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:29:51.3393716Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3393933Z 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:29:51.3394126Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3394282Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3394446Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3394607Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3394765Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3394982Z 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:29:51.3395200Z 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:29:51.3395419Z 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:29:51.3395611Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3395774Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3395927Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3396087Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3396242Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3396432Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-12-01T10:29:51.3396650Z 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:29:51.3396860Z 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:29:51.3397029Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3397194Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3397360Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3397510Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3397672Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3397889Z 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:29:51.3398107Z 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:29:51.3398328Z 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:29:51.3398505Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3398678Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3398849Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3399014Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3399218Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3399424Z 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:29:51.3399642Z 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:29:51.3399874Z 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:29:51.3400060Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3400240Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3400423Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3400632Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3400810Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3401036Z 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:29:51.3401266Z 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:29:51.3401491Z 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:29:51.3401662Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3401841Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3402019Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3402197Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3402371Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3402599Z 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:29:51.3402827Z 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:29:51.3403055Z 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:29:51.3403241Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3403423Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3403587Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3403764Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3403935Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3404190Z 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:29:51.3404423Z 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:29:51.3404651Z 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:29:51.3404834Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3405013Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3405192Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3405373Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3405560Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3405786Z 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:29:51.3406018Z 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:29:51.3406189Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3406407Z 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:29:51.3406579Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3406754Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3406923Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3407086Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3407245Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3407449Z 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:29:51.3407665Z 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:29:51.3407880Z 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:29:51.3408057Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3408230Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3408398Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3408561Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3408722Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3408938Z 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:29:51.3409155Z 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:29:51.3409374Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3409616Z 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:29:51.3409819Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3410019Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3410218Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3410415Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3410641Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3410888Z 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:29:51.3411132Z 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:29:51.3411370Z 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:29:51.3411560Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3411739Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3411927Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3412107Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3412295Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3412526Z 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:29:51.3412762Z 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:29:51.3412993Z 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:29:51.3413181Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3413368Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3413551Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3413731Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3413900Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3414130Z 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:29:51.3414475Z 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:29:51.3414710Z 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:29:51.3414895Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3415075Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3415257Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3415442Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3415649Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3415877Z 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:29:51.3416097Z 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:29:51.3416273Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3416479Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3416645Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3416812Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3416975Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3417134Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3417290Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3417446Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3417585Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3417794Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3418003Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3418187Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3418401Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3418584Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3418763Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3418927Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419089Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419250Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419435Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419595Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419752Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3419964Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3420174Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3420350Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3420556Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3420723Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:29:51.3420912Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:29:51.3421058Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3421215Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3421370Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3421526Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3421675Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3421887Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3422099Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3422261Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3422470Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3422619Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3422780Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:29:51.3422938Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3423097Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3423255Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3423413Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3423568Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3423776Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3423984Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3424132Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3424293Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3424618Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3424781Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3424940Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3425095Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3425298Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3425509Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-12-01T10:29:51.3425672Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3425838Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.3425989Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.3426200Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3426363Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3426522Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3426679Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3426836Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3426990Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3427143Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3427286Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3427443Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3427605Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3427760Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:29:51.3427925Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:29:51.3428088Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:29:51.3428249Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3428408Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3428567Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3428711Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3428864Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3429021Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3429177Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3429340Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3429492Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:29:51.3429658Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:29:51.3429862Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:29:51.3430009Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3430173Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:29:51.3430330Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3430488Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3430645Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3430800Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3430956Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3431116Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3431272Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.3431451Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:29:51.3431618Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3431778Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3431938Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3432100Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3432257Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3432414Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3432574Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3432732Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3432873Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3433032Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3433189Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:29:51.3433353Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:29:51.3433520Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:29:51.3433678Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3433839Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3433997Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3434139Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3434292Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3434445Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3434599Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3434759Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3434914Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:29:51.3435127Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3435311Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3435476Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3435623Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3435782Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3435940Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3436097Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3436255Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3436413Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3436606Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3436763Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3436927Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:29:51.3437075Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:29:51.3437235Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3437392Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3437549Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3437706Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3437861Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3438021Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3438173Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3438334Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3438476Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:29:51.3438642Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:29:51.3438806Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:29:51.3438965Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3439128Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3439287Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3439442Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3439599Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3439740Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3439895Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3440061Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3440228Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3440417Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3440577Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3440742Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3440907Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3441068Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3441214Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3441373Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3441528Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3441686Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3441869Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3442028Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3442181Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3442341Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3442498Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3442650Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3442812Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:29:51.3442978Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3443139Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3443298Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3443455Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3443608Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3443761Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3443897Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3444053Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3444211Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3444388Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3444558Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3444735Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3444912Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:29:51.3445087Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3445260Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3445416Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3445616Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3445786Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3445951Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3446119Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3446285Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3446452Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3446613Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3446771Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:29:51.3446923Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:29:51.3447110Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:29:51.3447270Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3447430Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3447583Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3447737Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3447889Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3448043Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.3448194Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3448346Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3448497Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3448661Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:29:51.3448824Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:29:51.3448983Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3449142Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3449296Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3449454Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3449597Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3449754Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3449907Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3450074Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3450236Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:29:51.3450402Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3450563Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3450757Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3450921Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3451071Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3451233Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3451395Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3451554Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3451719Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.175s) 2022-12-01T10:29:51.3451881Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:29:51.3452047Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.549s) 2022-12-01T10:29:51.3452209Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-12-01T10:29:51.3452396Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3452543Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3452702Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3452865Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3453024Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3453185Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3453343Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3453504Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3453663Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3453808Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3453961Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3454115Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3454269Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3454487Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3454653Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3454807Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:29:51.3454966Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3455126Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3455268Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3455423Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3455578Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3455734Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3455888Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3456100Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.3456261Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:29:51.3456428Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3456590Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3456735Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3456893Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3457050Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3457209Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3457364Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3457527Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3457713Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.3457870Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3458013Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3458169Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3458323Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3458479Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3458630Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3458786Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3458943Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3459099Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3459256Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3459405Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:29:51.3459568Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3459725Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3459883Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3460041Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3460197Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3460352Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3460507Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3460660Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3460811Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3460966Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.3461126Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3461345Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3461504Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3461661Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3461818Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3461973Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3462114Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3462274Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3462429Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3462594Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3462758Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:29:51.3462950Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3463111Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3463268Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3463429Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3463569Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3463722Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3463873Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3464031Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3464186Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3464346Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3464636Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3464797Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3464956Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3465100Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3465255Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3465413Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3465572Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3465732Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3465892Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3466052Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3466210Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3466359Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3466520Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3466741Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3466903Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3467059Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:29:51.3467215Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.316s) 2022-12-01T10:29:51.3467371Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:29:51.3467525Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:29:51.3467678Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:29:51.3467820Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:29:51.3467972Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:29:51.3468123Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:29:51.3468304Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:29:51.3468473Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3468635Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:29:51.3468798Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3468966Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3469113Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3469285Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3469456Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3469620Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3469784Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3469944Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3470108Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3470268Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3470427Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3470574Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3470739Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3470898Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3471057Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3471218Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3471383Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3471547Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3471712Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3471870Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3472043Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3472206Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3472364Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3472522Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3472680Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3472836Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3472992Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3473152Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3473310Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3473487Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3473653Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3473814Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3473975Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3474135Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3474292Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3474448Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3474607Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3474751Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3474906Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3475075Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3475240Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3475407Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3475567Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3475732Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3475897Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3476061Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3476210Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3476371Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3476530Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3476699Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3476860Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3477025Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3477215Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3477382Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3477543Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3477688Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3477848Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3478008Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3478164Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3478327Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3478490Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3478684Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3478847Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3479011Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3479159Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3479316Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3479474Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3479633Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3479794Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3479954Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3480113Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3480269Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3480454Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3480643Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3480842Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481039Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481238Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481432Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481622Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481810Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3481999Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3482189Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3482396Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3482585Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3482752Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.3482912Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:29:51.3483077Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3483242Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:29:51.3483402Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3483560Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3483719Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3483893Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3484052Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.3484214Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3484373Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:29:51.3484537Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:29:51.3484700Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:29:51.3484859Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3485022Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3485180Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3485324Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3485479Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.3485636Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3485791Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3485952Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3486109Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:29:51.3486272Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3486433Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3486589Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3486729Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3486884Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3487039Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3487195Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3487354Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3487540Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:29:51.3487705Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:29:51.3487870Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:29:51.3488015Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3488172Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3488326Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3488483Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3488638Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3488794Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3488951Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3489136Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3489293Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:29:51.3489441Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:29:51.3489604Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:29:51.3489762Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3489920Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3490075Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3490232Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3490385Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3490539Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3490690Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3490847Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3491012Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3491184Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3491359Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3491530Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3491697Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3491865Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3492032Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3492194Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3492340Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3492504Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3492668Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3492871Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3493032Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:29:51.3493193Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3493354Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3493512Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.3493656Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.3493813Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:29:51.3493970Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.3494131Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:29:51.3494414Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.3494605Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:29:51.3494786Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:29:51.3494964Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:29:51.3495142Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.3495304Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3495482Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3495657Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.3495838Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:29:51.3496020Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:29:51.3496196Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.248s) 2022-12-01T10:29:51.3496369Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:29:51.3496543Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:29:51.3496717Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:29:51.3496896Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:29:51.3497056Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:29:51.3497236Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.321s) 2022-12-01T10:29:51.3497415Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-12-01T10:29:51.3497592Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.355s) 2022-12-01T10:29:51.3497762Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.290s) 2022-12-01T10:29:51.3497936Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.298s) 2022-12-01T10:29:51.3498143Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.290s) 2022-12-01T10:29:51.3498321Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-12-01T10:29:51.3498492Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.301s) 2022-12-01T10:29:51.3498647Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3498809Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3498975Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.3499137Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3499297Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3499462Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3499647Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3499805Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3499965Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3500110Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3500270Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3500434Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:29:51.3500602Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:29:51.3500767Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3500926Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3501087Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3501246Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3501388Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3501542Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3501692Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3501848Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3502009Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3502188Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3502367Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3502541Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3502714Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3502874Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3503047Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3503260Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3503450Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3503633Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3503814Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3503997Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3504180Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:29:51.3504354Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3504703Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:29:51.3504920Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3505100Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3505277Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3505453Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3505628Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3505799Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3505973Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3506149Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3506320Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3506479Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3506653Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3506830Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3507005Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:29:51.3507177Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3507366Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:29:51.3507570Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3507745Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3507919Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3508078Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3508259Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3508436Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3508658Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3508840Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3509026Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3509210Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3509390Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.3509566Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3509743Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:29:51.3509911Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3510116Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3510296Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3510475Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3510648Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3510833Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.3511035Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3511235Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3511422Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3511585Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3511762Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3511938Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.3512116Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.3512296Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:29:51.3512477Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:29:51.3512664Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3512846Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3513024Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3513203Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3513369Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3513547Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3513724Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3513942Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3514130Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.178s) 2022-12-01T10:29:51.3514309Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:29:51.3514490Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.499s) 2022-12-01T10:29:51.3514666Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.510s) 2022-12-01T10:29:51.3514844Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3515009Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3515189Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3515391Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3515571Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3515751Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.572s) 2022-12-01T10:29:51.3515928Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.631s) 2022-12-01T10:29:51.3516107Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.579s) 2022-12-01T10:29:51.3516287Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.579s) 2022-12-01T10:29:51.3516464Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.562s) 2022-12-01T10:29:51.3516627Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.565s) 2022-12-01T10:29:51.3516804Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.558s) 2022-12-01T10:29:51.3516981Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.568s) 2022-12-01T10:29:51.3517156Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.566s) 2022-12-01T10:29:51.3517336Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.792s) 2022-12-01T10:29:51.3517514Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.836s) 2022-12-01T10:29:51.3517694Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.790s) 2022-12-01T10:29:51.3517871Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.795s) 2022-12-01T10:29:51.3518045Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.778s) 2022-12-01T10:29:51.3518219Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.779s) 2022-12-01T10:29:51.3518383Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.772s) 2022-12-01T10:29:51.3518557Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.777s) 2022-12-01T10:29:51.3518730Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.783s) 2022-12-01T10:29:51.3518941Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.781s) 2022-12-01T10:29:51.3519121Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.839s) 2022-12-01T10:29:51.3519300Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.788s) 2022-12-01T10:29:51.3519475Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.789s) 2022-12-01T10:29:51.3519650Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.783s) 2022-12-01T10:29:51.3519827Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.775s) 2022-12-01T10:29:51.3519989Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.757s) 2022-12-01T10:29:51.3520166Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.777s) 2022-12-01T10:29:51.3520346Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.789s) 2022-12-01T10:29:51.3520558Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.806s) 2022-12-01T10:29:51.3520735Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.841s) 2022-12-01T10:29:51.3520916Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.790s) 2022-12-01T10:29:51.3521094Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.797s) 2022-12-01T10:29:51.3521269Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.780s) 2022-12-01T10:29:51.3521445Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.781s) 2022-12-01T10:29:51.3521610Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.774s) 2022-12-01T10:29:51.3521788Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.776s) 2022-12-01T10:29:51.3521964Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.795s) 2022-12-01T10:29:51.3522133Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3522303Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3522475Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:29:51.3522642Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3522810Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3522971Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3523115Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3523277Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3523439Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3523604Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3523767Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3523928Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3524121Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3524286Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:29:51.3524453Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3524600Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3524757Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3524918Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3525080Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3525246Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3525409Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3525567Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3525759Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3525917Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3526068Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3526229Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3526392Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3526552Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3526713Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3526874Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3527032Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3527187Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3527325Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3527482Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3527638Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3527810Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3527976Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3528151Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3528327Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3528495Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3528658Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3528805Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3528970Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3529129Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3529296Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3529500Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3529665Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3529830Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3529991Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3530151Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3530297Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3530458Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3530615Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3530777Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3530962Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3531139Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3531312Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3531485Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3531658Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3531819Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3531994Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3532174Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3532354Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3532531Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3532693Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3532851Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:29:51.3533017Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.3533181Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3533333Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3533497Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3533655Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3533814Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3533972Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3534129Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3534284Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3534513Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3534711Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3534865Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.3535027Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3535190Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3535345Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3535500Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3535657Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3535813Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3535972Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3536112Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3536294Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3536450Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3536617Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:29:51.3536778Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.3536947Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:29:51.3537117Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3537282Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3537447Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3537597Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3537756Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3537917Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3538078Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:29:51.3538237Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3538396Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3538551Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3538712Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:29:51.3538872Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:29:51.3539017Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:29:51.3539175Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3539329Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3539482Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3539636Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:29:51.3539792Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3539987Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3540150Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3540301Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:29:51.3540461Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3540625Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3540785Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3540945Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3541105Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3541267Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3541477Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3541636Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3541778Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:29:51.3541940Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:29:51.3542100Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:29:51.3542260Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3542416Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:29:51.3542573Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3542727Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3542879Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3543020Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3543175Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3543335Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:29:51.3543486Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:29:51.3543654Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:29:51.3543815Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:29:51.3543977Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:29:51.3544141Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3544297Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:29:51.3544559Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:29:51.3544716Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:29:51.3544870Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:29:51.3545023Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:29:51.3545185Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3545388Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.3545553Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:29:51.3545715Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3545875Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3546020Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3546175Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.3546327Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3546480Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:29:51.3546637Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3546825Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3547000Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:29:51.3547176Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.284s) 2022-12-01T10:29:51.3547352Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.317s) 2022-12-01T10:29:51.3547510Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:29:51.3547681Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.274s) 2022-12-01T10:29:51.3547852Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:29:51.3548025Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-12-01T10:29:51.3548200Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.357s) 2022-12-01T10:29:51.3548374Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:29:51.3548549Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3548724Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3548896Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3549056Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3549223Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3549395Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3549571Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3549743Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:29:51.3549918Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3550089Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3550263Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:29:51.3550431Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3550611Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3550783Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3550953Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3551123Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:29:51.3551299Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3551473Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.3551643Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:29:51.3551811Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:29:51.3551980Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3552161Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3552330Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3552499Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:29:51.3552672Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3552844Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3553012Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3553181Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3553346Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3553515Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3553672Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:29:51.3553842Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3554008Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.3554177Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3554349Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3554519Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3554687Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3554849Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3555016Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3555166Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3555327Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:29:51.3555500Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3555699Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:29:51.3555869Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:29:51.3556040Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3556207Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3556374Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3556540Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3556696Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:29:51.3556860Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:29:51.3557028Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:29:51.3557217Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:29:51.3557388Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:29:51.3557550Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:29:51.3557709Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:29:51.3557876Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:29:51.3558041Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:29:51.3558191Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-12-01T10:29:51.3558360Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:29:51.3558526Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:29:51.3558689Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:29:51.3558855Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:29:51.3559015Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3559177Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3559340Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:29:51.3559487Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:29:51.3559657Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3559825Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:29:51.3559991Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:29:51.3560154Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:29:51.3560317Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:29:51.3560480Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:29:51.3560643Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:29:51.3560815Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:29:51.3561003Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.3561182Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:29:51.3561353Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:29:51.3561524Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.3561695Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3561866Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.3562037Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:29:51.3562222Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:29:51.3562434Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:29:51.3562615Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:29:51.3562782Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:29:51.3562963Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:29:51.3563139Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3563318Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:29:51.3563498Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:29:51.3563683Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:29:51.3563869Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:29:51.3564046Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:29:51.3564226Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:29:51.3564396Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:29:51.3564575Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:29:51.3564755Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:29:51.3564937Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:29:51.3565119Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:29:51.3565299Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3565474Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:29:51.3565651Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.3565831Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:29:51.3566003Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:29:51.3566208Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:29:51.3566384Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3566565Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:29:51.3566748Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.3566924Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:29:51.3567103Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:29:51.3567281Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:29:51.3567458Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.3567662Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:29:51.3567828Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:29:51.3568003Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3568171Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:29:51.3568341Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3568511Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3568680Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3568849Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3569012Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:29:51.3569180Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3569330Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3569492Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:29:51.3569664Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3569837Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:29:51.3570008Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3570180Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3570346Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3570511Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:29:51.3570678Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3570869Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3571068Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:29:51.3571297Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:29:51.3571495Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3571692Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3571890Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:29:51.3572086Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:29:51.3572280Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:29:51.3572473Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3572694Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-12-01T10:29:51.3572876Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:29:51.3573067Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:29:51.3573256Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:29:51.3573442Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:29:51.3573632Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:29:51.3573822Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.3574008Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:29:51.3574197Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:29:51.3574448Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3574641Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:29:51.3574813Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.3574999Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:29:51.3575188Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.3575376Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:29:51.3575561Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:29:51.3575747Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:29:51.3575932Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.3576116Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:29:51.3576300Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:29:51.3576515Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3576685Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:29:51.3576866Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:29:51.3577047Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3577210Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3577370Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:29:51.3577534Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:29:51.3577698Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:29:51.3577860Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3578032Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:29:51.3578191Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3578347Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:29:51.3578498Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3578653Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3578806Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:29:51.3578971Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3579133Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3579304Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:29:51.3579457Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:29:51.3579618Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3579778Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:29:51.3579941Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:29:51.3580100Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3580259Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3580420Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3580579Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3580734Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3580881Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3581037Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:29:51.3581198Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-12-01T10:29:51.3581360Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:29:51.3581521Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:29:51.3581707Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.153s) 2022-12-01T10:29:51.3581863Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:29:51.3582020Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3582161Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:29:51.3582314Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3582466Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:29:51.3582626Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:29:51.3582780Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:29:51.3582948Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:29:51.3583136Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:29:51.3583296Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:29:51.3583455Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3583598Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:29:51.3583752Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:29:51.3583907Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:29:51.3584062Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:29:51.3584218Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:29:51.3584485Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:29:51.3584650Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3584813Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:29:51.3584969Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:29:51.3585113Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3585269Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3585426Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3585580Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:29:51.3585740Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3585904Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3586065Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3586225Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3586366Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3586521Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3586672Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3586826Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587031Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587186Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587345Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587496Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587655Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3587829Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3587992Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3588156Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3588317Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3588509Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3588667Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3588824Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3588977Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3589130Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3589268Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3589428Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3589618Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3589787Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3589950Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3590111Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3590269Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3590424Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3590565Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3590716Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3590874Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3591031Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3591216Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3591407Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3591575Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3591740Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3591920Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3592084Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3592287Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-12-01T10:29:51.3592447Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3592603Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3592757Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3592912Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3593064Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3593224Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3593411Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3593564Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:29:51.3593752Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3593913Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3594072Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3594230Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3594385Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3594540Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3594694Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3594847Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3594998Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3595184Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3595363Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3595546Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3595707Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3595867Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3596023Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3596180Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3596334Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3596477Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3596629Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3596788Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3596978Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3597157Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3597336Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3597526Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3597685Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3597840Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3597982Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3598133Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3598289Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3598443Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3598606Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3598797Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3599002Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3599186Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3599334Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3599493Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3599649Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3599804Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3599958Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3600116Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3600272Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3600465Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3600631Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3600782Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3600939Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3601101Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3601258Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3601420Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3601581Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3601742Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3601896Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602049Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602186Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602341Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602495Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602698Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3602886Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3603052Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3603214Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3603376Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3603534Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3603678Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3603834Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3603988Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604175Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604327Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604483Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604633Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604807Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3604990Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3605167Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3605344Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3605518Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3605690Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3605863Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3606033Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3606200Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3606366Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3606513Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3606681Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3606841Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3607002Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3607186Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3607348Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3607509Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3607666Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3607821Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3607993Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3608151Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3608306Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3608460Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3608611Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3608771Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3608960Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3609123Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3609283Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3609476Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3609636Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3609791Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3609944Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3610082Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3610235Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3610387Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3610557Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3610749Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3610914Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3611076Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3611239Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3611396Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3611543Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3611699Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3611862Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3612019Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3612183Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3612371Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3612532Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3612693Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3612853Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3612997Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3613184Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3613345Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3613504Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3613661Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3613844Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3614001Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3614159Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3614313Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3614528Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3614715Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3614871Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3615022Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3615179Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3615364Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3615522Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3615679Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3615824Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3615977Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3616133Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3616284Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3616437Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3616599Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3616787Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3616947Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3617109Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3617253Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3617411Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3617567Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3617724Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3617879Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3618037Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3618222Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3618410Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3618563Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3618708Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3618861Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3619014Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3619167Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3619320Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3619472Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3619647Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3619833Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3620018Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:29:51.3620170Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3620324Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3620479Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3620632Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3620785Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3620939Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3621095Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3621249Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3621415Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3621599Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3621758Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3621915Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3622070Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3622223Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3622377Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3622532Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3622685Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3622830Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3623016Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3623178Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3623338Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3623500Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3623708Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3623868Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3624023Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3624175Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3624315Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3624575Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3624729Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3624878Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625040Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625241Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625402Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625555Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625695Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3625849Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3626004Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3626156Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3626316Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3626473Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3626632Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3626788Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3626948Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3627093Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3627250Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3627408Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3627563Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3627748Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3627906Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628060Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3628210Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628362Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628495Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628644Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628795Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3628994Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3629159Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3629323Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3629486Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3629676Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3629833Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3630000Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3630161Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3630329Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3630514Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3630678Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3630838Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3630996Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3631153Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3631300Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3631456Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3631616Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3631805Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3631969Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3632129Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3632289Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3632447Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3632605Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3632750Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3632907Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633064Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633218Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633374Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633525Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633685Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3633869Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3634033Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3634209Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3634369Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3634527Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3634684Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3634838Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3634992Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3635142Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3635296Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3635441Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3635627Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3635818Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3635981Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636141Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636305Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636463Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636623Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636782Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3636929Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3637086Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3637251Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3637441Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3637607Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3637765Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3637927Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638088Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638249Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638396Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638554Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638711Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3638875Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3639062Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3639229Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3639430Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3639594Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3639751Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3639897Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640053Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640211Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640369Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640525Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640685Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3640867Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3641066Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3641257Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3641440Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3641637Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3641826Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642018Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642207Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642397Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642588Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642773Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3642958Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3643142Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:51.3643313Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3643500Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3643662Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3643826Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3643984Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3644141Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3644298Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3644487Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3644647Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3644794Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3644978Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3645142Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3645304Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3645464Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3645622Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3645780Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3645967Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3646107Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3646262Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3646415Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3646576Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3646762Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3646921Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647081Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3647240Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647394Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647536Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647689Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647840Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3647999Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3648186Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3648350Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3648513Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3648671Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3648827Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3648968Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649120Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649274Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649430Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649580Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649767Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3649955Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3650119Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3650279Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3650422Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3650578Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3650731Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3650883Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3651035Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3651216Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3651368Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3651538Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3651718Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3651891Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3652060Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:29:51.3652227Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3652391Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3652552Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3652716Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3652873Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3653040Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3653192Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3653353Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3653513Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3653704Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3653865Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3654023Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3654177Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3654394Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3654548Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3654690Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3654845Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3655060Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3655242Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3655420Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3655592Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3655766Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3655934Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3656121Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3656281Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3656486Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3656667Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3656844Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3657013Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3657182Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3657349Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3657536Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3657708Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3657871Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658046Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658219Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658388Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658556Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658725Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3658912Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3659079Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3659243Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3659432Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3659585Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3659744Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3659908Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3660099Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3660259Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3660414Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3660572Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3660732Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3660889Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3661039Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3661201Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3661363Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3661546Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3661704Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3661854Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3662007Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3662161Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3662302Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3662455Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3662608Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3662789Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3662968Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3663144Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3663317Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3663488Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3663659Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3663831Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3664016Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3664198Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3664465Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3664647Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3664829Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665006Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665179Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665399Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665564Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665738Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3665909Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3666080Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3666249Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3666423Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3666596Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3666797Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3666968Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3667140Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3667302Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3667475Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3667647Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3667832Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:29:51.3668032Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3668207Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3668379Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3668551Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3668729Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3668896Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3669074Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3669256Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3669442Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3669624Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3669800Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3669976Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3670152Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3670328Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3670538Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3670714Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3670902Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3671078Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3671259Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3671440Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3671625Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3671809Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3672013Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3672191Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3672356Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3672532Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3672708Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3672884Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3673066Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3673248Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3673427Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3673605Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3673781Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3673941Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3674117Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3674292Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3674477Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3674680Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3674859Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3675036Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3675212Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3675387Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3675563Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3675768Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3675942Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3676123Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3676326Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3676505Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3676684Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3676860Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677035Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677245Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677406Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677578Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677759Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3677961Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3678137Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3678318Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3678497Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3678673Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3678845Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3679022Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3679180Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3679360Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3679562Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3679742Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3679918Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3680091Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3680263Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3680439Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3680613Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3680805Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3680987Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3681189Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3681368Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3681547Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3681719Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3681892Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3682068Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3682267Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3682426Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3682592Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3682761Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3682929Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3683091Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3683253Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3683416Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3683573Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3683732Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3683882Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3684040Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3684198Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3684357Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3684534Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3684726Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3684888Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3685050Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3685211Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3685358Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3685519Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3685675Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3685864Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3686022Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3686182Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3686367Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3686527Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3686687Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3686835Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3686997Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3687155Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3687311Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3687499Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3687657Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3687808Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3687963Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3688117Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3688290Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3688488Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3688667Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3688840Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3689007Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3689171Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3689330Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3689493Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3689651Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3689805Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3689971Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3690135Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3690295Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3690455Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3690614Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3690771Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3690927Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3691096Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3691252Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3691409Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3691586Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3691759Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3691930Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3692102Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3692272Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3692445Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3692641Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3692817Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3692989Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3693149Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3693333Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3693497Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3693659Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3693821Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3693981Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3694123Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3694278Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3694505Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3694666Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3694821Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3694979Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3695163Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3695327Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3695486Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3695631Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3695786Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3695941Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3696092Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3696246Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3696438Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3696589Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3696744Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3696892Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3697046Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3697234Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3697404Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3697569Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:29:51.3697733Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3697921Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3698081Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3698240Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3698386Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3698544Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3698700Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3698858Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3699049Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3699210Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3699371Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3699527Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3699681Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3699821Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3699973Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3700126Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3700285Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3700449Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3700638Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3700801Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3700962Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701123Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701268Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701427Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701615Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701780Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3701935Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3702092Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3702279Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3702441Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:29:51.3702598Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:29:51.3702742Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3702899Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3703051Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3703255Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3703406Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3703561Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3703713Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3703871Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3704042Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3704203Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:29:51.3704488Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:29:51.3704648Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3704807Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3704960Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3705113Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3705265Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3705419Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3705559Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3705723Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3705909Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3706070Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:29:51.3706233Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:29:51.3706389Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3706545Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3706699Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3706852Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3707036Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3707191Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3707340Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3707536Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3707710Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3707884Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3708054Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3708224Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3708397Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3708583Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3708756Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3708956Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3709130Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3709304Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3709472Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3709641Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3709812Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3709981Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3710137Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3710336Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3710506Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3710677Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3710846Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3711016Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3711181Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3711351Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3711517Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3711701Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3711869Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3712039Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3712252Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3712418Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3712582Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3712750Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3712916Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3713114Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3713273Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3713443Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3713633Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3713800Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3713966Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3714133Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3714300Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3714470Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3714662Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3714819Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3714989Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3715156Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3715317Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3715476Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3715639Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3715803Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3716000Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3716172Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3716327Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3716492Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3716652Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3716810Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3716974Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3717134Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3717328Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3717522Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3717689Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3717837Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3718000Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3718163Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3718322Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3718483Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3718643Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3718859Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3719028Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3719190Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3719339Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3719495Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3719651Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3719817Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3719982Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3720175Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3720340Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3720501Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3720663Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3720807Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3720962Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3721122Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3721282Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3721481Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3721653Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3721826Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3721996Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3722162Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3722319Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3722519Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3722690Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3722901Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3723085Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3723263Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3723442Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3723614Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3723797Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3723999Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3724169Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3724376Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3724558Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3724737Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3724914Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3725094Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3725274Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3725451Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3725628Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3725820Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3726002Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3726181Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3726360Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3726534Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3726712Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3726889Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3727067Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3727275Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3727484Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3727650Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3727825Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3727996Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3728173Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3728351Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3728527Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3728699Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3728918Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3729090Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3729258Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3729415Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3729577Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3729742Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3729905Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3730070Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3730266Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3730438Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3730603Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3730756Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3730914Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3731073Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3731236Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3731404Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3731608Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3731830Z 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:29:51.3732028Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3732224Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3732419Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3743837Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3744117Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3744312Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3744702Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3744927Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3745126Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3745318Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3745514Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3745823Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3746012Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3746202Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3746394Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3746602Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3746797Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3746991Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3747177Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3747363Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3747548Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3747736Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3747929Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3748143Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3748331Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3748501Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3748686Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3748863Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3749036Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3749219Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3749448Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3749612Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3749802Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3749966Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3750118Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:29:51.3750279Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3750437Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3750595Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3750755Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3750936Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3751097Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3751250Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3751415Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3751590Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3751757Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3751921Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3752084Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3752247Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3752410Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3752569Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3752728Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3752885Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3753029Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3753185Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3753365Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:29:51.3753554Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3753719Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:29:51.3753882Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3754039Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3754197Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3754353Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3754494Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3754675Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3754834Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3754990Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3755151Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3755337Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-12-01T10:29:51.3755504Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:29:51.3755667Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:29:51.3755810Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3755971Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3756154Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3756312Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3756467Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3756622Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3756775Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3756936Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3757096Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3757246Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3757403Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3757561Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3757713Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3757866Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3758021Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3758152Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3758281Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:29:51.3758393Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:29:51.3758547Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:29:51.3758702Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:29:51.3758850Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:29:51.3759007Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3759161Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3759310Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3759461Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:29:51.3759605Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3759733Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3759914Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760050Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760190Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760324Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760456Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760591Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760725Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:29:51.3760865Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.330s) 2022-12-01T10:29:51.3760875Z 2022-12-01T10:29:51.3761165Z ---------------------------------------------------------------------- 2022-12-01T10:29:51.3761247Z Ran 12394 tests in 203.842s 2022-12-01T10:29:51.3761255Z 2022-12-01T10:29:51.3761354Z OK (skipped=640, expected failures=14) 2022-12-01T10:29:51.3761359Z 2022-12-01T10:29:51.3761445Z Generating XML reports... 2022-12-01T10:29:51.3761791Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201102625.xml 2022-12-01T10:29:51.3761798Z 2022-12-01T10:29:51.3762184Z ##[endgroup] 2022-12-01T10:29:51.3762475Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_yqqnxrk0) 2022-12-01T10:29:51.3762481Z 2022-12-01T10:29:52.6653810Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:52.7295492Z Ignoring disabled issues: [] 2022-12-01T10:29:52.7441688Z Running test_ao_sparsity ... [2022-12-01 10:29:52.743865] 2022-12-01T10:29:52.7444082Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:52.744151] 2022-12-01T10:30:05.3091494Z 2022-12-01T10:30:05.3093449Z Expand the folded group to see the log file of test_ao_sparsity 2022-12-01T10:30:05.3094361Z ##[group]PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_8l8yqfkj) 2022-12-01T10:30:05.3094932Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-12-01T10:30:05.3095155Z 2022-12-01T10:30:05.3095250Z Running tests... 2022-12-01T10:30:05.3095564Z ---------------------------------------------------------------------- 2022-12-01T10:30:05.3095982Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-12-01T10:30:05.3096441Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.329s) 2022-12-01T10:30:05.3096886Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-12-01T10:30:05.3097462Z Checks if the warning is thrown if the scheduler step is called ... ok (0.003s) 2022-12-01T10:30:05.3097900Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.009s) 2022-12-01T10:30:05.3098258Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.007s) 2022-12-01T10:30:05.3098617Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.021s) 2022-12-01T10:30:05.3099802Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-12-01T10:30:05.3100634Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-12-01T10:30:05.3100872Z ok (0.051s) 2022-12-01T10:30:05.3101154Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.041s) 2022-12-01T10:30:05.3101531Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.039s) 2022-12-01T10:30:05.3102030Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.004s) 2022-12-01T10:30:05.3102356Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.017s) 2022-12-01T10:30:05.3102901Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-12-01T10:30:05.3103409Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.018s) 2022-12-01T10:30:05.3103767Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-12-01T10:30:05.3104254Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.016s) 2022-12-01T10:30:05.3104948Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.012s) 2022-12-01T10:30:05.3105572Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-12-01T10:30:05.3106008Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:30:05.3106377Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3106752Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3107182Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3107544Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3107899Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.007s) 2022-12-01T10:30:05.3108226Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-12-01T10:30:05.3109047Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-12-01T10:30:05.3109594Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:30:05.3109819Z ok (0.668s) 2022-12-01T10:30:05.3110087Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.667s) 2022-12-01T10:30:05.3110463Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.665s) 2022-12-01T10:30:05.3110838Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.018s) 2022-12-01T10:30:05.3111210Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.665s) 2022-12-01T10:30:05.3111610Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.663s) 2022-12-01T10:30:05.3111974Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.022s) 2022-12-01T10:30:05.3112338Z test_constructor (ao.sparsity.test_scheduler.TestCubicScheduler) ... ok (0.005s) 2022-12-01T10:30:05.3113142Z test_step (ao.sparsity.test_scheduler.TestCubicScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:127: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-12-01T10:30:05.3113670Z "calls to the scheduer.step().", UserWarning) 2022-12-01T10:30:05.3113862Z ok (0.005s) 2022-12-01T10:30:05.3114130Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.122s) 2022-12-01T10:30:05.3114497Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-12-01T10:30:05.3114859Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.012s) 2022-12-01T10:30:05.3115245Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.004s) 2022-12-01T10:30:05.3115625Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:30:05.3116121Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.746s) 2022-12-01T10:30:05.3116466Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:30:05.3116911Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.685s) 2022-12-01T10:30:05.3117274Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:30:05.3117695Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.688s) 2022-12-01T10:30:05.3118050Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:30:05.3118491Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.046s) 2022-12-01T10:30:05.3118843Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-12-01T10:30:05.3119269Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.688s) 2022-12-01T10:30:05.3119690Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3120090Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.005s) 2022-12-01T10:30:05.3120467Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3120862Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.963s) 2022-12-01T10:30:05.3121255Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.436s) 2022-12-01T10:30:05.3121643Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.502s) 2022-12-01T10:30:05.3122016Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.480s) 2022-12-01T10:30:05.3122396Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.474s) 2022-12-01T10:30:05.3122768Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:30:05.3123103Z The expectation is post_training_sparse_quantize function ... ok (0.017s) 2022-12-01T10:30:05.3123424Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-12-01T10:30:05.3123754Z The expectation is post_training_sparse_quantize function ... ok (0.010s) 2022-12-01T10:30:05.3124288Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-12-01 10:30:03,830 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:30:05.3124761Z 2022-12-01 10:30:03,910 - root - INFO - static sparse qlinear is only available in fbgemm 2022-12-01T10:30:05.3125143Z 2022-12-01 10:30:03,912 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:30:05.3125528Z 2022-12-01 10:30:03,913 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-12-01T10:30:05.3125758Z ok (0.194s) 2022-12-01T10:30:05.3126199Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:30:05.3126905Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:30:05.3127283Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:30:05.3127778Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-12-01T10:30:05.3128132Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:30:05.3128345Z ok (0.111s) 2022-12-01T10:30:05.3128800Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-12-01T10:30:05.3129265Z ok (0.141s) 2022-12-01T10:30:05.3129498Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:30:05.3129834Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:30:05.3132366Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-12-01T10:30:05.3133067Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-12-01T10:30:05.3133755Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-12-01T10:30:05.3134572Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3135257Z Tests that fqn_to_module operates as inverse ... ok (0.009s) 2022-12-01T10:30:05.3135939Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3136647Z Tests that fqn_to_module returns None when it tries to ... ok (0.004s) 2022-12-01T10:30:05.3137504Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3138249Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.013s) 2022-12-01T10:30:05.3139022Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3139803Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.009s) 2022-12-01T10:30:05.3140590Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3141359Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.006s) 2022-12-01T10:30:05.3142096Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3142871Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.006s) 2022-12-01T10:30:05.3143620Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3144761Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.005s) 2022-12-01T10:30:05.3145486Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-12-01T10:30:05.3146403Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.005s) 2022-12-01T10:30:05.3147176Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3147985Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3148803Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.003s) 2022-12-01T10:30:05.3149636Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.073s) 2022-12-01T10:30:05.3150444Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.606s) 2022-12-01T10:30:05.3151232Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.010s) 2022-12-01T10:30:05.3151664Z 2022-12-01T10:30:05.3152100Z ---------------------------------------------------------------------- 2022-12-01T10:30:05.3152607Z Ran 72 tests in 11.093s 2022-12-01T10:30:05.3152825Z 2022-12-01T10:30:05.3152949Z OK 2022-12-01T10:30:05.3153143Z 2022-12-01T10:30:05.3153319Z Generating XML reports... 2022-12-01T10:30:05.3154429Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102953.xml 2022-12-01T10:30:05.3155907Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102953.xml 2022-12-01T10:30:05.3157330Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102953.xml 2022-12-01T10:30:05.3158856Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102953.xml 2022-12-01T10:30:05.3160205Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102953.xml 2022-12-01T10:30:05.3161625Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102953.xml 2022-12-01T10:30:05.3162999Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102953.xml 2022-12-01T10:30:05.3164400Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102953.xml 2022-12-01T10:30:05.3165839Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102953.xml 2022-12-01T10:30:05.3167433Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102953.xml 2022-12-01T10:30:05.3168921Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102953.xml 2022-12-01T10:30:05.3170379Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102953.xml 2022-12-01T10:30:05.3171812Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102953.xml 2022-12-01T10:30:05.3173244Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102953.xml 2022-12-01T10:30:05.3174690Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102953.xml 2022-12-01T10:30:05.3176109Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102953.xml 2022-12-01T10:30:05.3177587Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102953.xml 2022-12-01T10:30:05.3178025Z 2022-12-01T10:30:05.3178499Z ##[endgroup] 2022-12-01T10:30:05.3179101Z FINISHED PRINTING LOG FILE of test_ao_sparsity (/var/lib/jenkins/workspace/test/test-reports/test_ao_sparsity_8l8yqfkj) 2022-12-01T10:30:05.3179319Z 2022-12-01T10:30:06.8053517Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:06.8707296Z Ignoring disabled issues: [] 2022-12-01T10:30:06.8856629Z Running test_openmp ... [2022-12-01 10:30:06.885316] 2022-12-01T10:30:06.8858244Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:06.885593] 2022-12-01T10:30:12.8553796Z 2022-12-01T10:30:12.8554261Z Expand the folded group to see the log file of test_openmp 2022-12-01T10:30:12.8555264Z ##[group]PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_qp74rq2k) 2022-12-01T10:30:12.8556050Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-12-01T10:30:12.8556322Z 2022-12-01T10:30:12.8556445Z Running tests... 2022-12-01T10:30:12.8557027Z ---------------------------------------------------------------------- 2022-12-01T10:30:12.8557536Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:30:12.8558048Z Make sure there is no memory leak with many threads ... ok (1.751s) 2022-12-01T10:30:12.8558471Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:30:12.8558954Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (3.013s) 2022-12-01T10:30:12.8559330Z 2022-12-01T10:30:12.8559528Z ---------------------------------------------------------------------- 2022-12-01T10:30:12.8559772Z Ran 2 tests in 4.764s 2022-12-01T10:30:12.8559886Z 2022-12-01T10:30:12.8559942Z OK 2022-12-01T10:30:12.8560034Z 2022-12-01T10:30:12.8560119Z Generating XML reports... 2022-12-01T10:30:12.8560529Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201103007.xml 2022-12-01T10:30:12.8560759Z 2022-12-01T10:30:12.8561009Z ##[endgroup] 2022-12-01T10:30:12.8561381Z FINISHED PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_qp74rq2k) 2022-12-01T10:30:12.8561588Z 2022-12-01T10:30:14.5387728Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:14.6023855Z Ignoring disabled issues: [] 2022-12-01T10:30:14.6171365Z Running test_maskedtensor ... [2022-12-01 10:30:14.616722] 2022-12-01T10:30:14.6172094Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:14.616978] 2022-12-01T10:30:21.2177436Z 2022-12-01T10:30:21.2177991Z Expand the folded group to see the log file of test_maskedtensor 2022-12-01T10:30:21.2179328Z ##[group]PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_mm3j43wp) 2022-12-01T10:30:21.2180273Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-12-01T10:30:21.2180610Z 2022-12-01T10:30:21.2180738Z Running tests... 2022-12-01T10:30:21.2181277Z ---------------------------------------------------------------------- 2022-12-01T10:30:21.2182862Z test_add_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:30:21.2183969Z "module for further information about the project."), UserWarning) 2022-12-01T10:30:21.2184356Z ok (0.005s) 2022-12-01T10:30:21.2184949Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2185428Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2185889Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2186374Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2186854Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2188506Z test_invalid_sparse_coo_values_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:30:21.2189563Z "module for further information about the project."), UserWarning) 2022-12-01T10:30:21.2189893Z ok (0.002s) 2022-12-01T10:30:21.2191422Z test_invalid_sparse_csr_values_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:30:21.2192282Z r = func(*args, **kwargs) 2022-12-01T10:30:21.2192545Z ok (0.003s) 2022-12-01T10:30:21.2192877Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2193373Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2194571Z test_softmax_cpu (__main__.TestBasicsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:30:21.2195619Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:30:21.2195988Z ok (0.004s) 2022-12-01T10:30:21.2196395Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.022s) 2022-12-01T10:30:21.2196936Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2197414Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2197884Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.012s) 2022-12-01T10:30:21.2198346Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2198795Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2199274Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2199757Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2200244Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2200830Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2201335Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2201850Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2202357Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2202849Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2203321Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2203794Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2204261Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2204761Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2205236Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2205695Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2206162Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2206637Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2207116Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2207609Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2208067Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:30:21.2208535Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2209006Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2209505Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2210017Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2210614Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2211087Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2211556Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2212027Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2212503Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2212985Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2213450Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:30:21.2213944Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2214527Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2214996Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2215568Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2216068Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2216553Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2217066Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2217577Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2218092Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2218629Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2219175Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:30:21.2219728Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2220272Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2220788Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2221362Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2221873Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2222377Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2222899Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2223405Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2223904Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2224577Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2225114Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:30:21.2225613Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:30:21.2226105Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.015s) 2022-12-01T10:30:21.2226629Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.015s) 2022-12-01T10:30:21.2227139Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.011s) 2022-12-01T10:30:21.2227622Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2228140Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:30:21.2228644Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:30:21.2229158Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2229673Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-12-01T10:30:21.2230194Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2230712Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2231217Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2231753Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2232267Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2232739Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:30:21.2233314Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:30:21.2233959Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:30:21.2234599Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:30:21.2235224Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2236004Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2236645Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2237287Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2237904Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2238545Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2239182Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2239812Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2240454Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2241098Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2241831Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2242460Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2243119Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2243816Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2244507Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2245182Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2245885Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2246578Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2247268Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2247934Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2248619Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2249316Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2250013Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2250694Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2251384Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2252069Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2252762Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:30:21.2253440Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2254121Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2254885Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2255638Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2256341Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2257036Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2257728Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2258403Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2259091Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2259785Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2260474Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2261214Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2261884Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2262514Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2263143Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2263754Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2264643Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2265284Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2265989Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2266604Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2267226Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2267871Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2268526Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2269202Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2269863Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2270526Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2271178Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2271840Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2272502Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2273156Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2273786Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2274423Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2275172Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2275785Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2276347Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2276929Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2277523Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2278008Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2278483Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2279002Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2279502Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2280165Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2280689Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2281232Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2281776Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2282326Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2282847Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2283326Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2283831Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2284388Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.101s) 2022-12-01T10:30:21.2284912Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2285465Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2286035Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:30:21.2286595Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2287194Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2287790Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2288351Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2288909Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2289474Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2290037Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2290604Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2291149Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2291735Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2292292Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2292996Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2293584Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2294167Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2294787Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2295386Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2295925Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2296504Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2297057Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2297668Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2298339Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2298901Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2299449Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2300015Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2300574Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2301135Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2301719Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2302285Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2302851Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2303384Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2303945Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2304654Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2305253Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2305799Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2306414Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2306988Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2307568Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2308097Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2308661Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2309234Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2309818Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2310402Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2311182Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2311778Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2312349Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2312957Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2313528Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2314107Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2314685Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2315311Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2315920Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2316654Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2317258Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2317838Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2318425Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2319009Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2319616Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2320189Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2320782Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2321367Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2321953Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2322557Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2323143Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2323698Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2324278Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2324879Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2325379Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2325870Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2326377Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2326898Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2327817Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2328393Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2328979Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2329634Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2330178Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2330707Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2331274Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2331860Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2332458Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2333078Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2333699Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2334266Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:30:21.2335044Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2335672Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2336243Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2336789Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2337371Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2337996Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2338609Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2339228Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2339820Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2340423Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:30:21.2340972Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:30:21.2341523Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:30:21.2342097Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2342700Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2343232Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2343824Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2344687Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2345280Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:30:21.2345887Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2346467Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2347089Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:30:21.2347827Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2348395Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2349009Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2349650Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2350236Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:30:21.2350874Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:30:21.2351472Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:30:21.2352077Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:30:21.2352646Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:30:21.2353345Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2353971Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2354550Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2355124Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2355732Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2356311Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2356926Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:30:21.2357532Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:30:21.2358097Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:30:21.2358702Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2359261Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2359869Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2360459Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2361079Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2361666Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2362243Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2362860Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2363461Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:30:21.2364050Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2364667Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2365295Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2365887Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2366626Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2367220Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:30:21.2367814Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2368378Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2368972Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:30:21.2369609Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2370177Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2370791Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2371502Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2372144Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:30:21.2372737Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:30:21.2373310Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-12-01T10:30:21.2373903Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.049s) 2022-12-01T10:30:21.2374595Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:30:21.2375194Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:30:21.2375777Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-12-01T10:30:21.2376402Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.041s) 2022-12-01T10:30:21.2377005Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:30:21.2377572Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:30:21.2378167Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:30:21.2378757Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:30:21.2379339Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:30:21.2379917Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:30:21.2380505Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:30:21.2381239Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:30:21.2381896Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:30:21.2382508Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2383175Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2383863Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2384671Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2385496Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2386153Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2386799Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2387564Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2388107Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2388657Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2389263Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2389860Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2390485Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2391184Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2391783Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2392359Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2392973Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2393528Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2394130Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2394751Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2395388Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2396027Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2396650Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2397286Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2397920Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2398562Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2399182Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2399814Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2400445Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2401061Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2401703Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2402333Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2402962Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2403583Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2404214Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2404948Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2405568Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2406206Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2406843Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2407482Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2408096Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2408722Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2409355Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2409999Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2410685Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2411328Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2411959Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2412569Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2413205Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2413843Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2414571Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2415205Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2415842Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2416472Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2417096Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2417708Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2418335Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2418967Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2419581Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2420209Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2420858Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2421528Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2422188Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2422856Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2423522Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2424188Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2425063Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2425734Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2426391Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2427031Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2427650Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2428279Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2428908Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2429516Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2430148Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2430875Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2431518Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2432139Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2432773Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2433401Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2434024Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2434653Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2435305Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2435957Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2436609Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2437248Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2437897Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2438541Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2439167Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2439816Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2440467Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2441114Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2441749Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2442399Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2443044Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2443687Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2444310Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2445067Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2445699Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2446312Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2446932Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2447551Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2448178Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2448798Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2449427Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2450067Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2450753Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2451381Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2452017Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2452658Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2453301Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2453928Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2454703Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2455342Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2455958Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2456590Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2457222Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2457847Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2458465Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2459099Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2459727Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2460360Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2460972Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2461599Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2462223Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2462835Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2463457Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2464085Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2464902Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2465520Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2466159Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2466795Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2467431Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2468051Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2468679Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2469313Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2469945Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2470656Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2471279Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2471827Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2472425Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2472973Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2473508Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2474027Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2474570Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2475159Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2475741Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2476365Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2476968Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2477591Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2478218Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2478830Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2479449Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2480076Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2480692Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2481295Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2481918Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2482556Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2483187Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2483939Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2484583Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2485216Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2485838Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2486467Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2487097Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2487738Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2488371Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2489016Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2489743Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2490394Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2491013Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2491649Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2492278Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2492895Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2493531Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2494162Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2494898Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2495528Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2496169Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2496800Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2497435Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2498050Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2498673Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2499302Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2499932Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2500542Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2501170Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2501791Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2502403Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2503027Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2503740Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2504502Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2505267Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2505624Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2505969Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2506320Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2506658Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2507007Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2507362Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2507800Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2508148Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:30:21.2508503Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2508863Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2509204Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2509561Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2509912Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2510262Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2510594Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2510943Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2511291Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2511643Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2511979Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2512326Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2512663Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2512986Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2513321Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2513662Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2514001Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2514328Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2514675Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2515036Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2515443Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2515784Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2516137Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2516488Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2516822Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2517174Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2517525Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2517878Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:30:21.2518222Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2518598Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2518952Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2519301Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2519638Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2519986Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2520336Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2520688Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2521034Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2521397Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2521756Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2522098Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2522450Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2522812Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2523170Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2523514Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2523864Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:30:21.2524226Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2524596Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2524957Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2525325Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2525695Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2526093Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2526451Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2526814Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2527182Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2527537Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2527901Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2528256Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2528628Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2529022Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2529396Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2529772Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2530143Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2530505Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:30:21.2530868Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2531218Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2531564Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2531899Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2532244Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2532588Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2532934Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2533264Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2533604Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2533944Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2534273Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2534693Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2535035Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2535382Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2535709Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2536051Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2536394Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2536767Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2537092Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2537431Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2537771Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2538108Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2538463Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2538815Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2539160Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2539503Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2539885Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2540234Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2540578Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2540909Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2541256Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2541593Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2541928Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2542262Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2542604Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2542951Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2543289Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2543641Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2543987Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2544338Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2544892Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2545238Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2545590Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2545938Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2546268Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2546615Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2546960Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2547290Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2547690Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2548034Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2548376Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2548706Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2549053Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2549398Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2549741Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2550070Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2550413Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2550791Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2551136Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2551464Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2551809Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2552149Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2552478Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2552815Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2553166Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2553509Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2553837Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2554179Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2554518Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2554865Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2555204Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2555559Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2555903Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2556235Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2556582Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2556927Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2557272Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2557600Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:30:21.2557943Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2558332Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2558674Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2558991Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2559329Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2559667Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2560001Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2560345Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2560686Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2561033Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2561392Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2561735Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2562085Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2562436Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2562771Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2563118Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2563465Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2563810Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:30:21.2564087Z test_all (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:30:21.2564334Z test_amax (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2564583Z test_amax_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2564818Z test_amin (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2565063Z test_amin_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2565319Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2565987Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-12-01T10:30:21.2566563Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-12-01T10:30:21.2567052Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-12-01T10:30:21.2567354Z warnings.warn(msg) 2022-12-01T10:30:21.2567519Z ok (0.001s) 2022-12-01T10:30:21.2567725Z test_mean (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2567977Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2568214Z test_mean_grad_case_1a (__main__.TestReductions) 2022-12-01T10:30:21.2569020Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:30:21.2569657Z "module for further information about the project."), UserWarning) 2022-12-01T10:30:21.2570261Z /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:30:21.2570695Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:30:21.2570899Z ok (0.005s) 2022-12-01T10:30:21.2571103Z test_mean_grad_case_1b (__main__.TestReductions) 2022-12-01T10:30:21.2571342Z values.requires_grad = False ... ok (0.003s) 2022-12-01T10:30:21.2571567Z test_mean_grad_case_1c (__main__.TestReductions) 2022-12-01T10:30:21.2572359Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:30:21.2572935Z "module for further information about the project."), UserWarning) 2022-12-01T10:30:21.2573158Z ok (0.004s) 2022-12-01T10:30:21.2573379Z test_mean_grad_case_1d (__main__.TestReductions) 2022-12-01T10:30:21.2573618Z values.requires_grad = False ... ok (0.002s) 2022-12-01T10:30:21.2573854Z test_mean_grad_case_1e (__main__.TestReductions) 2022-12-01T10:30:21.2574541Z values.requires_grad = True ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:30:21.2574997Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:30:21.2575215Z ok (0.005s) 2022-12-01T10:30:21.2575418Z test_mean_grad_case_1f (__main__.TestReductions) 2022-12-01T10:30:21.2576210Z values.requires_grad = False ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:159: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-12-01T10:30:21.2576785Z "module for further information about the project."), UserWarning) 2022-12-01T10:30:21.2577010Z ok (0.002s) 2022-12-01T10:30:21.2577218Z test_prod (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2577843Z test_prod_grad (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:162: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-12-01T10:30:21.2578310Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:30:21.2578526Z ok (0.003s) 2022-12-01T10:30:21.2578731Z test_sum (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2578970Z test_sum_grad (__main__.TestReductions) ... ok (0.003s) 2022-12-01T10:30:21.2579236Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2579522Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2579795Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2580076Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2580353Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2580626Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2580906Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2581186Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2581461Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2581774Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2582051Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2582332Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2582597Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2582871Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2583155Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2583435Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2583697Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2583973Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2584261Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2584667Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2584937Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2585273Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2585549Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2585824Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2586102Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2586379Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2586646Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2586921Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2587196Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2587464Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2587736Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2588013Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2588287Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2588553Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2588831Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2589106Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2589370Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2589642Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2589912Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2590197Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2590466Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2590748Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2591028Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2591292Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2591576Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2591859Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2592122Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2592395Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2592672Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2592999Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2593260Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2593534Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:30:21.2593812Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2594070Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2594348Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2594624Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2594893Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2595155Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2595419Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2595680Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2595928Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2596214Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2596473Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2596719Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2596981Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2597242Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2597502Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2597745Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2598002Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:30:21.2598262Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2598508Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2598761Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2599017Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2599269Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2599532Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2599789Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2600044Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2600297Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2600567Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2600823Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2601070Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2601333Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2601591Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2601842Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2602086Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2602341Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2617865Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2618147Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2618397Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2618658Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2618917Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2619160Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2619520Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2619781Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2620030Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2620285Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2620543Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2620799Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2621041Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2621303Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2621572Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2621821Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2622087Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2622355Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:30:21.2622600Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2622904Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:30:21.2623173Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2623428Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2623670Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2623925Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2624185Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2624560Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2624824Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2625076Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2625321Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2625580Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2625837Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2626099Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2626339Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2626597Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:30:21.2626746Z 2022-12-01T10:30:21.2626998Z ---------------------------------------------------------------------- 2022-12-01T10:30:21.2627228Z Ran 826 tests in 4.147s 2022-12-01T10:30:21.2627341Z 2022-12-01T10:30:21.2627403Z OK 2022-12-01T10:30:21.2627493Z 2022-12-01T10:30:21.2627579Z Generating XML reports... 2022-12-01T10:30:21.2628003Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201103016.xml 2022-12-01T10:30:21.2628493Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201103016.xml 2022-12-01T10:30:21.2629003Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201103016.xml 2022-12-01T10:30:21.2629513Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201103016.xml 2022-12-01T10:30:21.2629982Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201103016.xml 2022-12-01T10:30:21.2630195Z 2022-12-01T10:30:21.2630527Z ##[endgroup] 2022-12-01T10:30:21.2630921Z FINISHED PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_mm3j43wp) 2022-12-01T10:30:21.2631146Z 2022-12-01T10:30:22.7886138Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:22.8738344Z Ignoring disabled issues: [] 2022-12-01T10:30:22.8961637Z Running test_package ... [2022-12-01 10:30:22.895684] 2022-12-01T10:30:22.8963336Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:22.895991] 2022-12-01T10:30:27.1873893Z 2022-12-01T10:30:27.1875952Z Expand the folded group to see the log file of test_package 2022-12-01T10:30:27.1876978Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_rsm9opet) 2022-12-01T10:30:27.1877644Z Test results will be stored in test-reports/python-unittest/test_package 2022-12-01T10:30:27.1877879Z 2022-12-01T10:30:27.1877994Z Running tests... 2022-12-01T10:30:27.1878314Z ---------------------------------------------------------------------- 2022-12-01T10:30:27.1879225Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.300s) 2022-12-01T10:30:27.1879892Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1880476Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.003s) 2022-12-01T10:30:27.1880817Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1881162Z A unpackageable dependency should raise a PackagingError. ... ok (0.003s) 2022-12-01T10:30:27.1881459Z test_deny (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1881756Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-12-01T10:30:27.1882058Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1882348Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-12-01T10:30:27.1882727Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:30:27.1883125Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:30:27.1883487Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1883821Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-12-01T10:30:27.1884211Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1884571Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.013s) 2022-12-01T10:30:27.1884949Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1885263Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-12-01T10:30:27.1885590Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1885899Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-12-01T10:30:27.1886198Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1886630Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-12-01T10:30:27.1886926Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:30:27.1887279Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:30:27.1887588Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1887962Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:30:27.1888278Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:30:27.1888622Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:30:27.1888964Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-12-01T10:30:27.1889385Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.004s) 2022-12-01T10:30:27.1889755Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:30:27.1890250Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:30:27.1890599Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:30:27.1890968Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:30:27.1891299Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:30:27.1891597Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-12-01T10:30:27.1891905Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1892186Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1892514Z test_edges (test_digraph.TestDiGraph) ... ok (0.002s) 2022-12-01T10:30:27.1892786Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1893044Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1893368Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1893648Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1894004Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1894367Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1894682Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1894986Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:30:27.1895294Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-12-01T10:30:27.1895669Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1896013Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-12-01T10:30:27.1896330Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1896752Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-12-01T10:30:27.1897282Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1897872Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Does not work with latest TorchVision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:30:27.1898303Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1898644Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.005s) 2022-12-01T10:30:27.1899048Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1899373Z Tests that packaged code can used importlib.resources.path. ... ok (0.005s) 2022-12-01T10:30:27.1899692Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1899984Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.009s) 2022-12-01T10:30:27.1900311Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:30:27.1900639Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.015s) 2022-12-01T10:30:27.1900923Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-12-01T10:30:27.1901214Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1901507Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1901801Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1902078Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1902365Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1902677Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1902975Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1903349Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1903810Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1904282Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1904890Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1905383Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1905868Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:30:27.1906394Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:30:27.1906930Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-12-01T10:30:27.1907633Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-12-01T10:30:27.1908207Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-12-01T10:30:27.1908776Z Exercise corner case where we try to pickle an object whose ... ok (0.002s) 2022-12-01T10:30:27.1909312Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:30:27.1909949Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:30:27.1910415Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:30:27.1910950Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:30:27.1911460Z Tests for backwards compatible fx module ... ok (0.016s) 2022-12-01T10:30:27.1911988Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:30:27.1912498Z Tests for backwards compatible nn module ... ok (0.009s) 2022-12-01T10:30:27.1913039Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:30:27.1913578Z Tests for backwards compatible torchscript module ... ok (0.037s) 2022-12-01T10:30:27.1913971Z test_demangle_base (test_mangling.TestMangling) 2022-12-01T10:30:27.1914282Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-12-01T10:30:27.1914611Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-12-01T10:30:27.1914938Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-12-01T10:30:27.1915264Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:30:27.1915556Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:30:27.1915835Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:30:27.1916116Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-12-01T10:30:27.1916409Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-12-01T10:30:27.1916708Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:30:27.1916993Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:30:27.1917276Z test_unique_manglers (test_mangling.TestMangling) 2022-12-01T10:30:27.1917585Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-12-01T10:30:27.1917890Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.003s) 2022-12-01T10:30:27.1918165Z test_dunder_package_present (test_misc.TestMisc) 2022-12-01T10:30:27.1918561Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-12-01T10:30:27.1918873Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-12-01T10:30:27.1919222Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-12-01T10:30:27.1919503Z test_exporter_content_lists (test_misc.TestMisc) 2022-12-01T10:30:27.1919855Z Test content list API for PackageExporter's contained modules. ... ok (0.005s) 2022-12-01T10:30:27.1920116Z test_file_structure (test_misc.TestMisc) 2022-12-01T10:30:27.1920579Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.005s) 2022-12-01T10:30:27.1920875Z test_file_structure_has_file (test_misc.TestMisc) 2022-12-01T10:30:27.1921157Z Test Directory's has_file() method. ... ok (0.002s) 2022-12-01T10:30:27.1921394Z test_inspect_class (test_misc.TestMisc) 2022-12-01T10:30:27.1921656Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-12-01T10:30:27.1921918Z test_is_from_package (test_misc.TestMisc) 2022-12-01T10:30:27.1922162Z is_from_package should work for objects and modules ... ok (0.002s) 2022-12-01T10:30:27.1922441Z test_load_python_version_from_package (test_misc.TestMisc) 2022-12-01T10:30:27.1922725Z Tests loading a package with a python version embdded ... ok (0.005s) 2022-12-01T10:30:27.1922970Z test_python_version (test_misc.TestMisc) 2022-12-01T10:30:27.1923261Z Tests that the current python version is stored in the package and is available ... ok (0.005s) 2022-12-01T10:30:27.1923565Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-12-01T10:30:27.1923858Z The standard library performs sys.module assignment hackery which ... ok (0.004s) 2022-12-01T10:30:27.1924415Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-12-01T10:30:27.1925137Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-12-01T10:30:27.1925840Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:30:27.1926460Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.017s) 2022-12-01T10:30:27.1926787Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.032s) 2022-12-01T10:30:27.1927114Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-12-01T10:30:27.1927430Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-12-01T10:30:27.1927719Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-12-01T10:30:27.1928034Z test_different_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1928351Z Test a case where the interface defined in the package is ... ok (0.016s) 2022-12-01T10:30:27.1928653Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1928976Z Test a case where the script class defined in the package is ... ok (0.009s) 2022-12-01T10:30:27.1929290Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1929608Z Test loading of single ScriptModule shared by multiple eager ... ok (0.011s) 2022-12-01T10:30:27.1929904Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1930209Z Test tensors shared across eager and ScriptModules on load ... ok (0.013s) 2022-12-01T10:30:27.1930527Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1930833Z Test tensors shared across eager and ScriptModules on load ... ok (0.019s) 2022-12-01T10:30:27.1931156Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1931480Z Test saving inline and imported modules in same package with ... ok (0.068s) 2022-12-01T10:30:27.1931813Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1932135Z Test saving inline and imported modules in same package that ... ok (1.162s) 2022-12-01T10:30:27.1932441Z test_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1932741Z Packaging an interface class should work correctly. ... ok (0.041s) 2022-12-01T10:30:27.1933045Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.005s) 2022-12-01T10:30:27.1933482Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.013s) 2022-12-01T10:30:27.1933846Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1934168Z Test saving of single ScriptModule shared by multiple ... ok (0.006s) 2022-12-01T10:30:27.1934543Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1934868Z Test to verify saving multiple ScriptModules with completely ... ok (0.010s) 2022-12-01T10:30:27.1935187Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1935481Z Test to verify saving multiple different modules and ... ok (0.044s) 2022-12-01T10:30:27.1935774Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1936052Z Test basic saving of ScriptModule. ... ok (0.005s) 2022-12-01T10:30:27.1936324Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1936618Z Test basic saving of ScriptModule in file. ... ok (0.005s) 2022-12-01T10:30:27.1936926Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1937290Z Test to verify when saving multiple packages with same CU ... ok (0.334s) 2022-12-01T10:30:27.1937592Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1937898Z Test basic saving of ScriptModule with submodule. ... ok (0.008s) 2022-12-01T10:30:27.1938207Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1938532Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.037s) 2022-12-01T10:30:27.1938879Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1939212Z Test to verify saving multiple ScriptModules with same top module ... ok (0.014s) 2022-12-01T10:30:27.1939549Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1939858Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.014s) 2022-12-01T10:30:27.1940194Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1940505Z Test scripting a module loaded from a package ... ok (0.010s) 2022-12-01T10:30:27.1940792Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1941113Z Test to verify saving and loading same ScriptModule object works ... ok (0.013s) 2022-12-01T10:30:27.1941424Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-12-01T10:30:27.1941740Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.006s) 2022-12-01T10:30:27.1942075Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.006s) 2022-12-01T10:30:27.1942415Z test_importer_access (test_resources.TestResources) ... ok (0.002s) 2022-12-01T10:30:27.1942715Z test_package_resource_access (test_resources.TestResources) 2022-12-01T10:30:27.1943027Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-12-01T10:30:27.1943347Z test_resource_access_by_path (test_resources.TestResources) 2022-12-01T10:30:27.1943659Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-12-01T10:30:27.1943956Z test_resource_reader (test_resources.TestResources) 2022-12-01T10:30:27.1944231Z Test compliance with the get_resource_reader importlib API. ... ok (0.003s) 2022-12-01T10:30:27.1944707Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-12-01T10:30:27.1945107Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-12-01T10:30:27.1945396Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-12-01T10:30:27.1945681Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-12-01T10:30:27.1945983Z If an object with the same qualified name is loaded from different ... ok (0.005s) 2022-12-01T10:30:27.1946339Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:30:27.1946605Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-12-01T10:30:27.1946912Z Saving a module that came from another PackageImporter should work. ... ok (0.002s) 2022-12-01T10:30:27.1947242Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-12-01T10:30:27.1947650Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-12-01T10:30:27.1947966Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:30:27.1948251Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:30:27.1948523Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-12-01T10:30:27.1948804Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-12-01T10:30:27.1948962Z 2022-12-01T10:30:27.1949161Z ---------------------------------------------------------------------- 2022-12-01T10:30:27.1949409Z Ran 132 tests in 2.552s 2022-12-01T10:30:27.1949511Z 2022-12-01T10:30:27.1949583Z OK (skipped=5) 2022-12-01T10:30:27.1949699Z 2022-12-01T10:30:27.1949829Z Generating XML reports... 2022-12-01T10:30:27.1950283Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201103024.xml 2022-12-01T10:30:27.1950857Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201103024.xml 2022-12-01T10:30:27.1951413Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201103024.xml 2022-12-01T10:30:27.1951969Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201103024.xml 2022-12-01T10:30:27.1952530Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201103024.xml 2022-12-01T10:30:27.1953050Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201103024.xml 2022-12-01T10:30:27.1953618Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201103024.xml 2022-12-01T10:30:27.1954170Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201103024.xml 2022-12-01T10:30:27.1954673Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201103024.xml 2022-12-01T10:30:27.1955166Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201103024.xml 2022-12-01T10:30:27.1955717Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201103024.xml 2022-12-01T10:30:27.1956267Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201103024.xml 2022-12-01T10:30:27.1956803Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201103024.xml 2022-12-01T10:30:27.1957316Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201103024.xml 2022-12-01T10:30:27.1957827Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201103024.xml 2022-12-01T10:30:27.1958322Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201103024.xml 2022-12-01T10:30:27.1958544Z 2022-12-01T10:30:27.1958843Z ##[endgroup] 2022-12-01T10:30:27.1959222Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_rsm9opet) 2022-12-01T10:30:27.1959434Z 2022-12-01T10:30:28.6498073Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:28.7144003Z Ignoring disabled issues: [] 2022-12-01T10:30:28.7298569Z Running test_logging ... [2022-12-01 10:30:28.729535] 2022-12-01T10:30:28.7300518Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:28.729824] 2022-12-01T10:30:31.8743114Z 2022-12-01T10:30:31.8743675Z Expand the folded group to see the log file of test_logging 2022-12-01T10:30:31.8744825Z ##[group]PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_jaw41t5n) 2022-12-01T10:30:31.8745690Z Test results will be stored in test-reports/python-unittest/test_logging 2022-12-01T10:30:31.8745995Z 2022-12-01T10:30:31.8746121Z Running tests... 2022-12-01T10:30:31.8746623Z ---------------------------------------------------------------------- 2022-12-01T10:30:31.8747070Z testApiUsage (__main__.LoggingTest) 2022-12-01T10:30:31.8747545Z This test verifies that api usage logging is not triggered via static ... ok (1.847s) 2022-12-01T10:30:31.8747854Z 2022-12-01T10:30:31.8748191Z ---------------------------------------------------------------------- 2022-12-01T10:30:31.8748580Z Ran 1 test in 1.847s 2022-12-01T10:30:31.8748764Z 2022-12-01T10:30:31.8748871Z OK 2022-12-01T10:30:31.8749023Z 2022-12-01T10:30:31.8749161Z Generating XML reports... 2022-12-01T10:30:31.8750026Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201103029.xml 2022-12-01T10:30:31.8750399Z 2022-12-01T10:30:31.8750762Z ##[endgroup] 2022-12-01T10:30:31.8751397Z FINISHED PRINTING LOG FILE of test_logging (/var/lib/jenkins/workspace/test/test-reports/test_logging_jaw41t5n) 2022-12-01T10:30:31.8751757Z 2022-12-01T10:30:33.5344097Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:33.5985704Z Ignoring disabled issues: [] 2022-12-01T10:30:33.6141607Z Running test_bundled_inputs ... [2022-12-01 10:30:33.613699] 2022-12-01T10:30:33.6143026Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:33.613995] 2022-12-01T10:30:36.1131346Z 2022-12-01T10:30:36.1131922Z Expand the folded group to see the log file of test_bundled_inputs 2022-12-01T10:30:36.1133066Z ##[group]PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_1it1in69) 2022-12-01T10:30:36.1133931Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-12-01T10:30:36.1134241Z 2022-12-01T10:30:36.1134418Z Running tests... 2022-12-01T10:30:36.1134935Z ---------------------------------------------------------------------- 2022-12-01T10:30:36.1135410Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.253s) 2022-12-01T10:30:36.1135865Z test_dict_args (__main__.TestBundledInputs) ... ok (0.754s) 2022-12-01T10:30:36.1136344Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.009s) 2022-12-01T10:30:36.1136844Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.010s) 2022-12-01T10:30:36.1137358Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.013s) 2022-12-01T10:30:36.1137876Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.016s) 2022-12-01T10:30:36.1138400Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.072s) 2022-12-01T10:30:36.1138954Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.007s) 2022-12-01T10:30:36.1139569Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.006s) 2022-12-01T10:30:36.1140097Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.012s) 2022-12-01T10:30:36.1140553Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.013s) 2022-12-01T10:30:36.1141032Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.047s) 2022-12-01T10:30:36.1141296Z 2022-12-01T10:30:36.1141626Z ---------------------------------------------------------------------- 2022-12-01T10:30:36.1142027Z Ran 12 tests in 1.215s 2022-12-01T10:30:36.1142200Z 2022-12-01T10:30:36.1142550Z OK 2022-12-01T10:30:36.1142702Z 2022-12-01T10:30:36.1142843Z Generating XML reports... 2022-12-01T10:30:36.1143572Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201103034.xml 2022-12-01T10:30:36.1143981Z 2022-12-01T10:30:36.1144337Z ##[endgroup] 2022-12-01T10:30:36.1145174Z FINISHED PRINTING LOG FILE of test_bundled_inputs (/var/lib/jenkins/workspace/test/test-reports/test_bundled_inputs_1it1in69) 2022-12-01T10:30:36.1145556Z 2022-12-01T10:30:38.1711748Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:38.2743881Z Ignoring disabled issues: [] 2022-12-01T10:30:38.2969945Z Running test_tensorexpr_pybind ... [2022-12-01 10:30:38.296591] 2022-12-01T10:30:38.2972946Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:38.296917] 2022-12-01T10:30:41.2260767Z 2022-12-01T10:30:41.2261687Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-12-01T10:30:41.2262783Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_b_bifo_b) 2022-12-01T10:30:41.2263872Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-12-01T10:30:41.2264197Z 2022-12-01T10:30:41.2264316Z Running tests... 2022-12-01T10:30:41.2265039Z ---------------------------------------------------------------------- 2022-12-01T10:30:41.2265520Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.370s) 2022-12-01T10:30:41.2266086Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.038s) 2022-12-01T10:30:41.2266566Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:30:41.2267033Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-12-01T10:30:41.2267500Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-12-01T10:30:41.2268001Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.005s) 2022-12-01T10:30:41.2268509Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:30:41.2268999Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.311s) 2022-12-01T10:30:41.2269511Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.062s) 2022-12-01T10:30:41.2270053Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.042s) 2022-12-01T10:30:41.2270564Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.041s) 2022-12-01T10:30:41.2271070Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.097s) 2022-12-01T10:30:41.2271595Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.036s) 2022-12-01T10:30:41.2272102Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.046s) 2022-12-01T10:30:41.2272595Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.042s) 2022-12-01T10:30:41.2273115Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.047s) 2022-12-01T10:30:41.2273615Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-12-01T10:30:41.2273883Z 2022-12-01T10:30:41.2274201Z ---------------------------------------------------------------------- 2022-12-01T10:30:41.2274593Z Ran 17 tests in 1.154s 2022-12-01T10:30:41.2274782Z 2022-12-01T10:30:41.2274880Z OK 2022-12-01T10:30:41.2275030Z 2022-12-01T10:30:41.2275167Z Generating XML reports... 2022-12-01T10:30:41.2275905Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201103039.xml 2022-12-01T10:30:41.2276848Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201103039.xml 2022-12-01T10:30:41.2277266Z 2022-12-01T10:30:41.2277645Z ##[endgroup] 2022-12-01T10:30:41.2278328Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_b_bifo_b) 2022-12-01T10:30:41.2278832Z 2022-12-01T10:30:43.3565939Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:43.4690425Z Ignoring disabled issues: [] 2022-12-01T10:30:43.4934624Z Running nn/test_packed_sequence ... [2022-12-01 10:30:43.493110] 2022-12-01T10:30:43.4936822Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:43.493464] 2022-12-01T10:30:45.4869871Z 2022-12-01T10:30:45.4870420Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:30:45.4871510Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_yzrup8vt) 2022-12-01T10:30:45.4872389Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T10:30:45.4872706Z 2022-12-01T10:30:45.4872810Z Running tests... 2022-12-01T10:30:45.4873314Z ---------------------------------------------------------------------- 2022-12-01T10:30:45.4873840Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.292s) 2022-12-01T10:30:45.4874323Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.140s) 2022-12-01T10:30:45.4875026Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.024s) 2022-12-01T10:30:45.4875556Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:30:45.4876116Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:30:45.4876588Z test_to (__main__.PackedSequenceTest) ... ok (0.006s) 2022-12-01T10:30:45.4877040Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:30:45.4877510Z test_total_length (__main__.PackedSequenceTest) ... ok (0.009s) 2022-12-01T10:30:45.4877931Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:30:45.4878424Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.062s) 2022-12-01T10:30:45.4878949Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.027s) 2022-12-01T10:30:45.4879426Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.026s) 2022-12-01T10:30:45.4879882Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.006s) 2022-12-01T10:30:45.4880145Z 2022-12-01T10:30:45.4880480Z ---------------------------------------------------------------------- 2022-12-01T10:30:45.4880877Z Ran 12 tests in 0.599s 2022-12-01T10:30:45.4881062Z 2022-12-01T10:30:45.4881147Z OK 2022-12-01T10:30:45.4881295Z 2022-12-01T10:30:45.4881432Z Generating XML reports... 2022-12-01T10:30:45.4882167Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201103044.xml 2022-12-01T10:30:45.4882586Z 2022-12-01T10:30:45.4882919Z ##[endgroup] 2022-12-01T10:30:45.4883615Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_yzrup8vt) 2022-12-01T10:30:45.4884011Z 2022-12-01T10:30:47.4806901Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:47.5859026Z Ignoring disabled issues: [] 2022-12-01T10:30:47.6082745Z Running benchmark_utils/test_benchmark_utils ... [2022-12-01 10:30:47.607902] 2022-12-01T10:30:47.6084787Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:47.608231] 2022-12-01T10:30:50.1130283Z 2022-12-01T10:30:50.1130878Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-12-01T10:30:50.1132210Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_g0vxc1x7) 2022-12-01T10:30:50.1133247Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-12-01T10:30:50.1133975Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:50.1134608Z 2022-12-01T10:30:50.1134735Z Running tests... 2022-12-01T10:30:50.1135280Z ---------------------------------------------------------------------- 2022-12-01T10:30:50.1135827Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.505s) 2022-12-01T10:30:50.1137371Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:30:50.1138490Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:30:50.1139057Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.168s) 2022-12-01T10:30:50.1139597Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:30:50.1140137Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-12-01T10:30:50.1140644Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.043s) 2022-12-01T10:30:50.1141322Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.057s) 2022-12-01T10:30:50.1141894Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:30:50.1142246Z 2022-12-01T10:30:50.1142602Z ---------------------------------------------------------------------- 2022-12-01T10:30:50.1143025Z Ran 9 tests in 0.781s 2022-12-01T10:30:50.1143225Z 2022-12-01T10:30:50.1143345Z OK (skipped=4) 2022-12-01T10:30:50.1143530Z 2022-12-01T10:30:50.1143675Z Generating XML reports... 2022-12-01T10:30:50.1144667Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201103048.xml 2022-12-01T10:30:50.1145153Z 2022-12-01T10:30:50.1145576Z ##[endgroup] 2022-12-01T10:30:50.1146412Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils_g0vxc1x7) 2022-12-01T10:30:50.1146883Z 2022-12-01T10:30:51.9658208Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:52.0296185Z Ignoring disabled issues: [] 2022-12-01T10:30:52.0448501Z Running test_per_overload_api ... [2022-12-01 10:30:52.044517] 2022-12-01T10:30:52.0450946Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:52.044808] 2022-12-01T10:30:53.5149733Z 2022-12-01T10:30:53.5150668Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:30:53.5151721Z ##[group]PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_kdlrwhbb) 2022-12-01T10:30:53.5152604Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-12-01T10:30:53.5152955Z 2022-12-01T10:30:53.5153075Z Running tests... 2022-12-01T10:30:53.5153586Z ---------------------------------------------------------------------- 2022-12-01T10:30:53.5154100Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.239s) 2022-12-01T10:30:53.5154609Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:30:53.5155114Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:30:53.5155377Z 2022-12-01T10:30:53.5155707Z ---------------------------------------------------------------------- 2022-12-01T10:30:53.5156104Z Ran 3 tests in 0.244s 2022-12-01T10:30:53.5156275Z 2022-12-01T10:30:53.5156376Z OK 2022-12-01T10:30:53.5156530Z 2022-12-01T10:30:53.5156669Z Generating XML reports... 2022-12-01T10:30:53.5157406Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201103052.xml 2022-12-01T10:30:53.5157820Z 2022-12-01T10:30:53.5186552Z ##[endgroup] 2022-12-01T10:30:53.5187531Z FINISHED PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_kdlrwhbb) 2022-12-01T10:30:53.5187920Z 2022-12-01T10:30:55.0829306Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:55.1466380Z Ignoring disabled issues: [] 2022-12-01T10:30:55.1620724Z Running test_set_default_mobile_cpu_allocator ... [2022-12-01 10:30:55.161742] 2022-12-01T10:30:55.1623571Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:55.162050] 2022-12-01T10:30:56.5948433Z 2022-12-01T10:30:56.5949539Z Expand the folded group to see the log file of test_set_default_mobile_cpu_allocator 2022-12-01T10:30:56.5951038Z ##[group]PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_bpz3d94b) 2022-12-01T10:30:56.5951753Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-12-01T10:30:56.5951986Z 2022-12-01T10:30:56.5952062Z Running tests... 2022-12-01T10:30:56.5952375Z ---------------------------------------------------------------------- 2022-12-01T10:30:56.5952939Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.245s) 2022-12-01T10:30:56.5953339Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.001s) 2022-12-01T10:30:56.5953531Z 2022-12-01T10:30:56.5953730Z ---------------------------------------------------------------------- 2022-12-01T10:30:56.5953990Z Ran 2 tests in 0.246s 2022-12-01T10:30:56.5954118Z 2022-12-01T10:30:56.5954182Z OK 2022-12-01T10:30:56.5954274Z 2022-12-01T10:30:56.5954362Z Generating XML reports... 2022-12-01T10:30:56.5954927Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201103056.xml 2022-12-01T10:30:56.5956950Z 2022-12-01T10:30:56.5958822Z ##[endgroup] 2022-12-01T10:30:56.5959751Z FINISHED PRINTING LOG FILE of test_set_default_mobile_cpu_allocator (/var/lib/jenkins/workspace/test/test-reports/test_set_default_mobile_cpu_allocator_bpz3d94b) 2022-12-01T10:30:56.5960192Z 2022-12-01T10:30:58.6993689Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:58.7896785Z Ignoring disabled issues: [] 2022-12-01T10:30:58.8122426Z Running test_itt ... [2022-12-01 10:30:58.811841] 2022-12-01T10:30:58.8123880Z Executing ['/opt/conda/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:58.812179] 2022-12-01T10:31:00.5845642Z 2022-12-01T10:31:00.5846655Z Expand the folded group to see the log file of test_itt 2022-12-01T10:31:00.5848162Z ##[group]PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_3_8dqbdc) 2022-12-01T10:31:00.5849326Z Test results will be stored in test-reports/python-unittest/test_itt 2022-12-01T10:31:00.5849669Z 2022-12-01T10:31:00.5852681Z Running tests... 2022-12-01T10:31:00.5853377Z ---------------------------------------------------------------------- 2022-12-01T10:31:00.5856017Z test_itt (__main__.TestItt) ... ok (0.238s) 2022-12-01T10:31:00.5856354Z 2022-12-01T10:31:00.5857774Z ---------------------------------------------------------------------- 2022-12-01T10:31:00.5858307Z Ran 1 test in 0.239s 2022-12-01T10:31:00.5858609Z 2022-12-01T10:31:00.5858897Z OK 2022-12-01T10:31:00.5861971Z 2022-12-01T10:31:00.5862245Z Generating XML reports... 2022-12-01T10:31:00.5865129Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221201103100.xml 2022-12-01T10:31:00.5928999Z 2022-12-01T10:31:00.5929787Z ##[endgroup] 2022-12-01T10:31:00.5930586Z FINISHED PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_3_8dqbdc) 2022-12-01T10:31:00.5930971Z 2022-12-01T10:31:02.6342372Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:02.7387889Z Ignoring disabled issues: [] 2022-12-01T10:31:02.7613591Z Running test_dlpack ... [2022-12-01 10:31:02.760880] 2022-12-01T10:31:02.7614651Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:02.761207] 2022-12-01T10:31:05.0766048Z 2022-12-01T10:31:05.0766593Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:31:05.0767639Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_j5zdrfn0) 2022-12-01T10:31:05.0768490Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T10:31:05.0768815Z 2022-12-01T10:31:05.0768940Z Running tests... 2022-12-01T10:31:05.0770384Z ---------------------------------------------------------------------- 2022-12-01T10:31:05.0770971Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T10:31:05.0771586Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0772232Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0773090Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0773717Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0774402Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0775006Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0775608Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0776197Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0776795Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0777390Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0787445Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0788212Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0788927Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0789662Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0790391Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0791115Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0791899Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0792611Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0793317Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0794031Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0794737Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0795431Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0796137Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0797052Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0797760Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0798451Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0799154Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0799844Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0800531Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0801202Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0801883Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0802691Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0803364Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:31:05.0803954Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-12-01T10:31:05.0804522Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0805091Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0805653Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0806235Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0806835Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0807461Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0808076Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0808691Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0809299Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0809887Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0810487Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0811087Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0811682Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0812279Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0812878Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0813458Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0814043Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0814760Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0815392Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0816013Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0816610Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0817221Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0817938Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0818553Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0819143Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0819744Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0820347Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0820905Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0821464Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0822021Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0822571Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0823113Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0823737Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0824286Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0825004Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0825543Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0826078Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0826612Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0827158Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0827746Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0828342Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0828904Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0829474Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0830042Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:31:05.0830602Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0831145Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0831698Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0832256Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0832798Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:31:05.0833390Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0834023Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0834653Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0835257Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0835867Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0836445Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0836979Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0837553Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0838019Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0838770Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0839355Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:31:05.0839691Z 2022-12-01T10:31:05.0840135Z ---------------------------------------------------------------------- 2022-12-01T10:31:05.0840556Z Ran 95 tests in 0.211s 2022-12-01T10:31:05.0845991Z 2022-12-01T10:31:05.0846132Z OK (skipped=23) 2022-12-01T10:31:05.0846315Z 2022-12-01T10:31:05.0846464Z Generating XML reports... 2022-12-01T10:31:05.0847255Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201103104.xml 2022-12-01T10:31:05.0847689Z 2022-12-01T10:31:05.0848162Z ##[endgroup] 2022-12-01T10:31:05.0848836Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_j5zdrfn0) 2022-12-01T10:31:05.0849215Z 2022-12-01T10:31:06.9382811Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:07.0008147Z Ignoring disabled issues: [] 2022-12-01T10:31:07.0161766Z Running test_tensorboard ... [2022-12-01 10:31:07.015791] 2022-12-01T10:31:07.0163666Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:07.016077] 2022-12-01T10:31:09.3776085Z 2022-12-01T10:31:09.3785972Z Expand the folded group to see the log file of test_tensorboard 2022-12-01T10:31:09.3787013Z ##[group]PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_s7pqnqur) 2022-12-01T10:31:09.3787996Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-12-01T10:31:09.3789045Z /opt/conda/lib/python3.7/site-packages/caffe2/__init__.py:5: UserWarning: Caffe2 support is not fully enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:31:09.3789861Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-12-01T10:31:09.3790957Z /opt/conda/lib/python3.7/site-packages/caffe2/proto/__init__.py:17: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:31:09.3791859Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:31:09.3792877Z /opt/conda/lib/python3.7/site-packages/caffe2/python/__init__.py:9: UserWarning: Caffe2 support is not enabled in this PyTorch build. Please enable Caffe2 by building PyTorch from source with `BUILD_CAFFE2=1` flag. 2022-12-01T10:31:09.3793708Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-12-01T10:31:09.3793981Z 2022-12-01T10:31:09.3794105Z Running tests... 2022-12-01T10:31:09.3794648Z ---------------------------------------------------------------------- 2022-12-01T10:31:09.3795453Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3796363Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3797001Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:31:09.3797505Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-12-01T10:31:09.3798021Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:31:09.3798539Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-12-01T10:31:09.3799104Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-12-01T10:31:09.3799648Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-12-01T10:31:09.3800453Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3801579Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3802472Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3803382Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3804333Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.003s) 2022-12-01T10:31:09.3805206Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3806112Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3806986Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-12-01T10:31:09.3807834Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.003s) 2022-12-01T10:31:09.3808926Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-12-01T10:31:09.3809901Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.002s) 2022-12-01T10:31:09.3810837Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3811677Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3812457Z test_audio (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3813249Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3814072Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3814702Z test_float32_image (__main__.TestTensorBoardSummary) 2022-12-01T10:31:09.3815507Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3816353Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3817185Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3818044Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3818935Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3819783Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3820649Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3821465Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3822260Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3823140Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3824087Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3825146Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3826135Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3826977Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3827857Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3828665Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3829459Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3830286Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3831083Z test_text (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3831652Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-12-01T10:31:09.3832565Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3833374Z test_video (__main__.TestTensorBoardSummary) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3834259Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3835165Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3836006Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Don't run TensorBoard tests with crossref (0.000s) 2022-12-01T10:31:09.3836906Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3837821Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3838680Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3839461Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Don't run TensorBoard tests with crossref (0.001s) 2022-12-01T10:31:09.3840210Z test_writer (__main__.TestTensorBoardWriter) ... skip: Don't run TensorBoard tests with crossref (0.003s) 2022-12-01T10:31:09.3840535Z 2022-12-01T10:31:09.3840880Z ---------------------------------------------------------------------- 2022-12-01T10:31:09.3841288Z Ran 53 tests in 0.054s 2022-12-01T10:31:09.3841459Z 2022-12-01T10:31:09.3841581Z OK (skipped=53) 2022-12-01T10:31:09.3841760Z 2022-12-01T10:31:09.3841901Z Generating XML reports... 2022-12-01T10:31:09.3842649Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201103108.xml 2022-12-01T10:31:09.3843619Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201103108.xml 2022-12-01T10:31:09.3844593Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201103108.xml 2022-12-01T10:31:09.3845590Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201103108.xml 2022-12-01T10:31:09.3846677Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201103108.xml 2022-12-01T10:31:09.3847649Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201103108.xml 2022-12-01T10:31:09.3848673Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201103108.xml 2022-12-01T10:31:09.3849648Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201103108.xml 2022-12-01T10:31:09.3850703Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201103108.xml 2022-12-01T10:31:09.3851146Z 2022-12-01T10:31:09.3851627Z ##[endgroup] 2022-12-01T10:31:09.3852342Z FINISHED PRINTING LOG FILE of test_tensorboard (/var/lib/jenkins/workspace/test/test-reports/test_tensorboard_s7pqnqur) 2022-12-01T10:31:09.3852744Z 2022-12-01T10:31:11.2040789Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:11.2698157Z Ignoring disabled issues: [] 2022-12-01T10:31:11.2853727Z Running test_numba_integration ... [2022-12-01 10:31:11.285037] 2022-12-01T10:31:11.2856258Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:11.285349] 2022-12-01T10:31:12.7281386Z 2022-12-01T10:31:12.7282057Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T10:31:12.7283375Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_l_le1yd1) 2022-12-01T10:31:12.7284624Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T10:31:12.7284975Z 2022-12-01T10:31:12.7285111Z Running tests... 2022-12-01T10:31:12.7285497Z ---------------------------------------------------------------------- 2022-12-01T10:31:12.7285789Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7286173Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-12-01T10:31:12.7286458Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7286761Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.001s) 2022-12-01T10:31:12.7287071Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7287386Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-12-01T10:31:12.7287691Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7288001Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-12-01T10:31:12.7288317Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7288737Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.002s) 2022-12-01T10:31:12.7289157Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7289570Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:31:12.7289971Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7290310Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-12-01T10:31:12.7290648Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T10:31:12.7291085Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:31:12.7291367Z 2022-12-01T10:31:12.7291569Z ---------------------------------------------------------------------- 2022-12-01T10:31:12.7291800Z Ran 8 tests in 0.010s 2022-12-01T10:31:12.7291914Z 2022-12-01T10:31:12.7291990Z OK (skipped=8) 2022-12-01T10:31:12.7292098Z 2022-12-01T10:31:12.7292184Z Generating XML reports... 2022-12-01T10:31:12.7292610Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201103112.xml 2022-12-01T10:31:12.7292862Z 2022-12-01T10:31:12.7293094Z ##[endgroup] 2022-12-01T10:31:12.7293499Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration_l_le1yd1) 2022-12-01T10:31:12.7293810Z 2022-12-01T10:31:14.8401123Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:14.9405651Z Ignoring disabled issues: [] 2022-12-01T10:31:14.9629400Z Running test_complex ... [2022-12-01 10:31:14.962629] 2022-12-01T10:31:14.9632279Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:14.962932] 2022-12-01T10:31:16.6305765Z 2022-12-01T10:31:16.6306429Z Expand the folded group to see the log file of test_complex 2022-12-01T10:31:16.6307222Z ##[group]PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_3mq8p9at) 2022-12-01T10:31:16.6307822Z Test results will be stored in test-reports/python-unittest/test_complex 2022-12-01T10:31:16.6308002Z 2022-12-01T10:31:16.6308078Z Running tests... 2022-12-01T10:31:16.6308448Z ---------------------------------------------------------------------- 2022-12-01T10:31:16.6308802Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.002s) 2022-12-01T10:31:16.6309343Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:31:16.6309669Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:31:16.6309993Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:31:16.6310180Z 2022-12-01T10:31:16.6310383Z ---------------------------------------------------------------------- 2022-12-01T10:31:16.6310622Z Ran 4 tests in 0.005s 2022-12-01T10:31:16.6310767Z 2022-12-01T10:31:16.6310842Z OK 2022-12-01T10:31:16.6310920Z 2022-12-01T10:31:16.6311006Z Generating XML reports... 2022-12-01T10:31:16.6311443Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201103116.xml 2022-12-01T10:31:16.6311733Z 2022-12-01T10:31:16.6311961Z ##[endgroup] 2022-12-01T10:31:16.6312388Z FINISHED PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_3mq8p9at) 2022-12-01T10:31:16.6312600Z 2022-12-01T10:31:18.9296265Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:19.0331235Z Ignoring disabled issues: [] 2022-12-01T10:31:19.0555232Z Running test_vulkan ... [2022-12-01 10:31:19.055188] 2022-12-01T10:31:19.0557740Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:19.055501] 2022-12-01T10:31:20.3720360Z 2022-12-01T10:31:20.3720906Z Expand the folded group to see the log file of test_vulkan 2022-12-01T10:31:20.3722273Z ##[group]PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_5awb1edv) 2022-12-01T10:31:20.3722838Z 2022-12-01T10:31:20.3722981Z Running tests... 2022-12-01T10:31:20.3723796Z ---------------------------------------------------------------------- 2022-12-01T10:31:20.3724953Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-12-01T10:31:20.3725557Z skip: Vulkan backend must be available for these tests. (0.003s) 2022-12-01T10:31:20.3725925Z 2022-12-01T10:31:20.3726252Z ---------------------------------------------------------------------- 2022-12-01T10:31:20.3726623Z Ran 1 test in 0.004s 2022-12-01T10:31:20.3726807Z 2022-12-01T10:31:20.3726922Z OK (skipped=1) 2022-12-01T10:31:20.3727091Z 2022-12-01T10:31:20.3727236Z Generating XML reports... 2022-12-01T10:31:20.3727735Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201103120.xml 2022-12-01T10:31:20.3727993Z 2022-12-01T10:31:20.3728266Z ##[endgroup] 2022-12-01T10:31:20.3728620Z FINISHED PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_5awb1edv) 2022-12-01T10:31:20.3728824Z 2022-12-01T10:31:22.2144087Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:22.2784788Z Ignoring disabled issues: [] 2022-12-01T10:32:17.6282331Z 2022-12-01T10:32:17.6282709Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:32:17.6283431Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_tq7o6_6i) 2022-12-01T10:32:17.6289068Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:32:17.6289412Z 2022-12-01T10:32:17.6289520Z Running tests... 2022-12-01T10:32:17.6289934Z ---------------------------------------------------------------------- 2022-12-01T10:32:17.6290510Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:32:17.6290993Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6291520Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6292449Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6292857Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:32:17.6293500Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:32:17.6293927Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6294580Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6295212Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:32:17.6295844Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6305762Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-12-01T10:32:17.6306712Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:32:17.6307475Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6308267Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6309046Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:32:17.6309776Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:32:17.6310518Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:32:17.6311265Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6319395Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:32:17.6319923Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:32:17.6320517Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6321096Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6323156Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], 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:32:17.6324177Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6324364Z ok (0.002s) 2022-12-01T10:32:17.6324740Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6325488Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6325975Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6326451Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6326986Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:32:17.6327475Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:32:17.6327991Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6328441Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:32:17.6328877Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:32:17.6329276Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:32:17.6329607Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6330242Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6330784Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6331341Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6331888Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6332319Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6332744Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6333241Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6333702Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6334189Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6334676Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6335215Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6335697Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6336128Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6336633Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6337127Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6337635Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6338091Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6338548Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6339042Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6339551Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6340038Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6340533Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6340989Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6341595Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6342075Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6342578Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.6386008Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6386613Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.6387132Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6387740Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.6388369Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.6389008Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.6389768Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.6390153Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6390530Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6390894Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6391267Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6391641Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6392004Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6392381Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6392760Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6393145Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6393511Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6393885Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6394257Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6394632Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6394990Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6395360Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6395731Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6396087Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6396485Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6396850Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6397222Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6397584Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6397995Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6398367Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6398742Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6399102Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6399478Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6399860Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6400234Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6400590Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6400962Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6401359Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6401726Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6402074Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6402435Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6402797Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6403154Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:32:17.6403531Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:32:17.6403917Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:32:17.6404297Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6404658Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:32:17.6405029Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:32:17.6405394Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.6405761Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:32:17.6406118Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.6406480Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.6406848Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6407220Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6407576Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6407943Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6408308Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6408662Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6409028Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6409446Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6409817Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6410173Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6410536Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6410896Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6411257Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6411605Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6411963Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6412330Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6412712Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6413075Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6413434Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6413793Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6414139Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6414588Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6415507Z 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:32:17.6416098Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:32:17.6416328Z ok (0.078s) 2022-12-01T10:32:17.6416594Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:32:17.6420282Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:32:17.6420950Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:32:17.6421678Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:32:17.6422284Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:32:17.6422928Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:32:17.6423651Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:32:17.6424351Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:32:17.6425214Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:32:17.6425900Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:32:17.6426604Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6427302Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6428016Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6428872Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6429754Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6430430Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6431115Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6431795Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6432481Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6433140Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6433828Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6434591Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6435282Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6435945Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6436628Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6437320Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6437954Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6438524Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6439169Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6439834Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6440492Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6441197Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6441880Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6442567Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6443247Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6443896Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6444574Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6445242Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6445916Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6446586Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6447281Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6447967Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6448669Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6449346Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6450103Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6450788Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6451453Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6452130Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6452812Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6453472Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6454178Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6454958Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6455651Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6456356Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6457113Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6457799Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6458490Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6459174Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6459854Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6460515Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6461200Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6461879Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6462556Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6463228Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6463925Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6464729Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6465376Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6466044Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6466726Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6467321Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6467850Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6468343Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6468876Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6469533Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6470146Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6470718Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6471350Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6472016Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6472744Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6473127Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6473585Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6473972Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6474338Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6474731Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6497885Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6498685Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6499309Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6499692Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6500067Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6500435Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6500805Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6501192Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6501583Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6501966Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6504808Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6505190Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6505568Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6505943Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6506305Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6506683Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6507083Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6507498Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6507875Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6508245Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6508613Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6508969Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6509333Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6509699Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6510159Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6510536Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6510955Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6511390Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6512215Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6512755Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6513421Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6513823Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6514283Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6514658Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6515056Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6515443Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6515810Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6516190Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6516570Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6516944Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6517303Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6517668Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6518036Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6518402Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6518755Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6519122Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6519489Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6519850Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6520226Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6520599Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6520964Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6521319Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6521684Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6522048Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6522412Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6522801Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6523167Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6523644Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6523998Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6524882Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T10:32:17.6525443Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6525625Z ok (0.006s) 2022-12-01T10:32:17.6525912Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6526314Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6526690Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6527058Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6527426Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6527774Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6528132Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6528493Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6528847Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6529216Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6529602Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6530100Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6530469Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6530849Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6531224Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6531596Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6531956Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6532328Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6532698Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6533054Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6533419Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6533785Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6534150Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6534839Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6535541Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6536037Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6536404Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6536751Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6537116Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6537485Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6537833Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6538193Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6538558Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6538954Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6539304Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6540580Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:32:17.6541336Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6541514Z ok (0.004s) 2022-12-01T10:32:17.6541779Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6542160Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6542536Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6542904Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6543260Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6543630Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6544000Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6544473Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6544855Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6545234Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6545617Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6545978Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6546345Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6546808Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6547179Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6547595Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6547959Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6548329Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6548696Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6549053Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6549419Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6549785Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6550147Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6550520Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6550888Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6551291Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6551641Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6551998Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6552357Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6552716Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6553065Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6553435Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:32:17.6553813Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.6554178Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.6554544Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.6554916Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.6555285Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.6555635Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:32:17.6556003Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:32:17.6556377Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:32:17.6556753Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6557117Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6557638Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6558011Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6558368Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6558732Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6559100Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6559515Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6559870Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6560243Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6560621Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6560998Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6561355Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6561724Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6562090Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6562447Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6562812Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6563212Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6563584Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6563944Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6564314Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6564684Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6565047Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6565400Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6565772Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6566144Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6566511Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6566866Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6567245Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6567619Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6567987Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6568377Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6568757Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6569137Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6569502Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6569876Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6570248Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6570618Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6570973Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6571380Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6571762Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6572135Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6572519Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6572909Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6573295Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6573663Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6574039Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6574517Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6574958Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6575328Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6575709Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6576084Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6576445Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6576833Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6577236Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6577638Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6578031Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6578430Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6578829Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6579233Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6579614Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6580005Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6580402Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6580794Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6581171Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6581563Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6581946Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6582316Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6582675Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6583092Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6583474Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6583827Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6584193Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6584679Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6585043Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6585389Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6585749Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6586125Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6586549Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6586909Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6587290Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6587666Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6588024Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6588391Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6588928Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6589296Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6589653Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6590018Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6590392Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6590759Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6591113Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6591480Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6591846Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6592195Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6592561Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6592927Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6593288Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6593644Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6594010Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6594382Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6594767Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6595186Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6595557Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6595926Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6596277Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6596637Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6596995Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6597356Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6597713Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6598082Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6598488Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6598869Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6599229Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6599597Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6599972Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6600320Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6600813Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6601210Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6601608Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6601974Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6602355Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6602739Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6603132Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6603503Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6603892Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6604276Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6604644Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6605021Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6605396Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6605767Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6606126Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6606499Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6606882Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6607312Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6607692Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6608088Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6608479Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6608857Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6609218Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6609597Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6609978Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6610406Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6610782Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6611155Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6611534Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6611901Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6612281Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6612663Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6613055Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6613429Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6613812Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6614196Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6614630Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6615005Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6615381Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6615756Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6616118Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6616495Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6616871Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6617375Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6617891Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6618287Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6618663Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6619080Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6619438Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6619807Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6620179Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6620534Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6620914Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6621297Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6621673Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6622041Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6622444Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6622823Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6623210Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6623574Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.6623951Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6624329Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6624814Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6625190Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6625564Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6625936Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6626288Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6626659Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6627026Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6627397Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6627753Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6628124Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6628499Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6628856Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6629233Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6629610Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6629987Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6630353Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6630796Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6631184Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6631584Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6631959Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6632350Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6632745Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6633135Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6633505Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6633885Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6634302Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6634667Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6635045Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6635422Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6635795Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6636155Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6636529Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6636911Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6637291Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6637668Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6638068Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6638463Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6638856Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6639241Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6639630Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6640009Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6640373Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6640748Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6641123Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6641500Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6641866Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6642250Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6642685Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6643083Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6643463Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6643850Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6644231Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6644612Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6644976Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6645356Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6645770Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6646135Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6646512Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6646884Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6647256Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6647616Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6647986Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6648355Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6648720Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6649067Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6649420Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6649778Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6650122Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6650488Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6650854Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6651227Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6651594Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6651969Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6652339Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.6652703Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6653051Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6653414Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6653774Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6654168Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6654613Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6654979Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6655367Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6655758Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6656157Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6656560Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6656970Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6657363Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6657823Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6658225Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6658608Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6659000Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6659393Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6659791Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6660174Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6660571Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6660959Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6661349Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.6661729Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6662117Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6662502Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6662883Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6663251Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6663636Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6664016Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6664530Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6664926Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6665306Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6665692Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6666118Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6666500Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6666880Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6667263Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6667618Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6667996Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6668376Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6668748Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6669106Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6669519Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6669901Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6670262Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6670633Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6670998Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6671364Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6671713Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6672076Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6672441Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6672804Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6673174Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6673573Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6673974Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6674364Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6674763Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6675158Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6675551Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6675923Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6676309Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6676689Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6677067Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6677438Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6677850Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6678218Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6678590Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6678952Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6679322Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6679692Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6680043Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6680409Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6680775Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6681139Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6681521Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6681883Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6682240Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6682597Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-12-01T10:32:17.6682967Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-12-01T10:32:17.6683332Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6683702Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6684061Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6684429Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6684794Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6685158Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6685503Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6685860Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6686781Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:32:17.6687328Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6687493Z ok (0.062s) 2022-12-01T10:32:17.6687764Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6688143Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6688510Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6688885Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6689260Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6689627Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6690020Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6690393Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6690761Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6691126Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6691480Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6691847Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6692219Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6692572Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6692944Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6693350Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6693725Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6694084Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6694532Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6694898Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6695264Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6695613Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6695980Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.6696346Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6696695Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6697495Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:32:17.6697978Z L = torch.cholesky(A) 2022-12-01T10:32:17.6698169Z should be replaced with 2022-12-01T10:32:17.6698358Z L = torch.linalg.cholesky(A) 2022-12-01T10:32:17.6698541Z and 2022-12-01T10:32:17.6698719Z U = torch.cholesky(A, upper=True) 2022-12-01T10:32:17.6698911Z should be replaced with 2022-12-01T10:32:17.6699116Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:32:17.6699533Z 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:32:17.6699914Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6700077Z ok (0.011s) 2022-12-01T10:32:17.6700363Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6700754Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6701119Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6701513Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6701960Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6702363Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6702741Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6703134Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6703530Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6703925Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6704299Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6704853Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6705232Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6705653Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6706034Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6706414Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6706786Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6707140Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6707508Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6707876Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6708247Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6708602Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6708965Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6709330Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6709688Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6710064Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6710436Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6710802Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6711152Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6711516Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6711882Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6712246Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6712607Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6712987Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6713363Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6713725Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6714146Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6714528Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6714898Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6715253Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6715630Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6716006Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6716384Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6716750Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6717126Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6717531Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6717895Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6718270Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6718641Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6719006Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6719361Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6719739Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6720113Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6720485Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6720845Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6721222Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6721595Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6721950Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6722317Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6722685Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6723048Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6723396Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6723756Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6724124Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6724489Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6724853Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6725241Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6725672Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6726065Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6726443Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6726835Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6727219Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6727582Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6727959Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6728344Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6728720Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6729125Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6729507Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6729897Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-12-01T10:32:17.6730283Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-12-01T10:32:17.6730664Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.329s) 2022-12-01T10:32:17.6731059Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.329s) 2022-12-01T10:32:17.6731451Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-12-01T10:32:17.6731826Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.328s) 2022-12-01T10:32:17.6732210Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-12-01T10:32:17.6732594Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.329s) 2022-12-01T10:32:17.6732978Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.328s) 2022-12-01T10:32:17.6733343Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-12-01T10:32:17.6733726Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.327s) 2022-12-01T10:32:17.6734109Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.330s) 2022-12-01T10:32:17.6734577Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6734944Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6735522Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6735945Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6736339Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6736704Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6737096Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6737507Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6737968Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6738354Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6738719Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6739093Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6739460Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6739810Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6740169Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6740532Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6740902Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6741362Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6741762Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6742164Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6742547Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6742945Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6743338Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6743728Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6744103Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6744593Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6744992Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6745381Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6745750Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6746138Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6746535Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6746922Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.6747327Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.6747722Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6748114Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6748489Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6748878Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6749264Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6749727Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6750101Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6750494Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.6750889Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6751273Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6751644Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6752034Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6752423Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6752793Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6753222Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6753604Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6753983Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6754343Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6754717Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6755091Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6755466Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6755833Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6756208Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6756587Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6756950Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6757323Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6757697Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6758066Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6758424Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6758797Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6759168Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6759545Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:32:17.6759931Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6760344Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6760736Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6761112Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:32:17.6761518Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6761888Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6762257Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6762611Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6762980Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.6763352Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6763716Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6764068Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6764441Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6764847Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6765214Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6765566Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6765930Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6766286Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6766634Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6766990Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6767357Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6767727Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6768082Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6768455Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6768824Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6769181Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6769530Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6769890Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6770250Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6770598Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6770954Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6771328Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6771714Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6772088Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6772476Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6772870Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6773293Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6773660Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6774042Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6774499Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6774869Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6775247Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6775625Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6776002Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.445s) 2022-12-01T10:32:17.6776414Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6776823Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6777205Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.453s) 2022-12-01T10:32:17.6777568Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.449s) 2022-12-01T10:32:17.6777915Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.451s) 2022-12-01T10:32:17.6778273Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.469s) 2022-12-01T10:32:17.6778635Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.581s) 2022-12-01T10:32:17.6778986Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.443s) 2022-12-01T10:32:17.6779352Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.453s) 2022-12-01T10:32:17.6779724Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6780101Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6780463Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6780834Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6781197Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6781559Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6781907Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6782268Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6782628Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6782976Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6783342Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6783711Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6784084Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6784559Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6785000Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6785369Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6785738Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6786087Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6786459Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6786831Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6787198Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6787551Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6787984Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6788402Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6788753Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6789115Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6789476Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6789839Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6790199Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6790584Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6790973Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6791355Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6791711Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6792079Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6792440Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6792796Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6793161Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6793531Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6793911Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6794276Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6794658Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6795035Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6795404Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6795758Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6796121Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6796486Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6796925Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6797293Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6797683Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.6798123Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6798608Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6799019Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6799420Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.6799824Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6800246Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6800641Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6801045Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6801443Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6801818Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6802191Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6802569Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6802928Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6803299Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6803668Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6804035Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6804387Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6804750Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6805117Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6805481Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6805837Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6806210Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6806585Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6806943Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6807305Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6807679Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6808045Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6808428Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6808797Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6809282Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6809785Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6810155Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6810538Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6810930Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6811300Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6811681Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6812102Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6812482Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6812845Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6813217Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6813591Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6813965Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6814407Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6814792Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6815178Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6815560Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6815933Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6816315Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6816694Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6817055Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6817431Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6817795Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6818168Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6818528Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6818908Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6819283Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6819658Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6820029Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6820459Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6820842Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6821203Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6821581Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6821954Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6822329Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6822681Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6823053Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6823427Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6823861Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6824242Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6824747Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6825146Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6825537Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6825914Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6826305Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6826695Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6827067Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6827452Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6827830Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-12-01T10:32:17.6828193Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:32:17.6828548Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-12-01T10:32:17.6828918Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:32:17.6829299Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.240s) 2022-12-01T10:32:17.6829668Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-12-01T10:32:17.6830018Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-12-01T10:32:17.6830387Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-12-01T10:32:17.6830748Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:32:17.6831092Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:32:17.6831448Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-12-01T10:32:17.6831617Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:32:17.6831863Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832042Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832223Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832401Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832562Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832735Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6832902Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6833076Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6833255Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6833470Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6833649Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.6833826Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6834001Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.6834160Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6834328Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.6834519Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6834713Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6834909Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6835098Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6835285Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6835475Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6835662Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6835848Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6836021Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6836214Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6836402Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6836595Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6836789Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6836978Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6837161Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6837384Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6837577Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6837750Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6837938Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6838125Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6838308Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6838498Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6838685Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6838871Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6839098Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6839290Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6839467Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6839651Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6839835Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6840021Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6840199Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6840391Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6840581Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.6840755Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6840928Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6841085Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6841254Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6841423Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6841594Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6841762Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6841941Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6842113Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6842294Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.6842473Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6842640Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6842818Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6843026Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6843203Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6843374Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6843543Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6843706Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6843876Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6844047Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6844211Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6844386Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6844600Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6844781Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6844958Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6845134Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6845305Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6845480Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6845657Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6845815Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6845984Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6846154Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6846329Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6846507Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6846678Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6846860Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6847050Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6847228Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6847395Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6847574Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6847744Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6847917Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6848085Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6848252Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6848454Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6848629Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6848794Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6848973Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.6849151Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.6849327Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6849495Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6849666Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6849833Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6850027Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6850200Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6850358Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6850533Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6850704Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6850883Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6851060Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6851235Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6851411Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6851580Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6851746Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6851904Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6852075Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6852244Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6852420Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.6852592Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6852774Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6852950Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6853134Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6853319Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6853488Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6853670Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6853847Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6854061Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6854241Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6854492Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6854668Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6854845Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6855021Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.6855180Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6855347Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6855523Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6855729Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6855901Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6856074Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6856244Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6856413Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6856582Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6856737Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6856907Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6857076Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6857245Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6857422Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6857592Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6857772Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6857950Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6858113Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6858286Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6858456Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6858626Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6858795Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6858963Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6859133Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6859302Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6859474Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6859664Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6859836Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860002Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860172Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860341Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860507Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860673Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6860838Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6861015Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6861198Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6861372Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6861545Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6861715Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6861884Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6862052Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6862222Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6862392Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6862570Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6862730Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6862905Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863076Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863249Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863415Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863581Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863751Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6863923Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6864086Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6864256Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6864540Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6864708Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6864871Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865040Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865267Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865437Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865606Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865762Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6865936Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6866108Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6866286Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6866459Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6866636Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6866862Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867035Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867201Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867357Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867526Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867690Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6867874Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6868057Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6868250Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6868434Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6868613Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6868792Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6868959Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6869137Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6869307Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6869475Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6869651Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6869822Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6869999Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6870170Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6870350Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6870517Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6870694Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6870908Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6871082Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6871256Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6871425Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6871589Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6871763Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6871939Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6872099Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6872277Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6872494Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6872674Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6872842Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6873011Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6873180Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6873348Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6873504Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6873675Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:32:17.6873855Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.359s) 2022-12-01T10:32:17.6874028Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.361s) 2022-12-01T10:32:17.6874198Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.360s) 2022-12-01T10:32:17.6874367Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-12-01T10:32:17.6874538Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-12-01T10:32:17.6874707Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:32:17.6874877Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:32:17.6875036Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:32:17.6875206Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:32:17.6875371Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.362s) 2022-12-01T10:32:17.6875550Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6875733Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6875912Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6876087Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6876263Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6876478Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6876636Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6876803Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6876977Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6877148Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6877318Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6877500Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6877679Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6877857Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6878056Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6878221Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6878389Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6878553Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6878726Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6878895Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6879062Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6879246Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6879429Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6879605Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6879768Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6879942Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6880112Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6880278Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6880452Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6880629Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6880812Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6880990Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6881163Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6881349Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6881533Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6881716Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6881932Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882111Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882295Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882472Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882648Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882828Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6882992Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6883184Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6883412Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6883610Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6883800Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6883991Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6884178Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6884366Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6884554Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6884733Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6884921Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6885096Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6885293Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6885490Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6885667Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6885846Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6886025Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6886198Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6886360Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6886531Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6886702Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6886897Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6887093Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6887285Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6887516Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6887702Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6887889Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6888064Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6888252Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6888439Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6888629Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.6888807Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6889018Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6889202Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6889380Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6889556Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6889716Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6889884Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6890054Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6890231Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6890401Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6890575Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6890757Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6890938Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.6891115Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6891282Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6891457Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6891630Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6891801Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6891973Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6892146Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6892319Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6892503Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6892683Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6892881Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6893063Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6893236Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6893407Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6893573Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6893747Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6893915Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6894102Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6894284Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6894562Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6894750Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6894937Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6895123Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6895304Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6895481Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6895664Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6895840Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6896022Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6896189Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6896368Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6896546Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6896726Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6896904Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6897082Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6897259Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6897434Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6897608Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6897767Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6897942Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6898120Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6898301Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6898518Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6898691Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6898857Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6899031Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6899198Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6899359Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6899538Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6899718Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6899958Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6900133Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.6900304Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6900477Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6900652Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.6900825Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6900995Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6901178Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6901358Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6901537Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6901712Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6901883Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6902052Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6902225Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6902398Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6902561Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6902746Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6902928Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6903109Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6903289Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6903461Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6903631Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6903840Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6904014Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6904178Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6904346Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6904645Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6904832Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6905014Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6905192Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.6905370Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6905605Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6905779Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6905941Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.6906115Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6906289Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6906465Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6906636Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6906813Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6906985Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6907152Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6907326Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6907485Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6907659Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6907836Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6908010Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6908183Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6908358Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6908530Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6908703Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.6908872Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.6909027Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6909204Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6909380Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.6909600Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6909772Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6909938Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6910110Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6910283Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6910454Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6910611Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6910787Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6910963Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6911168Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6911342Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6911510Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6911674Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6911848Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6912017Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6912176Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6912345Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6912517Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6912697Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6912871Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6913053Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6913234Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6913412Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6913578Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6913749Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6913917Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6914089Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6914258Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6914430Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6914605Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6914776Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6914982Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6915141Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6915316Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6915491Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.6915664Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.6915833Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.6915998Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.6916169Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6916342Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6916541Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6916699Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6916869Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6917045Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6917219Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6917399Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6917580Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6917757Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6917934Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918105Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918264Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918431Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918597Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918768Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6918941Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919119Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919292Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919474Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919653Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919816Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6919987Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6920156Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6920330Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6920537Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6920706Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6920877Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6921046Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6921221Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6921380Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6921559Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6921736Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6921909Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6922112Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6922286Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.6922454Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6922623Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6922782Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6922947Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6923119Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6923291Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6923480Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6923657Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6923842Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6924025Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6924205Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6924373Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6924550Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6924731Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6924907Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6925083Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6925263Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6925440Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.6925617Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6925787Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6925980Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6926149Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6926321Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6926489Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6926658Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6926826Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6927010Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6927192Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6927375Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6927572Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6927752Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6927932Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6928110Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6928288Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6928463Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6928639Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6928812Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6928987Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6929142Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6929314Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6929483Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6929654Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6929822Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6929989Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6930159Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6930334Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6930501Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6930658Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6930825Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6930995Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6931163Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6931328Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6931533Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6931701Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6931868Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6932031Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6932203Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6932370Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6932536Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6932704Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6932875Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6933068Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6933238Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6933405Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6933568Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6933739Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6933906Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6934073Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6934251Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6934502Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6934677Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6934844Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6935023Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6935183Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6935366Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6935546Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6935724Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6935905Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936082Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936256Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936424Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936590Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936750Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6936918Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6937134Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6937314Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6937493Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6937674Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6937851Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938029Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938198Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938361Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938532Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938731Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6938904Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6939079Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6939249Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6939418Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6939587Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6939754Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6939911Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6940086Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6940253Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6940425Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6940595Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6940764Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6940931Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6941100Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6941256Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6941424Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6941588Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6941774Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.6941953Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.6942126Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.6942301Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.6942481Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-12-01T10:32:17.6942705Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:32:17.6942878Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:32:17.6943059Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-12-01T10:32:17.6943235Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.6943412Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.6943592Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:32:17.6943765Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:32:17.6943934Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:32:17.6944111Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-12-01T10:32:17.6944331Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6944601Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6944776Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6944945Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6945115Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6945281Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6945449Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6945620Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6945790Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6945955Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6946117Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6946289Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6946467Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6946645Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6946819Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.6946987Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:32:17.6947156Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6947326Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6947483Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6947654Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6947821Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.6947992Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.6948174Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6948415Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6948598Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6948779Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6948958Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6949122Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6949293Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6949469Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6949646Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6949822Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6950033Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.6950209Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.6950387Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6950566Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:32:17.6950734Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:32:17.6950919Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:32:17.6951100Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-12-01T10:32:17.6951283Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6951456Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6951634Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6951814Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6951993Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6952168Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6952326Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6952496Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6952669Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6952841Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6953011Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6953181Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6953352Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6953527Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6953700Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6953904Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6954086Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6954264Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6954439Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6954614Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6954790Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6954960Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6955126Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6955292Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6955484Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6955657Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6955830Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6956001Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6956171Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6956340Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6956507Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6956679Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6956839Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6957005Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6957171Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6957336Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6957501Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6957665Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6957842Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958020Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958198Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958358Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958536Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958709Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6958880Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6959055Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6959229Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6959440Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6959612Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6959793Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6959951Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6960134Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.6960316Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6960502Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.6960680Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6960856Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6961064Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.6961241Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6961411Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6961567Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6961743Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6961916Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6962099Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6962273Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6962458Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6962643Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6962824Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963003Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963171Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963348Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963525Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963703Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6963878Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6964054Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6964235Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6964413Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6964595Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6964765Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6964983Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6965157Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6965335Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6965508Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6965684Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6965857Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6966030Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6966203Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6966371Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6966580Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6966766Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6966950Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6967130Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.6967307Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6967485Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6967664Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6967840Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6967998Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6968165Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6968340Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6968509Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6969301Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:32:17.6969384Z r = func(*args, **kwargs) 2022-12-01T10:32:17.6969452Z ok (0.028s) 2022-12-01T10:32:17.6969641Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6969824Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.6969993Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.6970172Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.6970352Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.6970530Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6970743Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.6970925Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.6971109Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6971284Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6971472Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6971644Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6971829Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6972011Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6972194Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6972401Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6972582Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6972759Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6972936Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6973115Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6973290Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6973456Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6973636Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6973814Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6973986Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6974154Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6974391Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.6974566Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6974737Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.6974897Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.6975069Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.6975244Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:32:17.6975412Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6975588Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6975762Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.6975934Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6976102Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6976314Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6976470Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6976642Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.6976807Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6976974Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.6977139Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.6977316Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6977493Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:32:17.6977674Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:32:17.6977885Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:32:17.6978052Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.6978223Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.6978393Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:32:17.6978565Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6978738Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6978910Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6979084Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:32:17.6979258Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.6979436Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6979593Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.6979775Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6979956Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.6980137Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.6980313Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.6980491Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6980668Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.6980844Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6981016Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.6981171Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.6981346Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.6981519Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.6981690Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.6981888Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982061Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982230Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982401Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982557Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982727Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.6982903Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6983071Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6983251Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.6983467Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7000018Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7000276Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7000468Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7000646Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7000821Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7000997Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7001165Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7001341Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7001501Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7001672Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7001835Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002005Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002172Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002334Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002494Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002650Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002811Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7002978Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7003150Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7003322Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7003496Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7003681Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004078Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004246Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004428Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004608Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004790Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7004967Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7005139Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7005314Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7005490Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7005724Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7005886Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006065Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006244Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006424Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006603Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006783Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7006955Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7007128Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7007302Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7007468Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.7007648Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.7007829Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7008011Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7008193Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7008377Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.7008551Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:32:17.7008722Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.7008895Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:32:17.7009051Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.7009217Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:32:17.7009390Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.7009597Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:32:17.7009778Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.470s) 2022-12-01T10:32:17.7009958Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-12-01T10:32:17.7010807Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:32:17.7010890Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7010961Z ok (0.445s) 2022-12-01T10:32:17.7011140Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:32:17.7011354Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7011609Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7011838Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7012060Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7012281Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7012497Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7012713Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7012932Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7013146Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7013357Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7013558Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7013774Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7014001Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7014224Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7014562Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7014793Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7015019Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7015242Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7015497Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7015718Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7015933Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7016142Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7016358Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7016582Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7016825Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7017034Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7017246Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7017457Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7017661Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7017868Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7018072Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7018277Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7018468Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7018671Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7018874Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7019076Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7019300Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7019521Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7019746Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7019969Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7020187Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7020407Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7020644Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7020865Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7021087Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7021302Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7021518Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7021732Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7021944Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7022182Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7022394Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7022602Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7022809Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7023000Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7023202Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7023406Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7023612Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7023814Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7024017Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7024219Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:32:17.7024606Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7024787Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7024970Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7025136Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7025311Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7025481Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7025654Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7025826Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7025998Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7026214Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7026386Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7026542Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7026726Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7026908Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7027091Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7027270Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7027447Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7027623Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7027839Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028014Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028171Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028342Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028514Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028686Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7028856Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7029037Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7029213Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7029397Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7029579Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7029742Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7029916Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7030092Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7030266Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7030440Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7030616Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7030790Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7030961Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7031132Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7031289Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7031461Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7031633Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7031839Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7032012Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7032181Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7032350Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7032521Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7032677Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7032853Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7033032Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7033214Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7033421Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7033596Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7033780Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7033954Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034131Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034292Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034466Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034639Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034810Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7034982Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7035155Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7035350Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7035543Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7035733Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7035906Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7036103Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7036294Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7036483Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7036671Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7036859Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7037045Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7037229Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7037444Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7037614Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7037804Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7037990Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7038175Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7038358Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7038539Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7038715Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7038898Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7039123Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7039305Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7039476Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7039662Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7039840Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7040020Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7040220Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:32:17.7040419Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7040611Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:32:17.7040803Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7040989Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7041159Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7041342Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7041524Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7041721Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7041909Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7042094Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7042276Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7042469Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7042660Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7042832Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7043049Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7043244Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7043434Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7043623Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7043808Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7044016Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7044221Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7044426Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7044636Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7044825Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7045008Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7045191Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7045366Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7045555Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7045743Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7045930Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7046111Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7046292Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7046482Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7046670Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7046860Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7047055Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7047251Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7047443Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7047630Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7047820Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7048011Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7048185Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7048371Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7048589Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:32:17.7048779Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:32:17.7048962Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7049144Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:32:17.7049348Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:32:17.7049552Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:32:17.7049751Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7049937Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:32:17.7050159Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7050432Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7050648Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7050830Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7051022Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7051213Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7051402Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7051593Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7051772Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7051963Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7052152Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7052340Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7052529Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:32:17.7052719Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:32:17.7052906Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:32:17.7053093Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:32:17.7053282Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:32:17.7053474Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:32:17.7053653Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.7053840Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:32:17.7054028Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:32:17.7054255Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:32:17.7054527Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:32:17.7054722Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:32:17.7054913Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:32:17.7055101Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:32:17.7055293Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.380s) 2022-12-01T10:32:17.7055469Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.356s) 2022-12-01T10:32:17.7055659Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.321s) 2022-12-01T10:32:17.7055880Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.324s) 2022-12-01T10:32:17.7056085Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-12-01T10:32:17.7056292Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-12-01T10:32:17.7056493Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-12-01T10:32:17.7056694Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-12-01T10:32:17.7056885Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7057080Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7057271Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7057444Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7057631Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7057815Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7057999Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7058181Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7058366Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7058554Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7058737Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:32:17.7058920Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:32:17.7059091Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:32:17.7059272Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:32:17.7059448Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7059631Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:32:17.7059878Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:32:17.7060090Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:32:17.7060301Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:32:17.7060508Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:32:17.7060711Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:32:17.7060914Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:32:17.7061187Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-12-01T10:32:17.7061511Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.385s) 2022-12-01T10:32:17.7061696Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-12-01T10:32:17.7061879Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-12-01T10:32:17.7062078Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7062273Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7062467Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7062656Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7062923Z 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:32:17.7063172Z 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:32:17.7063431Z 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:32:17.7063678Z 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:32:17.7063864Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:32:17.7064050Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7064237Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7064646Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:32:17.7064839Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7065030Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7065215Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7065386Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7065631Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7065813Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7065998Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7066179Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7066369Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7066558Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7066743Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7066925Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7067128Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:32:17.7067352Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:32:17.7067553Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:32:17.7067743Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:32:17.7067931Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:32:17.7068118Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-12-01T10:32:17.7068301Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-12-01T10:32:17.7068486Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:32:17.7068678Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7068874Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7069045Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7069232Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7069425Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7069617Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7069806Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7069997Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7070193Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.7070389Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7070580Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7070755Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7070943Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7071162Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7071349Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7071535Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7071717Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7071898Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7072079Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7072261Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7072428Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7072619Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7072868Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7073073Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7073258Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7073441Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7073631Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:32:17.7073824Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:32:17.7074019Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:32:17.7074210Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-12-01T10:32:17.7074385Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:32:17.7074573Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:32:17.7074761Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-12-01T10:32:17.7074945Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:32:17.7075135Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-12-01T10:32:17.7075318Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-12-01T10:32:17.7075498Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:32:17.7075677Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:32:17.7075854Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-12-01T10:32:17.7076014Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:32:17.7076185Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:32:17.7076360Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.188s) 2022-12-01T10:32:17.7076540Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:32:17.7076747Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7076923Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077101Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077281Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077457Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077615Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077786Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7077957Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7078130Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7078348Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7078520Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7078702Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7078874Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079037Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079212Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079381Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079553Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079726Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7079897Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7080065Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7080240Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7080411Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7080574Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7080782Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7080959Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081134Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081307Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081478Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081649Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081820Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7081988Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7082149Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7082358Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7082535Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7082716Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7082888Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083059Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083232Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083402Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083570Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083729Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7083899Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7084115Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7084300Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7084479Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7084673Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7084860Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7085054Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7085254Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7085433Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7085625Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7085814Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7086002Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7086187Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7086372Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7086556Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7086744Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7086930Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7087099Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7087283Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7087467Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7087652Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7087835Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7088051Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7088243Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7088429Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7088614Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7088783Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7088969Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7089148Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:32:17.7089323Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:32:17.7089511Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7089763Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7089951Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7090139Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7090324Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7090492Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7090673Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7090857Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7091038Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7091217Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7091399Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7091581Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7091767Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7091948Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7092120Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7092307Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7092492Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7092673Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7092852Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7093030Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7093208Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7093379Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7093597Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7093765Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7093946Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7094124Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7094381Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7094569Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7094752Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7094934Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7095113Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7095356Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7095521Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7095702Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7095879Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7096054Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7096239Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7096413Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7096604Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7096793Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7096974Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7097141Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7097323Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7097501Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7097683Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7097859Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7098041Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7098221Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7098400Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7098574Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7098736Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7098908Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7099081Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7099294Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7099469Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7099643Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7099812Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7099996Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.676s) 2022-12-01T10:32:17.7100183Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.627s) 2022-12-01T10:32:17.7100354Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.616s) 2022-12-01T10:32:17.7100536Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.620s) 2022-12-01T10:32:17.7100718Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.763s) 2022-12-01T10:32:17.7100933Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.511s) 2022-12-01T10:32:17.7101110Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.546s) 2022-12-01T10:32:17.7101284Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.546s) 2022-12-01T10:32:17.7101460Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.629s) 2022-12-01T10:32:17.7101638Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.493s) 2022-12-01T10:32:17.7101818Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7101978Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7102160Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7102339Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7102519Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7102693Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7102864Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7103042Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7103221Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7103393Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7103553Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7103731Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.7103909Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7104087Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.7104262Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7104561Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7104731Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7104903Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7105109Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7105280Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7105451Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7105622Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7105797Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7105966Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7106138Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7106310Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7106483Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7106673Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7106843Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7107011Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7107178Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7107348Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7108015Z 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:32:17.7108122Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:32:17.7108205Z should be replaced with 2022-12-01T10:32:17.7108330Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:32:17.7108379Z and 2022-12-01T10:32:17.7108507Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:32:17.7108590Z should be replaced with 2022-12-01T10:32:17.7108840Z 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:32:17.7108981Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:32:17.7109051Z ok (0.039s) 2022-12-01T10:32:17.7109230Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7109405Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7109567Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7110153Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:32:17.7110285Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:32:17.7110378Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:32:17.7110460Z should be replaced with 2022-12-01T10:32:17.7110692Z 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:32:17.7110774Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7110848Z ok (0.044s) 2022-12-01T10:32:17.7111017Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7111233Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7111415Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:32:17.7111602Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7111789Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7111972Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7112150Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7112330Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7112503Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7112698Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7112877Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7113051Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7113226Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7113400Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7113571Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7113741Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7113912Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7114081Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7114237Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7114404Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7114578Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7114746Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7114923Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7115099Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7115268Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7115443Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7115601Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7115773Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7115941Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7116111Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7116280Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7116449Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7116614Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7116834Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-12-01T10:32:17.7117020Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:32:17.7117192Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7117372Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:32:17.7117550Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.7117731Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.7117910Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:32:17.7118093Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:32:17.7118318Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:32:17.7118503Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7118685Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7118850Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7119029Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:32:17.7119205Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:32:17.7119386Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.7119565Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:32:17.7119746Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.7119921Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-12-01T10:32:17.7120108Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:32:17.7120293Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:32:17.7120463Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:32:17.7120645Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:32:17.7120824Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.7121006Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7121190Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:32:17.7121372Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7121553Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.7121738Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:32:17.7121925Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:32:17.7122095Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:32:17.7122308Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:32:17.7122489Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:32:17.7122667Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7122843Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:32:17.7123027Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:32:17.7123207Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7123400Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7123592Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7123773Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7123990Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7124178Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7124364Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7124548Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7124730Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7124914Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7125097Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7125285Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7125460Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7125647Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7125830Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7126014Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7126192Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7126373Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7126550Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7126733Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7126914Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7127095Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7127261Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7127447Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7127631Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7127845Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7128026Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7128204Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7128379Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7128558Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7128738Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7128904Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7129086Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7129265Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7129484Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7129677Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7129888Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7130147Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7130413Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7130667Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7130936Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:32:17.7131241Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-12-01T10:32:17.7131507Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.7131792Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:32:17.7132090Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:32:17.7132392Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-12-01T10:32:17.7132727Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-12-01T10:32:17.7133079Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:32:17.7133434Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.866s) 2022-12-01T10:32:17.7133760Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.740s) 2022-12-01T10:32:17.7134114Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.748s) 2022-12-01T10:32:17.7134560Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.754s) 2022-12-01T10:32:17.7134907Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.889s) 2022-12-01T10:32:17.7135261Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.891s) 2022-12-01T10:32:17.7135599Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.880s) 2022-12-01T10:32:17.7136052Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.752s) 2022-12-01T10:32:17.7136396Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.742s) 2022-12-01T10:32:17.7136738Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.742s) 2022-12-01T10:32:17.7137062Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.747s) 2022-12-01T10:32:17.7137397Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.745s) 2022-12-01T10:32:17.7137751Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7138103Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7138449Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7138801Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.928s) 2022-12-01T10:32:17.7139207Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.926s) 2022-12-01T10:32:17.7139559Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.930s) 2022-12-01T10:32:17.7139910Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.917s) 2022-12-01T10:32:17.7140253Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.454s) 2022-12-01T10:32:17.7140620Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-12-01T10:32:17.7140986Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.463s) 2022-12-01T10:32:17.7141356Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.460s) 2022-12-01T10:32:17.7141709Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.458s) 2022-12-01T10:32:17.7142067Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.455s) 2022-12-01T10:32:17.7142406Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7142763Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:32:17.7143115Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:32:17.7143446Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-12-01T10:32:17.7143789Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:32:17.7144133Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:32:17.7144873Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:32:17.7145230Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-12-01T10:32:17.7145576Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:32:17.7145919Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:32:17.7146286Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7146641Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7147114Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7147479Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7147830Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7148185Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7148542Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7148892Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7149245Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7149588Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7149940Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7150370Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7150714Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7151059Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7151412Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7151774Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7152117Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7152462Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7152815Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7153153Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7153499Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7153827Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7154175Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7154524Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7154885Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7155246Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7155606Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7155966Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7156313Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7156668Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7157004Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.725s) 2022-12-01T10:32:17.7157382Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7157830Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7158190Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.094s) 2022-12-01T10:32:17.7158532Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.317s) 2022-12-01T10:32:17.7158876Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.869s) 2022-12-01T10:32:17.7159220Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.831s) 2022-12-01T10:32:17.7159561Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.971s) 2022-12-01T10:32:17.7159904Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.796s) 2022-12-01T10:32:17.7160225Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.874s) 2022-12-01T10:32:17.7160579Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.7160975Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:32:17.7161331Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:32:17.7161683Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-12-01T10:32:17.7162030Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.7162384Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.7162723Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:32:17.7163055Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:32:17.7163370Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:32:17.7163709Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:32:17.7164050Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:32:17.7164388Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-12-01T10:32:17.7164737Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.701s) 2022-12-01T10:32:17.7165121Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7165501Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7165842Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.685s) 2022-12-01T10:32:17.7166187Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.673s) 2022-12-01T10:32:17.7166509Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.659s) 2022-12-01T10:32:17.7166848Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.751s) 2022-12-01T10:32:17.7167193Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.814s) 2022-12-01T10:32:17.7167531Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.852s) 2022-12-01T10:32:17.7167870Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.764s) 2022-12-01T10:32:17.7168301Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.752s) 2022-12-01T10:32:17.7168646Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:32:17.7168998Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-12-01T10:32:17.7169339Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:32:17.7169667Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:32:17.7170006Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.193s) 2022-12-01T10:32:17.7170333Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.7170667Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:32:17.7170993Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.7171385Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.7171722Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:32:17.7172069Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7172426Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7172763Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7173110Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7173457Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7173813Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7174152Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7174604Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7174954Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7175297Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7175641Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7175962Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7176301Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7176642Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7176985Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7177353Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7177717Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7178085Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7178456Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7178820Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7179241Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7179610Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7179965Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7180322Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7180676Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7181049Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7181417Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7181794Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7182240Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7182590Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7182955Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7183323Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7183686Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7184051Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7184560Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7184906Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7185249Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7185596Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7185928Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7186254Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7186586Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7186920Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7187246Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7187587Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7187931Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7188266Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7188610Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7188957Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7189280Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7189614Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7190054Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7190402Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7190737Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7191077Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7191413Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7191747Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7192061Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7192395Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7192734Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7193180Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7193561Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7193945Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7194335Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7194718Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7195098Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7195477Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7195845Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7196220Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7196589Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7196963Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7197326Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7197705Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7198081Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7198474Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7198861Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7199221Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7199605Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7199979Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7200359Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7200787Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7201158Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7201540Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7201904Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7202250Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7202586Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7202921Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7203267Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7203663Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7204006Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7204348Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7204689Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7205024Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7205359Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7205726Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7206072Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7206439Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7206793Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7207158Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7207516Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7207874Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7208222Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7208581Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7208948Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7209306Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7209671Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7210044Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7210410Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7210772Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7211204Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7211569Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7211931Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7212298Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7212667Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7212997Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7213337Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7213681Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7214058Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7214474Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7214819Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7215156Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7215487Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7215809Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7216130Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7216466Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7216840Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7217210Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7217542Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7217871Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7218194Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7218515Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7218820Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7219145Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7219469Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7219813Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7220145Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7220482Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7220808Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7221133Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7221462Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7221889Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7222220Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7222547Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7222881Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7223229Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7223563Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7223903Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7224258Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7224729Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7225143Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7225484Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7225816Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7226154Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7226490Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7226819Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7227149Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7227480Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7227818Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7228136Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7228471Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7228795Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7229121Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7229445Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7229767Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7230091Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7230424Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7230743Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7231077Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7231411Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7231747Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7232080Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7232414Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7232840Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7233176Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7233502Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7233809Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7234129Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7234451Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7234769Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7235090Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7235443Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7235847Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7236210Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7236538Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7236855Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7237191Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7237519Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7237851Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7238171Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7238492Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7238810Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7239129Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7239447Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7239807Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7240178Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7240541Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7240900Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7241263Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7241628Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7241984Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7242343Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7242722Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7243068Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7243501Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7243861Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7244218Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7244576Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7244943Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7245305Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7245674Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7246042Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7246450Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7246790Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7247145Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7247508Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7247875Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7248230Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7248582Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7248928Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7249267Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7249620Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7249947Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7250282Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7250624Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7250960Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7251313Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7251652Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7251995Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:32:17.7252337Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:32:17.7252675Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:32:17.7252993Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:32:17.7253339Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7253682Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7254120Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7254535Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7254875Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7255210Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7255555Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7255899Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7256237Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.264s) 2022-12-01T10:32:17.7256587Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.203s) 2022-12-01T10:32:17.7256929Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7257371Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7257718Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7258052Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7258378Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7258709Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7259046Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7259365Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7259695Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7260035Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7260395Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7260746Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7261101Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7261460Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7261821Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7262176Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7262511Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7262853Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7263197Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7263537Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7263872Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7264204Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7264672Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7265109Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7265439Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7265762Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7266098Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7266436Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7266766Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7267088Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7267416Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7267736Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7268122Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7268425Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7268742Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7269069Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7269422Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7269696Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7269936Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7270179Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7270418Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7270697Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7270940Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7271145Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7271374Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7271625Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7271881Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7272130Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7272379Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7272636Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7272879Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7273103Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7273353Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7273601Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7273923Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7274176Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7274433Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7274680Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7274929Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7275181Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7275413Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7275641Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7275892Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7276202Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7276448Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7276694Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7276952Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7277210Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7277469Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:32:17.7277725Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7277982Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:32:17.7278261Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7278527Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7278787Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7279030Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7279283Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7279523Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7279773Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7280018Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7280298Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7280567Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7280848Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7281130Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7281408Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7281670Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7282021Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7282290Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7282537Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7282796Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7283054Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7283323Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:32:17.7283589Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:32:17.7283836Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7284091Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7284402Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7284659Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7284901Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7285145Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7285391Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7285636Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7285891Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7286139Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7286386Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7286619Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7286868Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7287102Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7287356Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7287611Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7287881Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7288146Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7288407Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:32:17.7288646Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:32:17.7288890Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7289144Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7289370Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7289614Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7289954Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7290202Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7290470Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7290715Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7290986Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7291229Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7291490Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7291728Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7291987Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7292312Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7292578Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7292811Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7293058Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7293297Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7293523Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:32:17.7293768Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7293998Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7294252Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7294643Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7294959Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7295293Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7295596Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7295917Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7296234Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7296539Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7296855Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7297143Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7297439Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7297733Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7298099Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7298392Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7298682Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7298959Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7299245Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7299522Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7299817Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7300147Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7300434Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7300722Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7300999Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7301266Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7301545Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7301835Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7302116Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7302397Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7302665Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7302944Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7303228Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7303510Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7303807Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:32:17.7304086Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-12-01T10:32:17.7304509Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-12-01T10:32:17.7304809Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:32:17.7305091Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:32:17.7305364Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:32:17.7305621Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7305985Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:32:17.7306276Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7306548Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7306823Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7307114Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7307400Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7307702Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7308065Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7308386Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7308632Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7308904Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7309202Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7309502Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7309788Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:32:17.7310080Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:32:17.7310363Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7310645Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7310931Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7312217Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:32:17.7312325Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7312411Z ok (0.077s) 2022-12-01T10:32:17.7312712Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-12-01T10:32:17.7313011Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.425s) 2022-12-01T10:32:17.7313290Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:32:17.7313559Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:32:17.7313837Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7314132Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:32:17.7314509Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:32:17.7314785Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7315074Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7315363Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7315642Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7315920Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7316211Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7316570Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7316852Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7317129Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7317424Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-12-01T10:32:17.7317701Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-12-01T10:32:17.7318002Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:32:17.7318304Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-12-01T10:32:17.7318596Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-12-01T10:32:17.7318875Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:32:17.7319158Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:32:17.7319449Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-12-01T10:32:17.7319739Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-12-01T10:32:17.7320033Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:32:17.7320326Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:32:17.7320595Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:32:17.7320873Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7321157Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7321437Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7321705Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7322058Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7323988Z 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:32:17.7324401Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:32:17.7324496Z ok (0.042s) 2022-12-01T10:32:17.7324770Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7325025Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7325375Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7325648Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7325932Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7326227Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:32:17.7326520Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:32:17.7326825Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:32:17.7327134Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7327441Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7327747Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7328026Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:32:17.7328295Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.364s) 2022-12-01T10:32:17.7328577Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:32:17.7328873Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7329160Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7329448Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7329733Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7330056Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7330382Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7330702Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7331099Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7331419Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7331751Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7332077Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7332404Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7332731Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7333046Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7333408Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7333739Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7334059Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7334462Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7334779Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7335067Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-12-01T10:32:17.7335372Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:32:17.7335677Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-12-01T10:32:17.7335965Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-12-01T10:32:17.7336256Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.294s) 2022-12-01T10:32:17.7336545Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.342s) 2022-12-01T10:32:17.7336806Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.339s) 2022-12-01T10:32:17.7337059Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7337316Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7337589Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7337848Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7338121Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7338401Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7338690Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7339051Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7339328Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7339619Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7339908Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7340195Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7340467Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7340748Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7341025Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7341366Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7341659Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7341941Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7342223Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7342499Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7342775Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7343055Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7343317Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7343597Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7343869Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7344136Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7344543Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7344851Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-12-01T10:32:17.7345159Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.342s) 2022-12-01T10:32:17.7345461Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:32:17.7345749Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7346030Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7346296Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7346580Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7346872Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-12-01T10:32:17.7347260Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:32:17.7347540Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.195s) 2022-12-01T10:32:17.7347835Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7348119Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7348407Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7348702Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7348993Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7349370Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7349690Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7349972Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7350262Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7350553Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7350842Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7351148Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7351451Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7351748Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7352040Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7352310Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7352602Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7352911Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7354159Z 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:32:17.7354507Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:32:17.7354603Z ok (0.028s) 2022-12-01T10:32:17.7354885Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7355152Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7355502Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7355776Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7356036Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7356308Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7356569Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7356828Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7357094Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7357372Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7357742Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7358033Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7358307Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7358579Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7358838Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7359111Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7359390Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7359656Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7359923Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:32:17.7360192Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7360455Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7360727Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7361002Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7361268Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7361582Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7361892Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7362196Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7362491Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7362781Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7363071Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7363437Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7363746Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7364048Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7364331Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:32:17.7364623Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.7364909Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:32:17.7365197Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7365538Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.7365823Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:32:17.7366110Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.695s) 2022-12-01T10:32:17.7366387Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.054s) 2022-12-01T10:32:17.7366665Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.638s) 2022-12-01T10:32:17.7366943Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.361s) 2022-12-01T10:32:17.7367215Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.756s) 2022-12-01T10:32:17.7367501Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.390s) 2022-12-01T10:32:17.7367784Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.419s) 2022-12-01T10:32:17.7368073Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.299s) 2022-12-01T10:32:17.7368361Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.499s) 2022-12-01T10:32:17.7368642Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.412s) 2022-12-01T10:32:17.7368938Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:32:17.7369236Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:32:17.7369516Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.415s) 2022-12-01T10:32:17.7369789Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.465s) 2022-12-01T10:32:17.7370060Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.257s) 2022-12-01T10:32:17.7370348Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-12-01T10:32:17.7370636Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:32:17.7370905Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-12-01T10:32:17.7371285Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:32:17.7371582Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:32:17.7371864Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7372127Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7373266Z 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:32:17.7373508Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:32:17.7373674Z ok (0.005s) 2022-12-01T10:32:17.7373953Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7374230Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7374607Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7374892Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7375193Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7375500Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7375820Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7376139Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7376464Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7376732Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:32:17.7377021Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7377300Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:32:17.7377575Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7377831Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7378117Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7378401Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7378679Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:32:17.7378955Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:32:17.7379216Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:32:17.7379587Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7379882Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:32:17.7380182Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:32:17.7380476Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:32:17.7380761Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:32:17.7381046Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7381321Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:32:17.7381640Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7381927Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7382185Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7382477Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:32:17.7382768Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7383057Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7383366Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7383658Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7383942Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7384229Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7384644Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7384933Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7385204Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7385491Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7385771Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7386050Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7386348Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7386643Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7386938Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7387228Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7387636Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7387937Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7388216Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7388510Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7388807Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7389126Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7389434Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7389737Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7390108Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7390415Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7390717Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7391012Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7391311Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7391605Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7391884Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7392169Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7392443Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7392711Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7392975Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7393258Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7393544Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7393814Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7394109Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7394398Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7394691Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7394972Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7395258Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7395629Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7395921Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7396227Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7396527Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7396809Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7397110Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7397405Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7397709Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7398070Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7398367Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7398649Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7398940Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7399234Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7399526Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7399818Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-12-01T10:32:17.7400108Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-12-01T10:32:17.7400395Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-12-01T10:32:17.7400685Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.222s) 2022-12-01T10:32:17.7400976Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:32:17.7401265Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-12-01T10:32:17.7401555Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:32:17.7401849Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-12-01T10:32:17.7402134Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7402411Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7402673Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7402950Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7403213Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7403565Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7403832Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7404098Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7404368Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7404647Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7404918Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7405181Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7405462Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7405811Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7406104Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7406378Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7406644Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7406909Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7407186Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7407468Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7407745Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7408031Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:32:17.7408303Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7408576Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7408832Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7409121Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7409413Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7409689Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7409953Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7410222Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7410493Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7410777Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7411063Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7411346Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7411681Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7411948Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7412236Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7412512Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7412774Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7413036Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7413321Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7413690Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7414004Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7414369Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7414672Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7414955Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7415246Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7415539Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7415839Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7416113Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7416401Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7416688Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7416982Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7417267Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7417560Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7417863Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7418143Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7418436Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7418730Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7418986Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7419268Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7419634Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7419913Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7420185Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7420456Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7420717Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7420995Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7421275Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7421550Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7421897Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7422190Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7422481Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7422762Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7423038Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7423319Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7423594Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7423842Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7424087Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7424326Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7424758Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7425043Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7425303Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7425578Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7425860Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7426139Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7426412Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7426732Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7427040Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7427328Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7427737Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7428037Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7428329Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7428623Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7428913Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7429202Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7429514Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7429908Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7430243Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7430543Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7430868Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7431179Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7431496Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7431813Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7432123Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7432437Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7432753Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7433029Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-12-01T10:32:17.7433313Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.233s) 2022-12-01T10:32:17.7433585Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-12-01T10:32:17.7433857Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-12-01T10:32:17.7434133Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-12-01T10:32:17.7434410Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:32:17.7435320Z 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:32:17.7435686Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:32:17.7435777Z ok (0.004s) 2022-12-01T10:32:17.7436073Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7436367Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7437206Z 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:32:17.7437483Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:32:17.7437565Z ok (0.008s) 2022-12-01T10:32:17.7437867Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7438156Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7438506Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7438768Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7439019Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7439277Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7439527Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7439784Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7440016Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7440272Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7440521Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7440776Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7441010Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7441268Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7441510Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7441750Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7441979Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7442241Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7442500Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7442760Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7442996Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7443227Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7443483Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7443765Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7444137Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7444376Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7444638Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7444899Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7445162Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7445424Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7445672Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7445933Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7446185Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7446503Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7446759Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7447009Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7447243Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7447487Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7447730Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7447960Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7448184Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7448457Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7448727Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7448997Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7449277Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7449549Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7449813Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7450094Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7450363Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7450628Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7450891Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7451148Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7451393Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7451643Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7451892Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7452217Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7452472Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7452715Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7452957Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7453204Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7453457Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7453714Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7453961Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7454227Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7454620Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7454876Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7455122Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7455369Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7455604Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7455851Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7456089Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7456357Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:32:17.7456610Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:32:17.7456863Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:32:17.7457111Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:32:17.7457367Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7457620Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7457882Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7458139Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7458383Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7458633Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7458893Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7459139Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7459392Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7459645Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7459898Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7460221Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7460495Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.358s) 2022-12-01T10:32:17.7460738Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.277s) 2022-12-01T10:32:17.7461004Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7461262Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7461517Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7461784Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7462055Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7462315Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7462626Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7462875Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7463127Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7463380Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7463611Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7463882Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7464159Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7464612Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-12-01T10:32:17.7464905Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.457s) 2022-12-01T10:32:17.7465178Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-12-01T10:32:17.7465453Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.454s) 2022-12-01T10:32:17.7465702Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7465968Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7466291Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7466592Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7466885Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7467170Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7467445Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7467703Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7467999Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7468300Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7468571Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7468971Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7469257Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7469527Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7469797Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7470067Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7470335Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7470599Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7470949Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7471222Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7471505Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7471770Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7472036Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7472296Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7472567Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7472851Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7473102Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7473386Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7473658Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7473934Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7474198Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7474474Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7474752Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7475025Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7475302Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7475575Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7475834Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7476107Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7476382Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7476742Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7477029Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7477307Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7477583Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7477852Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7478123Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7478494Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7478836Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7479236Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7479587Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7479930Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7480204Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7480458Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7480684Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7480932Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7481188Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7481432Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7481695Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7481963Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7482227Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7482510Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7482799Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7483091Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7483377Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7483647Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7483916Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7484154Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7484392Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7484631Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7484881Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7485241Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7485495Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7485773Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7486015Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7486271Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7486530Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7486776Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7487029Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7487286Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7487609Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7487868Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7488120Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7488362Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7488625Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7488880Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7489124Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7489376Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7489628Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7489876Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7490132Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7490381Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7490610Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7490853Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7491758Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:32:17.7492087Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:32:17.7492200Z Q, R = torch.qr(A, some) 2022-12-01T10:32:17.7492311Z should be replaced with 2022-12-01T10:32:17.7492834Z 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:32:17.7492936Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7493007Z ok (0.029s) 2022-12-01T10:32:17.7493240Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7493468Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7493717Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7494060Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.154s) 2022-12-01T10:32:17.7494397Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.152s) 2022-12-01T10:32:17.7494658Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7494910Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7495173Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7495416Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7495637Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7495885Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7496140Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7496452Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7496709Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7496968Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7497226Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7497462Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7497718Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7497982Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7498241Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7498500Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7498754Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7499017Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7499277Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7499539Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7499792Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7500042Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7500307Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7500565Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7500821Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7501084Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:32:17.7501332Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7501597Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7501853Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7502187Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7502438Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7502694Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7502942Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7503205Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7503481Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7503743Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7503998Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7504248Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7504749Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7505003Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7505256Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7505501Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7505768Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7506033Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7506286Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7506546Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7506795Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7507005Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7507254Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7507496Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7507752Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7507994Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7508240Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7508510Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7508761Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7509007Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7509251Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7509490Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7509739Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7509987Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7510327Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7510573Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7510823Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7511078Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7511326Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7511563Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7511832Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7512099Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7512377Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7512695Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7512972Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7513235Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7513499Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7513758Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7514002Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7514247Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7514505Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7514751Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7515008Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7515261Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7515512Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7515759Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7516018Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7516248Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7516503Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7516759Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7517006Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7517250Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7517503Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7517766Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7518021Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7518267Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7518573Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7518835Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7519088Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7519362Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7519624Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:32:17.7519883Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7520138Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7520390Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7520650Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7520941Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7521192Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7521449Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7521706Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7521995Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7522280Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7522567Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7522851Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7523134Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7523399Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7523672Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7523938Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7524207Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7524473Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7524741Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7525009Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7525272Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7525541Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7525794Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7526057Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7526340Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7526691Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7526965Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7527233Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7527499Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7527748Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7528011Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7528232Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7528479Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7528740Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7529059Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7529316Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7529592Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7529864Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7530142Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:32:17.7530401Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7530639Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7530892Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7531139Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7531379Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7531622Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7531860Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7532104Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:32:17.7532344Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7532613Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7532874Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7533134Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7533378Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7533634Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7533886Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7534137Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7534470Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7534801Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7535065Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7535310Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7535584Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7535850Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7536121Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7536355Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7536602Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7536871Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7537202Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7537469Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7537715Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7537971Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7538241Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7538511Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7538794Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7539070Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7539361Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7539650Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7539921Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7540175Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7540430Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7540698Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7540969Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7541244Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7541504Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7541774Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7542042Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7542318Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7542567Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7542847Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7543189Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7543458Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7543729Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7544003Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7544277Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7544660Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7544933Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7545195Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7545568Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7545829Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7546092Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7546352Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7546622Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7546887Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7547143Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7547416Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:32:17.7547650Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7547917Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7548165Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7548427Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7548675Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7548942Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7549201Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7549462Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7549714Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7549994Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7550251Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7550512Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7550775Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7551028Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7551273Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7551598Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7551855Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7552096Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7552334Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7552567Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7552809Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7553047Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7553293Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7553539Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7553798Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7554120Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7554410Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7554691Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7554967Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7555245Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7555519Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7555812Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7556118Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7556408Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7556688Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7556940Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7557200Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7557467Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7557740Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7558003Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7558262Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7558527Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7558786Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7559038Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7559283Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7559529Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7559882Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7560145Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7560413Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7560670Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7560925Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7561190Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7561455Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7561695Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7561962Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7562211Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7562538Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7562827Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7563093Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7563371Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7563639Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7563911Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7564174Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7564436Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7564698Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7564969Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7565239Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7565505Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7565781Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7566054Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7566327Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7566589Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7566861Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7567125Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7567387Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7567636Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7567897Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7568160Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7568492Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7568756Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7569006Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7570096Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:32:17.7570212Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7570308Z ok (0.019s) 2022-12-01T10:32:17.7570578Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7570854Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7571192Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7571468Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7571736Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7572001Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7572264Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7572533Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7572799Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7573045Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7573286Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7573570Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7573846Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7574108Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7574462Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7574718Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7574990Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7575270Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7575537Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7575816Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7576090Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7576366Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7576708Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7576982Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7577246Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7577515Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7577778Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7578047Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7578329Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7578611Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7578890Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7579245Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7579522Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7579791Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7580067Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7580346Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7580633Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7580900Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7581170Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7581449Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7581724Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7582007Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7582272Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:32:17.7582532Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7582802Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7583063Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7583337Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7583610Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7585323Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:32:17.7585540Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7586783Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:32:17.7586924Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7587041Z ok (0.124s) 2022-12-01T10:32:17.7587350Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:32:17.7587653Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:32:17.7587987Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:32:17.7588397Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7588718Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7589047Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:32:17.7589368Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:32:17.7589690Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:32:17.7590027Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:32:17.7590379Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:32:17.7590709Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:32:17.7591047Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:32:17.7591390Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:32:17.7591728Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:32:17.7592063Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:32:17.7592397Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:32:17.7592718Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7593036Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7593362Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7593688Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7593981Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7594296Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7594610Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7594921Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7595298Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7595603Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7595899Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7596207Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7596504Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7596852Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7597192Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7597532Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7597867Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7598265Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7598595Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7598865Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7599190Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7599511Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7599813Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7600137Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7600446Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7600761Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7601068Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7601370Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7601677Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7601986Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7602273Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7602574Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7602882Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7603195Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7603503Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7603809Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7604121Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7604431Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7604737Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7605035Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7605424Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7605725Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7606036Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7606327Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:32:17.7606620Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7606917Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7607219Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:32:17.7607515Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:32:17.7607820Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7608216Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7608543Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7608845Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7609167Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7609474Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7609770Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7610064Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7610363Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7610643Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7610924Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7611205Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7611486Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7611798Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7612101Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7612400Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7612706Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7613002Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7613290Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7613587Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7613887Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7614200Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7614590Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7614901Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7615285Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7615585Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7615869Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7616164Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7616475Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7616782Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7617088Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7617396Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7617701Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7618115Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7618433Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7618727Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7619039Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7619328Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7619626Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7619919Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7620225Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7620536Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7620850Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7621138Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7621408Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7621689Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7621955Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7622218Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7622482Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7622758Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7623035Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7623321Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7623593Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7623882Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7624179Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7624629Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7625056Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7625363Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7625676Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7625974Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7626284Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7626571Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7626874Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7627167Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7627487Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7627866Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7628194Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7628513Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7628824Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7629138Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7629417Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7629725Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7630035Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7630341Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7630630Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7630933Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7631233Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7631551Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7631870Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7632161Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7632497Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7632844Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7633161Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7633472Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7633781Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7634103Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7634423Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7634811Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7635110Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7635412Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7635730Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7636046Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7636376Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7636696Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7637012Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7637310Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7637671Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7637973Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:32:17.7638293Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7638613Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:32:17.7638919Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7639231Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:32:17.7639520Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7639803Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7640090Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7640376Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7640650Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:32:17.7640929Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7641201Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7641483Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7641778Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7642074Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7643569Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:32:17.7643691Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7643788Z ok (0.009s) 2022-12-01T10:32:17.7644083Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7644451Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7644734Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7645002Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7645275Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7645547Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7645815Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7646075Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7646340Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7646683Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7646942Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7647215Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7647484Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7647757Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7648027Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7648294Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7648565Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7648837Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7649099Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7649367Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7649620Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7649881Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7650138Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7650408Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7650673Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7650938Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7651197Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7651458Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7651724Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7651981Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7652249Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7652608Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7652878Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7653155Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7653454Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7653779Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7654112Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7654524Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7654833Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7655246Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7655586Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7655915Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7656238Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7656602Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7656970Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7657334Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7657694Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7658048Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7658387Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7658744Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7659106Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7659453Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7659790Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7660150Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7660520Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7660892Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7661281Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7661664Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7662059Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7662944Z 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:32:17.7663708Z 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:32:17.7664728Z 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:32:17.7665489Z 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:32:17.7666242Z 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:32:17.7667090Z 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:32:17.7667843Z 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:32:17.7668594Z 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:32:17.7669349Z 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:32:17.7670112Z 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:32:17.7670875Z 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:32:17.7671620Z 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:32:17.7672355Z 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:32:17.7673104Z 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:32:17.7673858Z 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:32:17.7674611Z 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:32:17.7674979Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7675344Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7675710Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7676069Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7676518Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7676876Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7677216Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7677570Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7677927Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7678293Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7678662Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7679028Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7679389Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7679822Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7680180Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7680521Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7680883Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7681282Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7681681Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7682083Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7682477Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7682870Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7683263Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7683652Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7684046Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7684425Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7684827Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7685229Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7685622Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7686014Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7686407Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7686802Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7687195Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7687630Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7687974Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7688330Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7688682Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7689033Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7689382Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7689729Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7690078Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7690428Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7690837Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7691181Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7691541Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7691889Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7692244Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7692589Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7692939Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7693294Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7693653Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7694009Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7694418Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7694772Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7695128Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7695481Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7695834Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7696185Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7696586Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7696986Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7697388Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7697782Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7698162Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7698639Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7699037Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7699431Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7700224Z 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:32:17.7700985Z 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:32:17.7701743Z 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:32:17.7702560Z 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:32:17.7703312Z 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:32:17.7704055Z 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:32:17.7704883Z 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:32:17.7705646Z 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:32:17.7706001Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7706372Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7706740Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7707105Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7707469Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7707836Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7708203Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7708570Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7708964Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7709345Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7709737Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7710123Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7710513Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7710895Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7711394Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7711773Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7712162Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7712555Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7712947Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7713317Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7713699Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7714142Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7714531Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7714912Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7715298Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7715681Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7716065Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7716448Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7716818Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7717199Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7717582Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7717966Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7718350Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7718738Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7719124Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7732334Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7732790Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7733179Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7733569Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7733938Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7734409Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7734896Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7735268Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7735636Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7735992Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7736338Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7736693Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7737051Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7737395Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7737761Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7738208Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7738577Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7738938Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7739299Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7739657Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7740016Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7740378Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7740814Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7741223Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7741644Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7742058Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7742473Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7742877Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7743304Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7743723Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7744135Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7744690Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7745097Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7745489Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7746004Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7746388Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7746667Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7746948Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7747257Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7747588Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7747895Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7748214Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7748617Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7748937Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7749254Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7749584Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7749918Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7750650Z 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:32:17.7751336Z 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:32:17.7752002Z 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:32:17.7752646Z 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:32:17.7753286Z 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:32:17.7753863Z 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:32:17.7754444Z 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:32:17.7755058Z 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:32:17.7755664Z 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:32:17.7756221Z 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:32:17.7756880Z 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:32:17.7757488Z 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:32:17.7758181Z 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:32:17.7758841Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:32:17.7759460Z 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:32:17.7760138Z 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:32:17.7760795Z 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:32:17.7761452Z 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:32:17.7762145Z 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:32:17.7762857Z 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:32:17.7763514Z 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:32:17.7764191Z 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:32:17.7764906Z 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:32:17.7765633Z 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:32:17.7766385Z 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:32:17.7767118Z 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:32:17.7767854Z 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:32:17.7768594Z 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:32:17.7769417Z 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:32:17.7770148Z 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:32:17.7770895Z 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:32:17.7771636Z 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:32:17.7772005Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7772382Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7772852Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7773231Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7773580Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7773946Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7774415Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7774793Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7775157Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7775518Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7775878Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7776233Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7776589Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7776914Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7777258Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7777607Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7777960Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7778311Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7778649Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7778985Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7779324Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7779662Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7779986Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7780407Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7780749Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7781090Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7781428Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7781758Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7782090Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7782427Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7782752Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7783064Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7783458Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7783787Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7784116Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7784580Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7784905Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7785226Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7785540Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7785887Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7786230Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7786582Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7786939Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7787292Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7787640Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7787989Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7788338Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7788687Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7789025Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7789355Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7789701Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7790056Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7790402Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7790873Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7791230Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7791590Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7791937Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7792287Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7792635Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7792962Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7793301Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7793646Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7794062Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7794412Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7794734Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7795045Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7795363Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7795679Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7795999Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7796321Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7796646Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7796970Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7797292Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7797605Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7797918Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7798265Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7798582Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7798924Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7799258Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7799590Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7799925Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7800245Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7800571Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7800898Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7801330Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7801631Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7801962Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7802296Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7802625Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7802959Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7803304Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7803644Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7803976Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7804357Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7804674Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7805002Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7805323Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7805642Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7805974Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7806300Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7806634Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7806952Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7807291Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7807607Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7807944Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7808271Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7808598Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7808918Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7809239Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7809562Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7809880Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7810196Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7810501Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7810816Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7811147Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7811469Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7811863Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7812179Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7812493Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7812833Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7813179Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7813507Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7813835Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7814156Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7814568Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7814970Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7815298Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7816775Z 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:32:17.7816965Z normalized, onesided, return_complex) 2022-12-01T10:32:17.7817094Z ok (0.027s) 2022-12-01T10:32:17.7817405Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:32:17.7817718Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7818050Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7818372Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7818695Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:32:17.7819028Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7819348Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7819664Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7819986Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7820293Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7820606Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7820924Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7821241Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7821565Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7821882Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7822213Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7822539Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:32:17.7822949Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7823256Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7823574Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7823890Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7824200Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7824629Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7824953Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7825270Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7825613Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7826023Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7826377Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7826722Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7827009Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7827232Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7827462Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7827700Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7827967Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7828207Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7828439Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7828700Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7828986Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7829275Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7829528Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-12-01T10:32:17.7829787Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.238s) 2022-12-01T10:32:17.7830060Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.283s) 2022-12-01T10:32:17.7830316Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.170s) 2022-12-01T10:32:17.7831224Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:32:17.7831530Z 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:32:17.7831649Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:32:17.7831764Z should be replaced with 2022-12-01T10:32:17.7832129Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:32:17.7832215Z and 2022-12-01T10:32:17.7832363Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:32:17.7832477Z should be replaced with 2022-12-01T10:32:17.7833000Z 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:32:17.7833109Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7833186Z ok (0.008s) 2022-12-01T10:32:17.7833446Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7833694Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7833948Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7834190Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7834445Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7834740Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7834999Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7835225Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7835466Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7835701Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7835940Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7836187Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7836431Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7836666Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7836903Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7837159Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7837420Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7837684Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7837964Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7838227Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7838494Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7838755Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7839008Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7839264Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7839513Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7839745Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7840009Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7840351Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7840593Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7840845Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7841097Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7841334Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7841572Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7841810Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7842039Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7842284Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7842529Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7842861Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7843111Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7843354Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7843603Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7843854Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7844091Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7844333Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7844573Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7844819Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7845064Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7845307Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7845553Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7845798Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7846051Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7846280Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7846542Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7846789Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7847041Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7847284Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7847530Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7847777Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7848028Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7848251Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7848545Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7848806Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7849040Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7849288Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7849540Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:32:17.7849799Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7850067Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7850337Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:32:17.7850659Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7850914Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7851185Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7851457Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7851734Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7851997Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7852277Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7852550Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:32:17.7852815Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7853068Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7853309Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7853560Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7853806Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7854059Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7854376Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:32:17.7854638Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:32:17.7854866Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7855122Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7855374Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:32:17.7855611Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7855845Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7856087Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:32:17.7856328Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7856639Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7856886Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7857139Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7857383Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:32:17.7857621Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.431s) 2022-12-01T10:32:17.7857863Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.432s) 2022-12-01T10:32:17.7858122Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:32:17.7858376Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:32:17.7858625Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.429s) 2022-12-01T10:32:17.7858935Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-12-01T10:32:17.7859191Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.331s) 2022-12-01T10:32:17.7859436Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-12-01T10:32:17.7859678Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:32:17.7859910Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.437s) 2022-12-01T10:32:17.7860155Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-12-01T10:32:17.7860403Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.433s) 2022-12-01T10:32:17.7860673Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7860924Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7861177Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7861443Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7861708Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7861954Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7862198Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7862455Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7862698Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7862937Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7863178Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7863430Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7863683Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7863910Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7864175Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7864564Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7864920Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7865191Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7865447Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7865702Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7865971Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7866249Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7866516Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7866763Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7867000Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7867338Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7867582Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7867845Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7868115Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7868374Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7868630Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7868904Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7869154Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7869421Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7869685Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7869939Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7870191Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7870452Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7870696Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7870938Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7871188Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7871410Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7871661Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7871925Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7872185Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7872436Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7872692Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7873021Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7873271Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7873516Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7873743Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7873992Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7874253Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7874496Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7874758Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7875016Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:32:17.7875326Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7875576Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7875809Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7876043Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7876288Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7876529Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7876777Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7877023Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7878211Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:32:17.7878541Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:32:17.7878723Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:32:17.7878863Z should be replaced with 2022-12-01T10:32:17.7879243Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:32:17.7879340Z r = func(*args, **kwargs) 2022-12-01T10:32:17.7879440Z ok (0.015s) 2022-12-01T10:32:17.7879688Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7879945Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7880216Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7880478Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7880735Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7881005Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7881263Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7881635Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7881903Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7882174Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7882450Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7882702Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7882946Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7883185Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7883431Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7883676Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:32:17.7883952Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7884277Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7884527Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7884790Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7885047Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7885303Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7885549Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7885789Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7886042Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7886289Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7886531Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7886773Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7887033Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7887291Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7887542Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:32:17.7887803Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7888048Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7888334Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7888605Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7888876Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7889133Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7889400Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7889649Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7889995Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7890261Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7890495Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7890751Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7891012Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7891236Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7891459Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7891683Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7891928Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7892248Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7892502Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7892738Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7893004Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7893257Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7893519Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7893778Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7894050Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7894395Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7894656Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7894906Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7895139Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7895356Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7895604Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7895856Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7896107Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7896370Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7896626Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7896890Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7897150Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7897395Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7897656Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7897999Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7898262Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7898510Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7898766Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7899003Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7899261Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7899503Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7899753Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7900016Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7900355Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7900624Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7900877Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7901125Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:32:17.7901363Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7901601Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:32:17.7901833Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7902061Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7902300Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7902536Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7902782Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:32:17.7903031Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7903298Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7903557Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7903811Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7904068Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7904290Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7904704Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-12-01T10:32:17.7904972Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:32:17.7905251Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-12-01T10:32:17.7905522Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:32:17.7905784Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:32:17.7906142Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:32:17.7906404Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:32:17.7906674Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:32:17.7906915Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:32:17.7907172Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.275s) 2022-12-01T10:32:17.7907421Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.261s) 2022-12-01T10:32:17.7907666Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-12-01T10:32:17.7907914Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.279s) 2022-12-01T10:32:17.7908157Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-12-01T10:32:17.7908473Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-12-01T10:32:17.7908716Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-12-01T10:32:17.7908968Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-12-01T10:32:17.7909214Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.264s) 2022-12-01T10:32:17.7909476Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7909740Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7909992Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7910256Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7910525Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7910788Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7911046Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7911300Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7911533Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7911769Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7912014Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7912258Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7912505Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7912750Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7913011Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7913257Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7913506Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7913736Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7914044Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7914299Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7914559Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7914818Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:32:17.7915067Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7915316Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7915571Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:32:17.7915809Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7916104Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:32:17.7916442Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:32:17.7916717Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7916963Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7917205Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7917455Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7917703Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7917945Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7918181Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7918466Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7918753Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7919014Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7919275Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7919520Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7919772Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7920031Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7920286Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7920528Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7920774Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7921020Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7921261Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7921502Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7921744Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7921987Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7922305Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7922585Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7922847Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:32:17.7923099Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7923341Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:32:17.7923602Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7923861Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7924117Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:32:17.7924347Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7924638Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7924888Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7925117Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7925361Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7925608Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7925868Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7926125Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:32:17.7926375Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7926625Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7926885Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7927133Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7927371Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7927623Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7927868Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7928110Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7928350Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7928616Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7928870Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7929111Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7929358Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7929603Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7929854Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7930211Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7930485Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7930754Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7931011Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7931273Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7931528Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7931755Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7931992Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7932216Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7932579Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7932840Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7933096Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7933342Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7933600Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7933858Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7934093Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7934452Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7934707Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7934968Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7935219Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7935468Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7935708Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7935942Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7936179Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:32:17.7936423Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7936679Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7936927Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7937179Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7937430Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:32:17.7937685Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7937938Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7938187Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7938508Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7938739Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:32:17.7938994Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7939239Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7939509Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7939763Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7940013Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7940267Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7940526Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7940838Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7941082Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7941330Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7941584Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7941835Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:32:17.7942091Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7942347Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7942608Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7942876Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7943136Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7943376Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7943624Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7943871Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7944125Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7944609Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7944880Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7945128Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7945382Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:32:17.7945645Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7945895Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7946153Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7946418Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:32:17.7946676Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7947026Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7947271Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7947515Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7947762Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:32:17.7947990Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7948239Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7948493Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7948742Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:32:17.7948761Z 2022-12-01T10:32:17.7949131Z ---------------------------------------------------------------------- 2022-12-01T10:32:17.7949339Z Ran 5132 tests in 353.893s 2022-12-01T10:32:17.7949350Z 2022-12-01T10:32:17.7949456Z OK (skipped=168) 2022-12-01T10:32:17.7949464Z 2022-12-01T10:32:17.7949582Z Generating XML reports... 2022-12-01T10:32:17.7950033Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201102622.xml 2022-12-01T10:32:17.7950517Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201102622.xml 2022-12-01T10:32:17.7950543Z 2022-12-01T10:32:17.7951072Z ##[endgroup] 2022-12-01T10:32:17.7951515Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_tq7o6_6i) 2022-12-01T10:32:17.7951524Z 2022-12-01T10:32:18.0187962Z Running test_ops_jit ... [2022-12-01 10:32:18.018379] 2022-12-01T10:32:19.1990015Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:32:19.2214937Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:32:19.2637188Z Ignoring disabled issues: [] 2022-12-01T10:32:19.2795324Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.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:32:19.279186] 2022-12-01T10:32:19.2853565Z Ignoring disabled issues: [] 2022-12-01T10:32:19.3012013Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.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:32:19.300826] 2022-12-01T10:39:44.3898707Z 2022-12-01T10:39:44.3899263Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:39:44.3900129Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_dnhstbwt) 2022-12-01T10:39:44.3904120Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-b9c5f3c7444e16ee.xml 2022-12-01T10:39:44.3904822Z ============================= test session starts ============================== 2022-12-01T10:39:44.3906189Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:39:44.3906627Z cachedir: .pytest_cache 2022-12-01T10:39:44.3907421Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:39:44.3909909Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:39:44.3910677Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:39:44.3911259Z collecting ... collected 1018 items / 3 deselected / 1015 selected 2022-12-01T10:39:44.3960276Z Running 476 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-12-01T10:39:44.4002297Z 2022-12-01T10:39:44.4002481Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 PASSED [ 0%] 2022-12-01T10:39:44.4002828Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 PASSED [ 0%] 2022-12-01T10:39:44.4003161Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 PASSED [ 0%] 2022-12-01T10:39:44.4003495Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 PASSED [ 0%] 2022-12-01T10:39:44.4004055Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 PASSED [ 1%] 2022-12-01T10:39:44.4004372Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 XFAIL [ 1%] 2022-12-01T10:39:44.4004707Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 PASSED [ 1%] 2022-12-01T10:39:44.4005061Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:39:44.4005425Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 PASSED [ 1%] 2022-12-01T10:39:44.4005755Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 PASSED [ 2%] 2022-12-01T10:39:44.4006084Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 PASSED [ 2%] 2022-12-01T10:39:44.4006416Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 PASSED [ 2%] 2022-12-01T10:39:44.4006727Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 PASSED [ 2%] 2022-12-01T10:39:44.4007080Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 PASSED [ 2%] 2022-12-01T10:39:44.4007437Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 PASSED [ 3%] 2022-12-01T10:39:44.4007787Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 PASSED [ 3%] 2022-12-01T10:39:44.4008116Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 PASSED [ 3%] 2022-12-01T10:39:44.4008455Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 PASSED [ 3%] 2022-12-01T10:39:44.4008790Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 PASSED [ 3%] 2022-12-01T10:39:44.4009120Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 PASSED [ 4%] 2022-12-01T10:39:44.4009525Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 PASSED [ 4%] 2022-12-01T10:39:44.4009860Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 XFAIL [ 4%] 2022-12-01T10:39:44.4010189Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 PASSED [ 4%] 2022-12-01T10:39:44.4010524Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 5%] 2022-12-01T10:39:44.4010866Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 PASSED [ 5%] 2022-12-01T10:39:44.4011214Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 PASSED [ 5%] 2022-12-01T10:39:44.4011577Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:39:44.4011938Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 5%] 2022-12-01T10:39:44.4012325Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:39:44.4012737Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 PASSED [ 6%] 2022-12-01T10:39:44.4013062Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 PASSED [ 6%] 2022-12-01T10:39:44.4013396Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 PASSED [ 6%] 2022-12-01T10:39:44.4013723Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 XFAIL [ 6%] 2022-12-01T10:39:44.4014047Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:39:44.4014378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 PASSED [ 7%] 2022-12-01T10:39:44.4014796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 PASSED [ 7%] 2022-12-01T10:39:44.4015143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:39:44.4015496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:39:44.4015829Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:39:44.4016167Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:39:44.4016501Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 PASSED [ 8%] 2022-12-01T10:39:44.4016826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 PASSED [ 8%] 2022-12-01T10:39:44.4017168Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:44.4017509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 PASSED [ 9%] 2022-12-01T10:39:44.4017848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:44.4018181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:44.4018533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 PASSED [ 9%] 2022-12-01T10:39:44.4018876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:44.4019203Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:44.4019538Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:44.4019877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 PASSED [ 10%] 2022-12-01T10:39:44.4020212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 PASSED [ 10%] 2022-12-01T10:39:44.4020913Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:39:44.4021961Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:39:44.4022851Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:39:44.4023791Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:39:44.4024311Z PASSED [ 11%] 2022-12-01T10:39:44.4024706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:44.4025071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-12-01T10:39:44.4025440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:44.4025784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 PASSED [ 11%] 2022-12-01T10:39:44.4026140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 PASSED [ 12%] 2022-12-01T10:39:44.4026547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 SKIPPED (Passes on complex64 and float32 only) [ 12%] 2022-12-01T10:39:44.4026992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 SKIPPED (Passes on complex64 and float32 only) [ 12%] 2022-12-01T10:39:44.4027366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 PASSED [ 12%] 2022-12-01T10:39:44.4027706Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:44.4028052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:44.4028392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 PASSED [ 13%] 2022-12-01T10:39:44.4028720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:44.4029075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 PASSED [ 13%] 2022-12-01T10:39:44.4029425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 XFAIL [ 14%] 2022-12-01T10:39:44.4029753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 PASSED [ 14%] 2022-12-01T10:39:44.4030099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 XFAIL [ 14%] 2022-12-01T10:39:44.4030440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 XFAIL [ 14%] 2022-12-01T10:39:44.4030781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 XFAIL [ 14%] 2022-12-01T10:39:44.4031111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:39:44.4031537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 15%] 2022-12-01T10:39:44.4031900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 XFAIL [ 15%] 2022-12-01T10:39:44.4032238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 XFAIL [ 15%] 2022-12-01T10:39:44.4032568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 XFAIL [ 15%] 2022-12-01T10:39:44.4032914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 PASSED [ 16%] 2022-12-01T10:39:44.4033252Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:39:44.4033578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:39:44.4033918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:39:44.4034259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 XFAIL [ 17%] 2022-12-01T10:39:44.4034645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:44.4034989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:44.4035335Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 PASSED [ 17%] 2022-12-01T10:39:44.4035671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 PASSED [ 17%] 2022-12-01T10:39:44.4035999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:44.4036354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:44.4036699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:44.4037050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 PASSED [ 18%] 2022-12-01T10:39:44.4037401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 PASSED [ 18%] 2022-12-01T10:39:44.4037750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 PASSED [ 19%] 2022-12-01T10:39:44.4038089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 PASSED [ 19%] 2022-12-01T10:39:44.4038439Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 PASSED [ 19%] 2022-12-01T10:39:44.4038772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 PASSED [ 19%] 2022-12-01T10:39:44.4039111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 PASSED [ 19%] 2022-12-01T10:39:44.4039445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 PASSED [ 20%] 2022-12-01T10:39:44.4039772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 PASSED [ 20%] 2022-12-01T10:39:44.4040119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 PASSED [ 20%] 2022-12-01T10:39:44.4040466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 PASSED [ 20%] 2022-12-01T10:39:44.4040827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:44.4041193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:44.4041548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:44.4041895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 PASSED [ 21%] 2022-12-01T10:39:44.4042242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 PASSED [ 21%] 2022-12-01T10:39:44.4042569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:44.4042946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:44.4043297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:44.4043655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 PASSED [ 22%] 2022-12-01T10:39:44.4044028Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 PASSED [ 22%] 2022-12-01T10:39:44.4044379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:44.4044719Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 XFAIL [ 23%] 2022-12-01T10:39:44.4045050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:44.4045395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 PASSED [ 23%] 2022-12-01T10:39:44.4045754Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:39:44.4046156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:39:44.4046493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:44.4046832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:39:44.4047169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 PASSED [ 24%] 2022-12-01T10:39:44.4047487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:44.4047826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:44.4048169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:44.4048514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 PASSED [ 25%] 2022-12-01T10:39:44.4048845Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 PASSED [ 25%] 2022-12-01T10:39:44.4049188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:44.4049530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:44.4049858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 PASSED [ 26%] 2022-12-01T10:39:44.4050212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:44.4050567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 PASSED [ 26%] 2022-12-01T10:39:44.4050912Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:44.4051242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:44.4051589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:44.4051945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 PASSED [ 27%] 2022-12-01T10:39:44.4052302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 PASSED [ 27%] 2022-12-01T10:39:44.4052639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:44.4052985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:44.4053336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:39:44.4053670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 PASSED [ 28%] 2022-12-01T10:39:44.4054014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:39:44.4054382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 XFAIL [ 29%] 2022-12-01T10:39:44.4054797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:44.4055128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 PASSED [ 29%] 2022-12-01T10:39:44.4055469Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 PASSED [ 29%] 2022-12-01T10:39:44.4055809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 PASSED [ 30%] 2022-12-01T10:39:44.4056131Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 XFAIL [ 30%] 2022-12-01T10:39:44.4056462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 XFAIL [ 30%] 2022-12-01T10:39:44.4056826Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:39:44.4057210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 SKIPPED (Skipped!) [ 30%] 2022-12-01T10:39:44.4057584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 PASSED [ 31%] 2022-12-01T10:39:44.4057919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 PASSED [ 31%] 2022-12-01T10:39:44.4058251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 PASSED [ 31%] 2022-12-01T10:39:44.4058588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 PASSED [ 31%] 2022-12-01T10:39:44.4058916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 PASSED [ 31%] 2022-12-01T10:39:44.4059257Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 PASSED [ 32%] 2022-12-01T10:39:44.4059592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 PASSED [ 32%] 2022-12-01T10:39:44.4059937Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:39:44.4060317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:39:44.4060675Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 PASSED [ 32%] 2022-12-01T10:39:44.4061016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 XFAIL [ 33%] 2022-12-01T10:39:44.4061343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 PASSED [ 33%] 2022-12-01T10:39:44.4061687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 PASSED [ 33%] 2022-12-01T10:39:44.4062026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 PASSED [ 33%] 2022-12-01T10:39:44.4062372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 PASSED [ 34%] 2022-12-01T10:39:44.4062707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 PASSED [ 34%] 2022-12-01T10:39:44.4063060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 PASSED [ 34%] 2022-12-01T10:39:44.4063414Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 PASSED [ 34%] 2022-12-01T10:39:44.4063746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 PASSED [ 34%] 2022-12-01T10:39:44.4064091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 PASSED [ 35%] 2022-12-01T10:39:44.4064567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 PASSED [ 35%] 2022-12-01T10:39:44.4064915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 XFAIL [ 35%] 2022-12-01T10:39:44.4065240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 PASSED [ 35%] 2022-12-01T10:39:44.4065592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 PASSED [ 35%] 2022-12-01T10:39:44.4066007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 PASSED [ 36%] 2022-12-01T10:39:44.4066336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 PASSED [ 36%] 2022-12-01T10:39:44.4066676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 PASSED [ 36%] 2022-12-01T10:39:44.4067014Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 PASSED [ 36%] 2022-12-01T10:39:44.4067407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 SKIPPED (Skipped! istft does not match the native function) [ 36%] 2022-12-01T10:39:44.4067827Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:44.4068251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:44.4068660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-12-01T10:39:44.4069030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 PASSED [ 37%] 2022-12-01T10:39:44.4069403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 PASSED [ 38%] 2022-12-01T10:39:44.4069746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 PASSED [ 38%] 2022-12-01T10:39:44.4070084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 PASSED [ 38%] 2022-12-01T10:39:44.4070426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 PASSED [ 38%] 2022-12-01T10:39:44.4070762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 PASSED [ 38%] 2022-12-01T10:39:44.4071111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 PASSED [ 39%] 2022-12-01T10:39:44.4071472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 PASSED [ 39%] 2022-12-01T10:39:44.4071822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 PASSED [ 39%] 2022-12-01T10:39:44.4072187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 PASSED [ 39%] 2022-12-01T10:39:44.4072571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 PASSED [ 39%] 2022-12-01T10:39:44.4072960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 PASSED [ 40%] 2022-12-01T10:39:44.4073315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 PASSED [ 40%] 2022-12-01T10:39:44.4073672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 PASSED [ 40%] 2022-12-01T10:39:44.4074035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 PASSED [ 40%] 2022-12-01T10:39:44.4074402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 PASSED [ 40%] 2022-12-01T10:39:44.4074758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 XFAIL [ 41%] 2022-12-01T10:39:44.4075127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 PASSED [ 41%] 2022-12-01T10:39:44.4075493Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 PASSED [ 41%] 2022-12-01T10:39:44.4075838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 PASSED [ 41%] 2022-12-01T10:39:44.4076197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 PASSED [ 42%] 2022-12-01T10:39:44.4076563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 PASSED [ 42%] 2022-12-01T10:39:44.4076939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:39:44.4077351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 42%] 2022-12-01T10:39:44.4077741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 42%] 2022-12-01T10:39:44.4078112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 PASSED [ 43%] 2022-12-01T10:39:44.4078470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 PASSED [ 43%] 2022-12-01T10:39:44.4078810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 PASSED [ 43%] 2022-12-01T10:39:44.4079188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 43%] 2022-12-01T10:39:44.4079567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 PASSED [ 43%] 2022-12-01T10:39:44.4079929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 PASSED [ 44%] 2022-12-01T10:39:44.4080295Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 PASSED [ 44%] 2022-12-01T10:39:44.4080770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 44%] 2022-12-01T10:39:44.4081201Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 PASSED [ 44%] 2022-12-01T10:39:44.4081562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 PASSED [ 44%] 2022-12-01T10:39:44.4081904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:39:44.4082258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 PASSED [ 45%] 2022-12-01T10:39:44.4082624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 PASSED [ 45%] 2022-12-01T10:39:44.4082990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 PASSED [ 45%] 2022-12-01T10:39:44.4083356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 PASSED [ 46%] 2022-12-01T10:39:44.4083715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:39:44.4084082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 PASSED [ 46%] 2022-12-01T10:39:44.4084429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 PASSED [ 46%] 2022-12-01T10:39:44.4084779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 PASSED [ 46%] 2022-12-01T10:39:44.4085128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 XFAIL [ 47%] 2022-12-01T10:39:44.4085463Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 PASSED [ 47%] 2022-12-01T10:39:44.4085782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 PASSED [ 47%] 2022-12-01T10:39:44.4086114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 PASSED [ 47%] 2022-12-01T10:39:44.4086445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 PASSED [ 47%] 2022-12-01T10:39:44.4086762Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 PASSED [ 48%] 2022-12-01T10:39:44.4087091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 PASSED [ 48%] 2022-12-01T10:39:44.4087424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 PASSED [ 48%] 2022-12-01T10:39:44.4087769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 PASSED [ 48%] 2022-12-01T10:39:44.4088099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 XFAIL [ 48%] 2022-12-01T10:39:44.4088472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 PASSED [ 49%] 2022-12-01T10:39:44.4088809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 XFAIL [ 49%] 2022-12-01T10:39:44.4089139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 XFAIL [ 49%] 2022-12-01T10:39:44.4089465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 PASSED [ 49%] 2022-12-01T10:39:44.4089809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 PASSED [ 50%] 2022-12-01T10:39:44.4090146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 XFAIL [ 50%] 2022-12-01T10:39:44.4090470Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:39:44.4090810Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmax_cpu_float32 XFAIL [ 50%] 2022-12-01T10:39:44.4091152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_argmin_cpu_float32 XFAIL [ 50%] 2022-12-01T10:39:44.4091525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:39:44.4091930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_complex64 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:39:44.4092311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumsum_cpu_float32 SKIPPED (Skipped!) [ 51%] 2022-12-01T10:39:44.4092669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 PASSED [ 51%] 2022-12-01T10:39:44.4093022Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_log_softmax_cpu_float32 XFAIL [ 51%] 2022-12-01T10:39:44.4093381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logsumexp_cpu_float32 SKIPPED (Skipped!) [ 52%] 2022-12-01T10:39:44.4093745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_float32 XFAIL [ 52%] 2022-12-01T10:39:44.4094085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_norm_cpu_float32 XFAIL [ 52%] 2022-12-01T10:39:44.4094424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:39:44.4094884Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_normalize_cpu_float32 XFAIL [ 52%] 2022-12-01T10:39:44.4095245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 PASSED [ 53%] 2022-12-01T10:39:44.4095603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:44.4095940Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 PASSED [ 53%] 2022-12-01T10:39:44.4096290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmax_cpu_float32 XFAIL [ 53%] 2022-12-01T10:39:44.4096634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_float32 XFAIL [ 53%] 2022-12-01T10:39:44.4096979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_float32 XFAIL [ 54%] 2022-12-01T10:39:44.4097312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_complex64 XFAIL [ 54%] 2022-12-01T10:39:44.4097655Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:44.4098011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 PASSED [ 54%] 2022-12-01T10:39:44.4098375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 55%] 2022-12-01T10:39:44.4098748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:44.4099135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:39:44.4099517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:44.4099905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 PASSED [ 55%] 2022-12-01T10:39:44.4100242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:44.4100581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:44.4100915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:44.4101235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:39:44.4101565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 PASSED [ 56%] 2022-12-01T10:39:44.4101899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:44.4102223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:44.4102579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:39:44.4102934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-12-01T10:39:44.4103312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 PASSED [ 57%] 2022-12-01T10:39:44.4103645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:44.4103974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:44.4104303Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 PASSED [ 58%] 2022-12-01T10:39:44.4104798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:39:44.4105221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-12-01T10:39:44.4105685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 59%] 2022-12-01T10:39:44.4106080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 PASSED [ 59%] 2022-12-01T10:39:44.4106411Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 PASSED [ 59%] 2022-12-01T10:39:44.4106809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:39:44.4107217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:44.4107609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:44.4107981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:44.4108368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 XFAIL [ 60%] 2022-12-01T10:39:44.4108748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 PASSED [ 60%] 2022-12-01T10:39:44.4109126Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:44.4109480Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:44.4109849Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 PASSED [ 61%] 2022-12-01T10:39:44.4110243Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 SKIPPED (Works on some configs!) [ 61%] 2022-12-01T10:39:44.4110654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:39:44.4111098Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:44.4111485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 PASSED [ 62%] 2022-12-01T10:39:44.4111858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 XFAIL [ 62%] 2022-12-01T10:39:44.4112226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 XFAIL [ 62%] 2022-12-01T10:39:44.4112577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 PASSED [ 63%] 2022-12-01T10:39:44.4112944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 XFAIL [ 63%] 2022-12-01T10:39:44.4113336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 XFAIL [ 63%] 2022-12-01T10:39:44.4113739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 XFAIL [ 63%] 2022-12-01T10:39:44.4114172Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:39:44.4114570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:44.4114948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 XFAIL [ 64%] 2022-12-01T10:39:44.4115306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:44.4115676Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 PASSED [ 64%] 2022-12-01T10:39:44.4116064Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:39:44.4116451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 XFAIL [ 65%] 2022-12-01T10:39:44.4116821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 XFAIL [ 65%] 2022-12-01T10:39:44.4117212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 XFAIL [ 65%] 2022-12-01T10:39:44.4117605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 XFAIL [ 65%] 2022-12-01T10:39:44.4117993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 XFAIL [ 65%] 2022-12-01T10:39:44.4118354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 XFAIL [ 66%] 2022-12-01T10:39:44.4118721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:44.4119093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:44.4119465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 PASSED [ 66%] 2022-12-01T10:39:44.4119885Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 67%] 2022-12-01T10:39:44.4120316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:44.4120704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:44.4121088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:44.4121468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:39:44.4121852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:44.4122267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:44.4122653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 PASSED [ 68%] 2022-12-01T10:39:44.4123038Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:39:44.4123455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped!) [ 68%] 2022-12-01T10:39:44.4123848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:44.4124221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:44.4124624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:39:44.4125056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 69%] 2022-12-01T10:39:44.4125436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 XFAIL [ 69%] 2022-12-01T10:39:44.4125784Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:44.4126145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:44.4126510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:44.4126866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 PASSED [ 70%] 2022-12-01T10:39:44.4127222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:44.4127596Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:44.4127979Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:44.4128363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 PASSED [ 71%] 2022-12-01T10:39:44.4128725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:39:44.4129114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:39:44.4129508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:39:44.4129915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:44.4130283Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:39:44.4130622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 XFAIL [ 72%] 2022-12-01T10:39:44.4130960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 PASSED [ 73%] 2022-12-01T10:39:44.4131278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:39:44.4131618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:39:44.4131958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:39:44.4132296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 XFAIL [ 73%] 2022-12-01T10:39:44.4132630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 XFAIL [ 74%] 2022-12-01T10:39:44.4132989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:39:44.4133378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 PASSED [ 74%] 2022-12-01T10:39:44.4133723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 PASSED [ 74%] 2022-12-01T10:39:44.4134050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 PASSED [ 75%] 2022-12-01T10:39:44.4134391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 PASSED [ 75%] 2022-12-01T10:39:44.4134832Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 PASSED [ 75%] 2022-12-01T10:39:44.4135159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 PASSED [ 75%] 2022-12-01T10:39:44.4135530Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:39:44.4135928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:39:44.4136356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-12-01T10:39:44.4136715Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 PASSED [ 76%] 2022-12-01T10:39:44.4137060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:39:44.4137402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 PASSED [ 76%] 2022-12-01T10:39:44.4137740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 PASSED [ 77%] 2022-12-01T10:39:44.4138062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 PASSED [ 77%] 2022-12-01T10:39:44.4138403Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:44.4138735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 PASSED [ 77%] 2022-12-01T10:39:44.4139068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 XFAIL [ 77%] 2022-12-01T10:39:44.4139409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:39:44.4139750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:39:44.4140093Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:44.4140416Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:44.4140763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 PASSED [ 78%] 2022-12-01T10:39:44.4141110Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:44.4141435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:44.4141776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:39:44.4142113Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:39:44.4142481Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:44.4142858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:39:44.4143219Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 PASSED [ 80%] 2022-12-01T10:39:44.4143565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 PASSED [ 80%] 2022-12-01T10:39:44.4143909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 PASSED [ 80%] 2022-12-01T10:39:44.4144240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 PASSED [ 81%] 2022-12-01T10:39:44.4144812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:44.4145165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 PASSED [ 81%] 2022-12-01T10:39:44.4145492Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:39:44.4145824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 PASSED [ 81%] 2022-12-01T10:39:44.4146170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 PASSED [ 82%] 2022-12-01T10:39:44.4146515Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 PASSED [ 82%] 2022-12-01T10:39:44.4146835Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 PASSED [ 82%] 2022-12-01T10:39:44.4147175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 PASSED [ 82%] 2022-12-01T10:39:44.4147516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 PASSED [ 82%] 2022-12-01T10:39:44.4147864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 PASSED [ 83%] 2022-12-01T10:39:44.4148290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 SKIPPED (Expected failure!) [ 83%] 2022-12-01T10:39:44.4148660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 PASSED [ 83%] 2022-12-01T10:39:44.4148996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 PASSED [ 83%] 2022-12-01T10:39:44.4149313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 PASSED [ 84%] 2022-12-01T10:39:44.4149645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 XFAIL [ 84%] 2022-12-01T10:39:44.4149983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 PASSED [ 84%] 2022-12-01T10:39:44.4150316Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 PASSED [ 84%] 2022-12-01T10:39:44.4150907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_complex64 SKIPPED (variant consistency doesn't work on torch.ops) [ 84%] 2022-12-01T10:39:44.4151330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:39:44.4151723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:39:44.4152101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 PASSED [ 85%] 2022-12-01T10:39:44.4152445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 PASSED [ 85%] 2022-12-01T10:39:44.4152798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 PASSED [ 85%] 2022-12-01T10:39:44.4153168Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 PASSED [ 86%] 2022-12-01T10:39:44.4153522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 PASSED [ 86%] 2022-12-01T10:39:44.4153872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 PASSED [ 86%] 2022-12-01T10:39:44.4154430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:39:44.4154858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 PASSED [ 86%] 2022-12-01T10:39:44.4155214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:44.4155586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:44.4155943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 PASSED [ 87%] 2022-12-01T10:39:44.4156373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 XFAIL [ 87%] 2022-12-01T10:39:44.4156763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:44.4157153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:44.4157741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-12-01T10:39:44.4158384Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-12-01T10:39:44.4158807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 PASSED [ 88%] 2022-12-01T10:39:44.4159155Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 PASSED [ 89%] 2022-12-01T10:39:44.4159541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:44.4159887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 PASSED [ 89%] 2022-12-01T10:39:44.4160210Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 PASSED [ 89%] 2022-12-01T10:39:44.4160548Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 PASSED [ 89%] 2022-12-01T10:39:44.4160878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:39:44.4161250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 SKIPPED (Skipped! stft does not match the native function) [ 90%] 2022-12-01T10:39:44.4161635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 PASSED [ 90%] 2022-12-01T10:39:44.4161980Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 PASSED [ 90%] 2022-12-01T10:39:44.4162332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 XFAIL [ 90%] 2022-12-01T10:39:44.4162657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:44.4162993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 PASSED [ 91%] 2022-12-01T10:39:44.4163326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 PASSED [ 91%] 2022-12-01T10:39:44.4163670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 PASSED [ 91%] 2022-12-01T10:39:44.4164015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 PASSED [ 92%] 2022-12-01T10:39:44.4164366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 PASSED [ 92%] 2022-12-01T10:39:44.4164704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 PASSED [ 92%] 2022-12-01T10:39:44.4165026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 PASSED [ 92%] 2022-12-01T10:39:44.4165371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 PASSED [ 92%] 2022-12-01T10:39:44.4165722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 PASSED [ 93%] 2022-12-01T10:39:44.4166067Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 PASSED [ 93%] 2022-12-01T10:39:44.4166400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 PASSED [ 93%] 2022-12-01T10:39:44.4166740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 PASSED [ 93%] 2022-12-01T10:39:44.4167080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 PASSED [ 93%] 2022-12-01T10:39:44.4167424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 PASSED [ 94%] 2022-12-01T10:39:44.4167797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:39:44.4168144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 PASSED [ 94%] 2022-12-01T10:39:44.4168499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 PASSED [ 94%] 2022-12-01T10:39:44.4168838Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 PASSED [ 94%] 2022-12-01T10:39:44.4169174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:44.4169517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 PASSED [ 95%] 2022-12-01T10:39:44.4169871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 PASSED [ 95%] 2022-12-01T10:39:44.4170205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 PASSED [ 95%] 2022-12-01T10:39:44.4170552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:44.4170890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:39:44.4171245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 XFAIL [ 96%] 2022-12-01T10:39:44.4171586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 XFAIL [ 96%] 2022-12-01T10:39:44.4171942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 PASSED [ 96%] 2022-12-01T10:39:44.4172286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 PASSED [ 97%] 2022-12-01T10:39:44.4172603Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:44.4172945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:44.4173290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 PASSED [ 97%] 2022-12-01T10:39:44.4173631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:39:44.4173956Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 PASSED [ 98%] 2022-12-01T10:39:44.4174292Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:44.4174710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 PASSED [ 98%] 2022-12-01T10:39:44.4175039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 PASSED [ 98%] 2022-12-01T10:39:44.4175373Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:39:44.4175723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:39:44.4176075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:39:44.4176418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:39:44.4176782Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:39:44.4177142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 PASSED [100%] 2022-12-01T10:39:44.4177337Z 2022-12-01T10:39:44.4177672Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-b9c5f3c7444e16ee.xml - 2022-12-01T10:39:44.4178035Z = 348 passed, 53 skipped, 3 deselected, 75 xfailed, 11 warnings in 441.08s (0:07:21) = 2022-12-01T10:39:44.4178370Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:39:44.4178562Z 2022-12-01T10:39:44.4178937Z ##[endgroup] 2022-12-01T10:39:44.4179293Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_dnhstbwt) 2022-12-01T10:39:44.4179562Z 2022-12-01T10:41:32.8687402Z 2022-12-01T10:41:32.8688823Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:41:32.8689943Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_xok4qyfu) 2022-12-01T10:41:32.8694084Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-15437eac5d700ac7.xml 2022-12-01T10:41:32.8694810Z ============================= test session starts ============================== 2022-12-01T10:41:32.8695402Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:32.8695789Z cachedir: .pytest_cache 2022-12-01T10:41:32.8696487Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:32.8699482Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:41:32.8700293Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:41:32.8700651Z collecting ... collected 1018 items / 1 deselected / 1017 selected 2022-12-01T10:41:32.8756412Z Running 538 items in this shard: test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-12-01T10:41:32.8805233Z 2022-12-01T10:41:32.8805418Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 PASSED [ 0%] 2022-12-01T10:41:32.8805756Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 PASSED [ 0%] 2022-12-01T10:41:32.8806091Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 XFAIL [ 0%] 2022-12-01T10:41:32.8806418Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 PASSED [ 0%] 2022-12-01T10:41:32.8806738Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 PASSED [ 0%] 2022-12-01T10:41:32.8807088Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 PASSED [ 1%] 2022-12-01T10:41:32.8807432Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 PASSED [ 1%] 2022-12-01T10:41:32.8807759Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 PASSED [ 1%] 2022-12-01T10:41:32.8808077Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 PASSED [ 1%] 2022-12-01T10:41:32.8808399Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 PASSED [ 1%] 2022-12-01T10:41:32.8808840Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 PASSED [ 2%] 2022-12-01T10:41:32.8809169Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 XFAIL [ 2%] 2022-12-01T10:41:32.8809480Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 XFAIL [ 2%] 2022-12-01T10:41:32.8809811Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 PASSED [ 2%] 2022-12-01T10:41:32.8810144Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 PASSED [ 2%] 2022-12-01T10:41:32.8810484Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 PASSED [ 2%] 2022-12-01T10:41:32.8810919Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 PASSED [ 3%] 2022-12-01T10:41:32.8811307Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 PASSED [ 3%] 2022-12-01T10:41:32.8811637Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 PASSED [ 3%] 2022-12-01T10:41:32.8811959Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 PASSED [ 3%] 2022-12-01T10:41:32.8812294Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 XFAIL [ 3%] 2022-12-01T10:41:32.8812627Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 PASSED [ 4%] 2022-12-01T10:41:32.8812965Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 4%] 2022-12-01T10:41:32.8813330Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 4%] 2022-12-01T10:41:32.8813670Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 PASSED [ 4%] 2022-12-01T10:41:32.8814028Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 4%] 2022-12-01T10:41:32.8814398Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8814844Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8815218Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8815564Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8815882Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8816221Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 PASSED [ 5%] 2022-12-01T10:41:32.8816587Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:41:32.8816932Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 XFAIL [ 6%] 2022-12-01T10:41:32.8817332Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 PASSED [ 6%] 2022-12-01T10:41:32.8817680Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 PASSED [ 6%] 2022-12-01T10:41:32.8818025Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 PASSED [ 6%] 2022-12-01T10:41:32.8818335Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 XFAIL [ 7%] 2022-12-01T10:41:32.8818663Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 PASSED [ 7%] 2022-12-01T10:41:32.8818991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 XFAIL [ 7%] 2022-12-01T10:41:32.8819302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 XFAIL [ 7%] 2022-12-01T10:41:32.8819626Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 XFAIL [ 7%] 2022-12-01T10:41:32.8819959Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 XFAIL [ 7%] 2022-12-01T10:41:32.8820293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 XFAIL [ 8%] 2022-12-01T10:41:32.8820652Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 XFAIL [ 8%] 2022-12-01T10:41:32.8820994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 XFAIL [ 8%] 2022-12-01T10:41:32.8821334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 XFAIL [ 8%] 2022-12-01T10:41:32.8821667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 XFAIL [ 8%] 2022-12-01T10:41:32.8821988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 XFAIL [ 9%] 2022-12-01T10:41:32.8822326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 XFAIL [ 9%] 2022-12-01T10:41:32.8822664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 XFAIL [ 9%] 2022-12-01T10:41:32.8822990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:32.8823332Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 PASSED [ 9%] 2022-12-01T10:41:32.8823669Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:32.8824004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:32.8824329Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:32.8824789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:32.8825129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 PASSED [ 10%] 2022-12-01T10:41:32.8825471Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-12-01T10:41:32.8825842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:32.8826195Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:32.8826535Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 PASSED [ 11%] 2022-12-01T10:41:32.8826858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:32.8827191Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 PASSED [ 11%] 2022-12-01T10:41:32.8827545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:41:32.8827920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:41:32.8828259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:32.8828653Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 PASSED [ 12%] 2022-12-01T10:41:32.8828990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 PASSED [ 12%] 2022-12-01T10:41:32.8829309Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:32.8829639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 XFAIL [ 13%] 2022-12-01T10:41:32.8829976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:32.8830312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:32.8830635Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:32.8830974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 PASSED [ 13%] 2022-12-01T10:41:32.8831312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:32.8831637Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:32.8832011Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:32.8832347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 PASSED [ 14%] 2022-12-01T10:41:32.8832691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 PASSED [ 14%] 2022-12-01T10:41:32.8833026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:41:32.8833366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 XFAIL [ 15%] 2022-12-01T10:41:32.8833702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:32.8834043Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 XFAIL [ 15%] 2022-12-01T10:41:32.8834366Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 PASSED [ 15%] 2022-12-01T10:41:32.8834698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:41:32.8835033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 XFAIL [ 16%] 2022-12-01T10:41:32.8835349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:32.8835703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 PASSED [ 16%] 2022-12-01T10:41:32.8836066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 XFAIL [ 16%] 2022-12-01T10:41:32.8836432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 PASSED [ 16%] 2022-12-01T10:41:32.8836773Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:32.8837143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 SKIPPED (Expected failure!) [ 17%] 2022-12-01T10:41:32.8837523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 PASSED [ 17%] 2022-12-01T10:41:32.8837871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:32.8838189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 PASSED [ 17%] 2022-12-01T10:41:32.8838518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 XFAIL [ 18%] 2022-12-01T10:41:32.8838860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 PASSED [ 18%] 2022-12-01T10:41:32.8839192Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:32.8839547Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 PASSED [ 18%] 2022-12-01T10:41:32.8839908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 PASSED [ 18%] 2022-12-01T10:41:32.8840312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 PASSED [ 18%] 2022-12-01T10:41:32.8840651Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 PASSED [ 19%] 2022-12-01T10:41:32.8840987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 PASSED [ 19%] 2022-12-01T10:41:32.8841319Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 PASSED [ 19%] 2022-12-01T10:41:32.8841645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 PASSED [ 19%] 2022-12-01T10:41:32.8841997Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 PASSED [ 19%] 2022-12-01T10:41:32.8842362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 PASSED [ 20%] 2022-12-01T10:41:32.8842712Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 PASSED [ 20%] 2022-12-01T10:41:32.8843039Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 PASSED [ 20%] 2022-12-01T10:41:32.8843437Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 SKIPPED (Skipped!) [ 20%] 2022-12-01T10:41:32.8843813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 PASSED [ 20%] 2022-12-01T10:41:32.8844174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:32.8844512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:32.8844858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:32.8845209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 PASSED [ 21%] 2022-12-01T10:41:32.8845539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:32.8845879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 PASSED [ 21%] 2022-12-01T10:41:32.8846208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:32.8846552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:32.8846878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 XFAIL [ 22%] 2022-12-01T10:41:32.8847207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 XFAIL [ 22%] 2022-12-01T10:41:32.8847537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 PASSED [ 22%] 2022-12-01T10:41:32.8847864Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:32.8848209Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:32.8848544Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:32.8848888Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 PASSED [ 23%] 2022-12-01T10:41:32.8849226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:32.8849564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 PASSED [ 23%] 2022-12-01T10:41:32.8849909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:32.8850266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:32.8850595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:32.8850930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 PASSED [ 24%] 2022-12-01T10:41:32.8851266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 PASSED [ 24%] 2022-12-01T10:41:32.8851643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:32.8851991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:32.8852322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 XFAIL [ 25%] 2022-12-01T10:41:32.8852656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:32.8852976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 PASSED [ 25%] 2022-12-01T10:41:32.8853325Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:41:32.8853693Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:41:32.8854068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:41:32.8854429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 SKIPPED (Skipped!) [ 26%] 2022-12-01T10:41:32.8854913Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 PASSED [ 26%] 2022-12-01T10:41:32.8855256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 PASSED [ 26%] 2022-12-01T10:41:32.8855577Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:32.8855914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:32.8856250Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:32.8856592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 PASSED [ 27%] 2022-12-01T10:41:32.8856928Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 PASSED [ 27%] 2022-12-01T10:41:32.8857267Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:32.8857606Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 XFAIL [ 28%] 2022-12-01T10:41:32.8857925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 XFAIL [ 28%] 2022-12-01T10:41:32.8858266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 PASSED [ 28%] 2022-12-01T10:41:32.8858608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:32.8858952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 PASSED [ 28%] 2022-12-01T10:41:32.8859286Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:32.8859625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:32.8859968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:32.8860311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 PASSED [ 29%] 2022-12-01T10:41:32.8860639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 PASSED [ 29%] 2022-12-01T10:41:32.8860982Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:32.8861327Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 PASSED [ 30%] 2022-12-01T10:41:32.8861657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:32.8861999Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:32.8862344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 PASSED [ 30%] 2022-12-01T10:41:32.8862689Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 PASSED [ 31%] 2022-12-01T10:41:32.8863054Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:41:32.8863396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:41:32.8863734Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 PASSED [ 31%] 2022-12-01T10:41:32.8864062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 PASSED [ 31%] 2022-12-01T10:41:32.8864519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 PASSED [ 31%] 2022-12-01T10:41:32.8864872Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 PASSED [ 32%] 2022-12-01T10:41:32.8865214Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 PASSED [ 32%] 2022-12-01T10:41:32.8865537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 PASSED [ 32%] 2022-12-01T10:41:32.8865876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 PASSED [ 32%] 2022-12-01T10:41:32.8866216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 PASSED [ 32%] 2022-12-01T10:41:32.8866632Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:41:32.8866974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 PASSED [ 33%] 2022-12-01T10:41:32.8867314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 PASSED [ 33%] 2022-12-01T10:41:32.8867661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 PASSED [ 33%] 2022-12-01T10:41:32.8867987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 PASSED [ 33%] 2022-12-01T10:41:32.8868321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 PASSED [ 34%] 2022-12-01T10:41:32.8868650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 PASSED [ 34%] 2022-12-01T10:41:32.8868986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 XFAIL [ 34%] 2022-12-01T10:41:32.8869312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 XFAIL [ 34%] 2022-12-01T10:41:32.8869642Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 PASSED [ 34%] 2022-12-01T10:41:32.8869981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 XFAIL [ 34%] 2022-12-01T10:41:32.8870312Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 PASSED [ 35%] 2022-12-01T10:41:32.8870650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 PASSED [ 35%] 2022-12-01T10:41:32.8870984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 PASSED [ 35%] 2022-12-01T10:41:32.8871314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 PASSED [ 35%] 2022-12-01T10:41:32.8871633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 PASSED [ 35%] 2022-12-01T10:41:32.8871970Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 PASSED [ 36%] 2022-12-01T10:41:32.8872313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 PASSED [ 36%] 2022-12-01T10:41:32.8872658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 PASSED [ 36%] 2022-12-01T10:41:32.8872991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 PASSED [ 36%] 2022-12-01T10:41:32.8873341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 PASSED [ 36%] 2022-12-01T10:41:32.8873701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 PASSED [ 36%] 2022-12-01T10:41:32.8874031Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 PASSED [ 37%] 2022-12-01T10:41:32.8874359Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 XFAIL [ 37%] 2022-12-01T10:41:32.8874739Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 PASSED [ 37%] 2022-12-01T10:41:32.8875081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 PASSED [ 37%] 2022-12-01T10:41:32.8875402Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 PASSED [ 37%] 2022-12-01T10:41:32.8875742Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 PASSED [ 38%] 2022-12-01T10:41:32.8876084Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 PASSED [ 38%] 2022-12-01T10:41:32.8876410Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 PASSED [ 38%] 2022-12-01T10:41:32.8876746Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 PASSED [ 38%] 2022-12-01T10:41:32.8877144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 SKIPPED (Skipped! istft does not match the native function) [ 38%] 2022-12-01T10:41:32.8877576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8878021Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8878441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8878855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8879272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8879664Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-12-01T10:41:32.8880062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-12-01T10:41:32.8880424Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 PASSED [ 40%] 2022-12-01T10:41:32.8880767Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 PASSED [ 40%] 2022-12-01T10:41:32.8881095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 PASSED [ 40%] 2022-12-01T10:41:32.8881426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 PASSED [ 40%] 2022-12-01T10:41:32.8881770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 PASSED [ 41%] 2022-12-01T10:41:32.8882124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 PASSED [ 41%] 2022-12-01T10:41:32.8882459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 PASSED [ 41%] 2022-12-01T10:41:32.8882805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 PASSED [ 41%] 2022-12-01T10:41:32.8883162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 PASSED [ 41%] 2022-12-01T10:41:32.8883507Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 PASSED [ 42%] 2022-12-01T10:41:32.8883862Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 PASSED [ 42%] 2022-12-01T10:41:32.8884212Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 PASSED [ 42%] 2022-12-01T10:41:32.8884566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 PASSED [ 42%] 2022-12-01T10:41:32.8884910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 PASSED [ 42%] 2022-12-01T10:41:32.8885264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 PASSED [ 42%] 2022-12-01T10:41:32.8885615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 PASSED [ 43%] 2022-12-01T10:41:32.8886007Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:41:32.8886346Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 PASSED [ 43%] 2022-12-01T10:41:32.8886708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 PASSED [ 43%] 2022-12-01T10:41:32.8887080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 43%] 2022-12-01T10:41:32.8887432Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 PASSED [ 44%] 2022-12-01T10:41:32.8887791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 PASSED [ 44%] 2022-12-01T10:41:32.8888144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 PASSED [ 44%] 2022-12-01T10:41:32.8888512Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 XFAIL [ 44%] 2022-12-01T10:41:32.8888867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 PASSED [ 44%] 2022-12-01T10:41:32.8889240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 PASSED [ 44%] 2022-12-01T10:41:32.8889591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 PASSED [ 45%] 2022-12-01T10:41:32.8889958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 PASSED [ 45%] 2022-12-01T10:41:32.8890311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 PASSED [ 45%] 2022-12-01T10:41:32.8890678Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 PASSED [ 45%] 2022-12-01T10:41:32.8891050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 PASSED [ 45%] 2022-12-01T10:41:32.8891422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:41:32.8891800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 PASSED [ 46%] 2022-12-01T10:41:32.8892180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 46%] 2022-12-01T10:41:32.8892551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 PASSED [ 46%] 2022-12-01T10:41:32.8892960Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 46%] 2022-12-01T10:41:32.8893378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 PASSED [ 47%] 2022-12-01T10:41:32.8893725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 PASSED [ 47%] 2022-12-01T10:41:32.8894073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 PASSED [ 47%] 2022-12-01T10:41:32.8894419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 PASSED [ 47%] 2022-12-01T10:41:32.8894850Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 PASSED [ 47%] 2022-12-01T10:41:32.8895197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 PASSED [ 47%] 2022-12-01T10:41:32.8895550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 PASSED [ 48%] 2022-12-01T10:41:32.8895894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 PASSED [ 48%] 2022-12-01T10:41:32.8896256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 PASSED [ 48%] 2022-12-01T10:41:32.8896615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 PASSED [ 48%] 2022-12-01T10:41:32.8896957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 PASSED [ 48%] 2022-12-01T10:41:32.8897360Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 PASSED [ 49%] 2022-12-01T10:41:32.8897727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 PASSED [ 49%] 2022-12-01T10:41:32.8898089Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 PASSED [ 49%] 2022-12-01T10:41:32.8898419Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 PASSED [ 49%] 2022-12-01T10:41:32.8898766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 PASSED [ 49%] 2022-12-01T10:41:32.8899122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 PASSED [ 50%] 2022-12-01T10:41:32.8899488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:32.8899835Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:32.8900185Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:32.8900569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:32.8900905Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:32.8901256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:32.8901607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:32.8901952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:32.8902287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 PASSED [ 51%] 2022-12-01T10:41:32.8902634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 PASSED [ 51%] 2022-12-01T10:41:32.8902984Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:32.8903334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:32.8903659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:32.8904000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 PASSED [ 52%] 2022-12-01T10:41:32.8904342Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 XFAIL [ 52%] 2022-12-01T10:41:32.8904792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 PASSED [ 52%] 2022-12-01T10:41:32.8905118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 XFAIL [ 53%] 2022-12-01T10:41:32.8905455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:32.8905801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 PASSED [ 53%] 2022-12-01T10:41:32.8906125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 XFAIL [ 53%] 2022-12-01T10:41:32.8906457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 XFAIL [ 53%] 2022-12-01T10:41:32.8906785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 XFAIL [ 54%] 2022-12-01T10:41:32.8907122Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_amax_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:41:32.8907505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_cumprod_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:41:32.8907874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 PASSED [ 54%] 2022-12-01T10:41:32.8908248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_logaddexp_cpu_float32 SKIPPED (Skipped!) [ 54%] 2022-12-01T10:41:32.8908663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_mean_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:41:32.8909029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_median_cpu_float32 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:41:32.8909394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_complex64 XFAIL [ 55%] 2022-12-01T10:41:32.8909744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_prod_cpu_float32 XFAIL [ 55%] 2022-12-01T10:41:32.8910086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 PASSED [ 55%] 2022-12-01T10:41:32.8910443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_softmin_cpu_float32 XFAIL [ 55%] 2022-12-01T10:41:32.8910792Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_std_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:41:32.8911127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_sum_cpu_complex64 XFAIL [ 56%] 2022-12-01T10:41:32.8911474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_var_cpu_float32 XFAIL [ 56%] 2022-12-01T10:41:32.8911815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 PASSED [ 56%] 2022-12-01T10:41:32.8912198Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 PASSED [ 56%] 2022-12-01T10:41:32.8912533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:32.8912879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:32.8913234Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:32.8913589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:32.8913913Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 PASSED [ 57%] 2022-12-01T10:41:32.8914248Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 PASSED [ 57%] 2022-12-01T10:41:32.8914583Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:32.8914947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:41:32.8915324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:32.8915681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 PASSED [ 58%] 2022-12-01T10:41:32.8916033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 PASSED [ 58%] 2022-12-01T10:41:32.8916351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:32.8916687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:32.8917032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 XFAIL [ 59%] 2022-12-01T10:41:32.8917377Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 PASSED [ 59%] 2022-12-01T10:41:32.8917716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-12-01T10:41:32.8918080Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:32.8918449Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:32.8918801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:41:32.8919157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:32.8919503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 PASSED [ 60%] 2022-12-01T10:41:32.8919848Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 PASSED [ 60%] 2022-12-01T10:41:32.8920220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:41:32.8920579Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 XFAIL [ 61%] 2022-12-01T10:41:32.8920923Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:32.8921258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 PASSED [ 61%] 2022-12-01T10:41:32.8921600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:41:32.8921955Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:32.8922299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 PASSED [ 62%] 2022-12-01T10:41:32.8922630Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:32.8922971Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:32.8923344Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 PASSED [ 62%] 2022-12-01T10:41:32.8923721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:32.8924097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:32.8924478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:32.8924859Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 XFAIL [ 63%] 2022-12-01T10:41:32.8925273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:41:32.8925663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 PASSED [ 63%] 2022-12-01T10:41:32.8926044Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:41:32.8926436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:41:32.8926841Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 SKIPPED (Works on some configs!) [ 64%] 2022-12-01T10:41:32.8927247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped!) [ 64%] 2022-12-01T10:41:32.8927648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 XFAIL [ 64%] 2022-12-01T10:41:32.8928046Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:41:32.8928450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 65%] 2022-12-01T10:41:32.8928833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 65%] 2022-12-01T10:41:32.8929217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 XFAIL [ 65%] 2022-12-01T10:41:32.8929593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 XFAIL [ 65%] 2022-12-01T10:41:32.8929983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 XFAIL [ 65%] 2022-12-01T10:41:32.8930409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 XFAIL [ 66%] 2022-12-01T10:41:32.8930814Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 XFAIL [ 66%] 2022-12-01T10:41:32.8931230Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:32.8931582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:32.8931954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 PASSED [ 66%] 2022-12-01T10:41:32.8932330Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:32.8932714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:32.8933091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:41:32.8933488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 XFAIL [ 67%] 2022-12-01T10:41:32.8933867Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 PASSED [ 67%] 2022-12-01T10:41:32.8934281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:32.8934714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 PASSED [ 68%] 2022-12-01T10:41:32.8935082Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:32.8935459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 XFAIL [ 68%] 2022-12-01T10:41:32.8935854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-12-01T10:41:32.8936288Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-12-01T10:41:32.8936722Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:32.8937099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:32.8937485Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:32.8937856Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:32.8938237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 69%] 2022-12-01T10:41:32.8938610Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:32.8938961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 XFAIL [ 70%] 2022-12-01T10:41:32.8939347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:32.8939748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:41:32.8940128Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:41:32.8940504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:32.8940899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:32.8941281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:41:32.8941673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:32.8942100Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:41:32.8942503Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:41:32.8942915Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:32.8943321Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:41:32.8943692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:32.8944065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:41:32.8944564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 XFAIL [ 72%] 2022-12-01T10:41:32.8944963Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:32.8945392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:32.8945768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:32.8946143Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:32.8946519Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-12-01T10:41:32.8946886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:41:32.8947287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 XFAIL [ 74%] 2022-12-01T10:41:32.8947709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:41:32.8948134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 SKIPPED (Internal assert failed!) [ 74%] 2022-12-01T10:41:32.8948525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 XFAIL [ 74%] 2022-12-01T10:41:32.8948911Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 XFAIL [ 74%] 2022-12-01T10:41:32.8949275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 XFAIL [ 75%] 2022-12-01T10:41:32.8949605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 PASSED [ 75%] 2022-12-01T10:41:32.8949946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 PASSED [ 75%] 2022-12-01T10:41:32.8950282Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 XFAIL [ 75%] 2022-12-01T10:41:32.8950634Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:41:32.8950972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:32.8951304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:32.8951644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 XFAIL [ 76%] 2022-12-01T10:41:32.8951991Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 PASSED [ 76%] 2022-12-01T10:41:32.8952323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:32.8952666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:41:32.8953024Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:32.8953447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-12-01T10:41:32.8953816Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:32.8954152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:41:32.8954487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 PASSED [ 77%] 2022-12-01T10:41:32.8954809Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:32.8955146Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:41:32.8955491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:41:32.8955824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 XFAIL [ 78%] 2022-12-01T10:41:32.8956157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 XFAIL [ 78%] 2022-12-01T10:41:32.8956495Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 XFAIL [ 78%] 2022-12-01T10:41:32.8956866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:32.8957186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:32.8957527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 PASSED [ 79%] 2022-12-01T10:41:32.8957871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:32.8958217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:41:32.8958554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 PASSED [ 80%] 2022-12-01T10:41:32.8958898Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:32.8959247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:32.8959572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 PASSED [ 80%] 2022-12-01T10:41:32.8959920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:41:32.8960261Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 PASSED [ 81%] 2022-12-01T10:41:32.8960595Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:32.8960917Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 PASSED [ 81%] 2022-12-01T10:41:32.8961275Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:41:32.8961663Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:41:32.8962027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 PASSED [ 81%] 2022-12-01T10:41:32.8962353Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 PASSED [ 82%] 2022-12-01T10:41:32.8962701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 PASSED [ 82%] 2022-12-01T10:41:32.8963053Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 PASSED [ 82%] 2022-12-01T10:41:32.8963395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 PASSED [ 82%] 2022-12-01T10:41:32.8963755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 PASSED [ 82%] 2022-12-01T10:41:32.8964116Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 PASSED [ 83%] 2022-12-01T10:41:32.8964478Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 PASSED [ 83%] 2022-12-01T10:41:32.8964876Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 PASSED [ 83%] 2022-12-01T10:41:32.8965249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 PASSED [ 83%] 2022-12-01T10:41:32.8965600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 PASSED [ 83%] 2022-12-01T10:41:32.8965944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 PASSED [ 84%] 2022-12-01T10:41:32.8966273Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 XFAIL [ 84%] 2022-12-01T10:41:32.8966611Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 PASSED [ 84%] 2022-12-01T10:41:32.8966952Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 PASSED [ 84%] 2022-12-01T10:41:32.8967276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 PASSED [ 84%] 2022-12-01T10:41:32.8967615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 PASSED [ 84%] 2022-12-01T10:41:32.8967978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 PASSED [ 85%] 2022-12-01T10:41:32.8968315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 PASSED [ 85%] 2022-12-01T10:41:32.8968638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 PASSED [ 85%] 2022-12-01T10:41:32.8968975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 PASSED [ 85%] 2022-12-01T10:41:32.8969561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_cpu_float32 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-12-01T10:41:32.8969943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 PASSED [ 86%] 2022-12-01T10:41:32.8970290Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 PASSED [ 86%] 2022-12-01T10:41:32.8970647Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 PASSED [ 86%] 2022-12-01T10:41:32.8971016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 PASSED [ 86%] 2022-12-01T10:41:32.8971351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 PASSED [ 86%] 2022-12-01T10:41:32.8971702Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 PASSED [ 86%] 2022-12-01T10:41:32.8972061Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:32.8972435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:32.8972817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 87%] 2022-12-01T10:41:32.8973401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-12-01T10:41:32.8974032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-12-01T10:41:32.8974532Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:32.8974874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:32.8975249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:32.8975616Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:32.8975987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 PASSED [ 88%] 2022-12-01T10:41:32.8976356Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:32.8976772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:32.8977141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:32.8977701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-12-01T10:41:32.8978354Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-12-01T10:41:32.8978805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 PASSED [ 89%] 2022-12-01T10:41:32.8979177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:32.8979526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:32.8979901Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 PASSED [ 90%] 2022-12-01T10:41:32.8980264Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:41:32.8980625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 PASSED [ 90%] 2022-12-01T10:41:32.8980964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 PASSED [ 91%] 2022-12-01T10:41:32.8981302Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:32.8981641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 PASSED [ 91%] 2022-12-01T10:41:32.8981983Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:32.8982308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 PASSED [ 91%] 2022-12-01T10:41:32.8982645Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 PASSED [ 92%] 2022-12-01T10:41:32.8982988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 PASSED [ 92%] 2022-12-01T10:41:32.8983317Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 PASSED [ 92%] 2022-12-01T10:41:32.8983710Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 SKIPPED (Skipped! stft does not match the native function) [ 92%] 2022-12-01T10:41:32.8984097Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 PASSED [ 92%] 2022-12-01T10:41:32.8984561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 PASSED [ 92%] 2022-12-01T10:41:32.8984887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 PASSED [ 93%] 2022-12-01T10:41:32.8985222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 PASSED [ 93%] 2022-12-01T10:41:32.8985564Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 XFAIL [ 93%] 2022-12-01T10:41:32.8985909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 PASSED [ 93%] 2022-12-01T10:41:32.8986231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 PASSED [ 93%] 2022-12-01T10:41:32.8986567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 PASSED [ 94%] 2022-12-01T10:41:32.8986906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 PASSED [ 94%] 2022-12-01T10:41:32.8987231Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:32.8987575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 PASSED [ 94%] 2022-12-01T10:41:32.8987919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 PASSED [ 94%] 2022-12-01T10:41:32.8988311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 PASSED [ 94%] 2022-12-01T10:41:32.8988646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:41:32.8989002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:41:32.8989351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 PASSED [ 95%] 2022-12-01T10:41:32.8989703Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 PASSED [ 95%] 2022-12-01T10:41:32.8990033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 PASSED [ 95%] 2022-12-01T10:41:32.8990382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:32.8990721Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:32.8991058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:32.8991441Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:41:32.8991776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 PASSED [ 96%] 2022-12-01T10:41:32.8992115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:32.8992443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 PASSED [ 97%] 2022-12-01T10:41:32.8992779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:41:32.8993118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 PASSED [ 97%] 2022-12-01T10:41:32.8993445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 XFAIL [ 97%] 2022-12-01T10:41:32.8993776Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 XFAIL [ 97%] 2022-12-01T10:41:32.8994115Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:32.8994459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 PASSED [ 98%] 2022-12-01T10:41:32.8994778Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:32.8995118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 PASSED [ 98%] 2022-12-01T10:41:32.8995457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:41:32.8995807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:41:32.8996136Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:41:32.8996487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:41:32.8996843Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 XFAIL [ 99%] 2022-12-01T10:41:32.8997164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 XFAIL [ 99%] 2022-12-01T10:41:32.8997500Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 PASSED [100%] 2022-12-01T10:41:32.8997689Z 2022-12-01T10:41:32.8998017Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-15437eac5d700ac7.xml - 2022-12-01T10:41:32.8998392Z = 402 passed, 56 skipped, 1 deselected, 80 xfailed, 91 warnings in 548.88s (0:09:08) = 2022-12-01T10:41:32.8998709Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:41:32.8998907Z 2022-12-01T10:41:32.8999251Z ##[endgroup] 2022-12-01T10:41:32.8999627Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_xok4qyfu) 2022-12-01T10:41:32.8999877Z 2022-12-01T10:41:33.2310154Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:41:33.230572] 2022-12-01T10:41:40.3358966Z 2022-12-01T10:41:40.3359509Z Expand the folded group to see the log file of test_ops_jit 2022-12-01T10:41:40.3360325Z ##[group]PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_nii4lhj_) 2022-12-01T10:41:40.3361061Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit-9ae55a5a35da969e.xml 2022-12-01T10:41:40.3361659Z ============================= test session starts ============================== 2022-12-01T10:41:40.3362038Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:41:40.3362297Z cachedir: .pytest_cache 2022-12-01T10:41:40.3362700Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:41:40.3363077Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:41:40.3363690Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:41:40.3364005Z collecting ... collected 1018 items / 1014 deselected / 4 selected 2022-12-01T10:41:40.3364632Z Running 4 items in this shard: test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64, test/test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-12-01T10:41:40.3365104Z 2022-12-01T10:41:40.3365285Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 PASSED [ 25%] 2022-12-01T10:41:40.3365659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:41:40.3366035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 PASSED [ 75%] 2022-12-01T10:41:40.3366411Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-12-01T10:41:40.3366594Z 2022-12-01T10:41:40.3366906Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit-9ae55a5a35da969e.xml - 2022-12-01T10:41:40.3367265Z ================ 4 passed, 1014 deselected, 1 warning in 4.48s ================= 2022-12-01T10:41:40.3367588Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-12-01T10:41:40.3367783Z 2022-12-01T10:41:40.3368007Z ##[endgroup] 2022-12-01T10:41:40.3368378Z FINISHED PRINTING LOG FILE of test_ops_jit (/var/lib/jenkins/workspace/test/test-reports/test_ops_jit_nii4lhj_) 2022-12-01T10:41:40.3368589Z 2022-12-01T10:41:40.3369239Z Running test_ops_gradients ... [2022-12-01 10:41:40.336753] 2022-12-01T10:41:41.4831335Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:41.5137828Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:41:41.5463140Z Ignoring disabled issues: [] 2022-12-01T10:41:41.5621961Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.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:41:41.561772] 2022-12-01T10:41:41.5766840Z Ignoring disabled issues: [] 2022-12-01T10:41:41.5922353Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.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:41:41.591914] 2022-12-01T10:54:59.1931521Z 2022-12-01T10:54:59.1931990Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:54:59.1933070Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_ywhnr863) 2022-12-01T10:54:59.2016277Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-bd13e6ca932ce7e3.xml 2022-12-01T10:54:59.2016871Z ============================= test session starts ============================== 2022-12-01T10:54:59.2017486Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:54:59.2017920Z cachedir: .pytest_cache 2022-12-01T10:54:59.2018617Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:54:59.2019219Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:54:59.2027274Z 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:54:59.2027922Z collecting ... collected 7560 items / 18 deselected / 7542 selected 2022-12-01T10:54:59.2630253Z Running 3784 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-12-01T10:54:59.3000800Z 2022-12-01T10:54:59.3001153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3001637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3002101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3002571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3003312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3003755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3004207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3004653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3005094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3005526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3006044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3006502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3006960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3007407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3007878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3008324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3008999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3009590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3010043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3010492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3010942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3011393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3011953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3012543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3012988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:54:59.3013414Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3013858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3014321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3014904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3015363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3015807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3016263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3016824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3017294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3017788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3018260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:54:59.3018837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:54:59.3019407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:54:59.3019861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3020293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3020695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 PASSED [ 1%] 2022-12-01T10:54:59.3021218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:54:59.3021681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3022128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3022581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3023031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3023483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3023921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3024364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3024917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3025375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3025858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3026313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3026767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3027213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3027650Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3028097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3028544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3029043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3029502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3029965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3030413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3030857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3031294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3031756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3032210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3032672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3033115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3033559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3034005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3034453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3035018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:54:59.3035578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:54:59.3036028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3036470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:54:59.3036944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3037374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3037828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3038278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3038726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3039268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T10:54:59.3039720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3040197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3040651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3041096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3041546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3041993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3042446Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3042883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3043331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3043782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3044239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3044675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3045122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3045569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3046021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3046476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3046911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3047349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3047825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3048272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3048700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3049144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3049590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3050044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3050483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3050959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3051403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3051850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3052284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3052729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3053166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3053603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:54:59.3054035Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3054679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3055144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3055595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3056029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3056601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3057068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3057518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3057969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3058396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3058902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3059350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3059804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3060244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3060693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3061259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3061861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3062422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3062990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3063443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:54:59.3063888Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:54:59.3064316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:54:59.3064840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:54:59.3065257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:54:59.3065693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3066128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3066575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3067133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:54:59.3067591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3068024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3068474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3068929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3069384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3069826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3070384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3070854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3071332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3071792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:54:59.3072234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3072702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3073197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3073657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3074097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3074694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:54:59.3075301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:54:59.3075743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:54:59.3076128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 4%] 2022-12-01T10:54:59.3076572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3077039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3077500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3077964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3078438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3078905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3079377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3079846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3080433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:54:59.3081036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:54:59.3081697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:54:59.3082187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3082813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3083294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3083771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3084278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3084757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 4%] 2022-12-01T10:54:59.3085244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3085703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3086166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3086632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3087084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3087559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3088025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3088484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3088939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3089411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3089876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3090338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:54:59.3090790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3091244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3091687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3092160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3092606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3093068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3093651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3094238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3094899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3095520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3096105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3096561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3097130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3097577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3098145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3098604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3099062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3099499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3099945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3100386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3100839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3101278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3101855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:54:59.3102325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3102786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3103239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3103755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3104221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3104755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3105213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3105662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3106140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3106608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3107116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3107568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3108028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3108482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3108931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:54:59.3109370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3109834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3110295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3110741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3111192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3111676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3112154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3112617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3113057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3113487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3113928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3114372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3114854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3115296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3115768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3116231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3116683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3117257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3117878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3118337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3118788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3119340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3119793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3120367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3120963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3121539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3122115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3122689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:54:59.3123181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3123698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3124184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3124679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3125180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3125673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3126207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3126703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3127179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:54:59.3127654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3128143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3128633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3129145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3129641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3130140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3130620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3131103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3131578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3132076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3132596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3133079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3133534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 7%] 2022-12-01T10:54:59.3133980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3134563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3135047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3135547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3136049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3136597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3137059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3137537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3138014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3138486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3138955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3139466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3139961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3140434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3140923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3141364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 7%] 2022-12-01T10:54:59.3141842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3142346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3142836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3143315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3143805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3144294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3144873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3145357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3145813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:54:59.3146283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3146749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3147280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3147768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3148257Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3148732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3149224Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3149735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3150273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3150751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3151231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3151846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T10:54:59.3152293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3152738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3153184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3153636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3154069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3154517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3154957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:54:59.3155382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 8%] 2022-12-01T10:54:59.3155936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T10:54:59.3156522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T10:54:59.3157102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T10:54:59.3157675Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-12-01T10:54:59.3158118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3158602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3159056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3159508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3159958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3160407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3160855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:54:59.3161270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:54:59.3161714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 8%] 2022-12-01T10:54:59.3162126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3162573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3163025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3163466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3163899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:54:59.3164350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3164925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3165503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3166075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3166656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3167127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3167577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3168014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3168462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3168928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3169404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3169895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3170352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3170928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3171403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3171862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3172303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3172790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3173243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3173701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3174122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:54:59.3174603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:54:59.3175031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3175484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3175921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3176382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3176846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3177317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3177777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3178381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3178820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 PASSED [ 9%] 2022-12-01T10:54:59.3179242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3179679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3180132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3180744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3181320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:54:59.3181767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3182215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:54:59.3182672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3183130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3183571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3184061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3184841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3185441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3186064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3186536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3186996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3187451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3188058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3188688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T10:54:59.3189326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3189942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3190560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3191032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3191631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3192288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T10:54:59.3193006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T10:54:59.3193666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T10:54:59.3194316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-12-01T10:54:59.3194810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3195533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:54:59.3196112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3196630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3197085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3197551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3198012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3198473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3198910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3199362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3199814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3200265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3200698Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3201146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3201599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3202048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3202493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:54:59.3202954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3203402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3203843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3204303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3204756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3205213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3205663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3206105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3206536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3206991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3207472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3207939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3208394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3208853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3209302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3209761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3210197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3210640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3211089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3211531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3212103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:54:59.3212682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:54:59.3213250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:54:59.3213708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3214139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3214660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3215106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3215599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3216029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3216471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3216924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3217374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3217817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3218283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3218733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3219177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:54:59.3219756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:54:59.3220149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 PASSED [ 11%] 2022-12-01T10:54:59.3220502Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3220868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3221228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3221585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3221937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3222286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3222638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3223015Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:54:59.3223385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3223741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3224080Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3224530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3224891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3225239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3225606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3225959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3226331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3226761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3227130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3227652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3228229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3228626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3229151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3229562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3229924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3230467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3231044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3231612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3232195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:54:59.3232623Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 12%] 2022-12-01T10:54:59.3233059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 SKIPPED (Passes on complex128 and float64 only) [ 12%] 2022-12-01T10:54:59.3233470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3233827Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3234169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3234528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3234884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 PASSED [ 12%] 2022-12-01T10:54:59.3235237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 PASSED [ 12%] 2022-12-01T10:54:59.3235579Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3235952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3236322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3236672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3237033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:54:59.3237392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 XFAIL [ 13%] 2022-12-01T10:54:59.3237745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3238081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3238590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:54:59.3239042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3239427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3239790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3240162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3240694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:54:59.3241265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:54:59.3241671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3242037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3242456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 XFAIL [ 13%] 2022-12-01T10:54:59.3242967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:54:59.3243387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3243772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3244155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3244512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3244871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3245228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3245594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3245948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3246313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3246684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3247055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3247394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3247750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:54:59.3248104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3248463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:54:59.3248856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 SKIPPED (Barely fails) [ 13%] 2022-12-01T10:54:59.3249218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3249593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3249946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 PASSED [ 13%] 2022-12-01T10:54:59.3250310Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3250711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3251072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3251419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3251780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3252140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3252481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3252847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3253226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3253594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3253958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3254318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3254752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3255112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3255455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3255991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:54:59.3256580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:54:59.3256988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3257323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3257685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3258049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3258398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3258755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3259109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3259626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:54:59.3260030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3260394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3260752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3261114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3261469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3261837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3262234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3262575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3262937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3263290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3263647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 PASSED [ 14%] 2022-12-01T10:54:59.3263999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3264362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 PASSED [ 14%] 2022-12-01T10:54:59.3264807Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3265169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3265516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3265921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3266286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3266635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3266993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 PASSED [ 15%] 2022-12-01T10:54:59.3267356Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3267716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 PASSED [ 15%] 2022-12-01T10:54:59.3268060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3268410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3268778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 PASSED [ 15%] 2022-12-01T10:54:59.3269155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3269500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3270044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3270453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3270789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3271136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3271665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3272242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3272798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3273207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 XFAIL [ 15%] 2022-12-01T10:54:59.3273736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3274359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3274936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3275341Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 PASSED [ 15%] 2022-12-01T10:54:59.3275703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3276057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3276400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3276766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3277128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3277490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3277868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3278232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 PASSED [ 15%] 2022-12-01T10:54:59.3278753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3279322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3279887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3280463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:54:59.3281032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3281601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3282160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3282733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3283301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3283876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3284276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3284682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:54:59.3285127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:54:59.3285549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:54:59.3285965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:54:59.3286405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3286765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3287126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3287467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3287983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3288390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3288753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3289108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3289472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3289866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3290232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3290589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3290960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3291331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3291689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3292077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3292465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3292834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3293365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3293980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3294672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3295279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:54:59.3295726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:54:59.3296109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:54:59.3296500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3296890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 16%] 2022-12-01T10:54:59.3297256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 PASSED [ 16%] 2022-12-01T10:54:59.3297640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3298023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3298468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3299016Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3299621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3300054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3300430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3300815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:54:59.3301221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3301704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 17%] 2022-12-01T10:54:59.3302143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3302503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3302880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3303255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3303630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3303995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3304481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3304862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3305230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3305587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3305966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3306347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3306712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3307088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3307468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3307856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3308386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3308798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3309154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 PASSED [ 17%] 2022-12-01T10:54:59.3309509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3309908Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3310279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3310645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3311007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 PASSED [ 17%] 2022-12-01T10:54:59.3311531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3312125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3312716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3313298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:54:59.3313895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:54:59.3314314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3314836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:54:59.3315249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3315599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3315961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3316325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3316677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3317038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amax_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3317415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3317793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3318150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3318525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_log_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3318905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logaddexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3319288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_logsumexp_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3319651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3320021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3320400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3320780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_normalize_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3321142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3321516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3321926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmax_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3322283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3322651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3323018Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3323378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3323726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3324088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3324444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3324797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3325189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3325588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3325987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3326348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3326696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3327051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 PASSED [ 18%] 2022-12-01T10:54:59.3327427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 18%] 2022-12-01T10:54:59.3327788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3328153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3328695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3329280Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3329689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 PASSED [ 19%] 2022-12-01T10:54:59.3330047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3330409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3330939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3331338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 PASSED [ 19%] 2022-12-01T10:54:59.3331860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3332458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3333047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3333615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3334234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3334890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3335469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:54:59.3335907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3336326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3336741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3337195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3337588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3337983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3338366Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3338755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3339130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3339520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3339927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3340337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3340733Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3341138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3341538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3341935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3342314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3342701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3343099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3343492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3343897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 19%] 2022-12-01T10:54:59.3344345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 19%] 2022-12-01T10:54:59.3344853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3345314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3345697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3346077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3346467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3346847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3347234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3347626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3348033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3348469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3348885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3349300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3349700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3350072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3350453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3350845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3351235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3351618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3352023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3352412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3352804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3353191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3353585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3353988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3354388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3354762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3355148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3355540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3355950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3356347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3356780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3357180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3357566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3357968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3358370Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3358775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 20%] 2022-12-01T10:54:59.3359175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3359600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 PASSED [ 20%] 2022-12-01T10:54:59.3359992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3360391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3360782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3361173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3361553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3361938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3362337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3362748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3363143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3363531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3363910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3364299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3364687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3365112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3365514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3365911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3366480Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:54:59.3366895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3367247Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3367642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:54:59.3368099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 21%] 2022-12-01T10:54:59.3368646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:54:59.3369219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:54:59.3369789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:54:59.3370202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3370562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3370912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3371311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3371673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 XFAIL [ 21%] 2022-12-01T10:54:59.3372032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3372439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:54:59.3372853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:54:59.3373242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3373596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3373951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3374304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 PASSED [ 21%] 2022-12-01T10:54:59.3374752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 PASSED [ 21%] 2022-12-01T10:54:59.3375270Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:54:59.3375854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3376428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3377014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3377418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3377780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3378139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3378500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3378864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3379246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3379614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3380019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3380383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3380907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3381493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3382061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3382489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3382863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3383269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3383622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3383972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3384351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:54:59.3384820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3385172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3385547Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3385935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3386312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3386662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3387025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3387390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3387902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3388481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3388889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3389243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3389583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3389935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3390312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 PASSED [ 22%] 2022-12-01T10:54:59.3390697Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 PASSED [ 22%] 2022-12-01T10:54:59.3391237Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:54:59.3391925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:54:59.3392364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3392730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3393084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3393652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:54:59.3394103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3394668Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:54:59.3395312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:54:59.3396041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:54:59.3396683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:54:59.3397125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3397488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3397873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3398256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3398625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3398965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3399325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3399690Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3400053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3400397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3400758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3401119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3401464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3401819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3402169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3402522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3402868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3403228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3403577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3403990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3404345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3404699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3405051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3405390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3405743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 PASSED [ 23%] 2022-12-01T10:54:59.3406093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3406627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:54:59.3407037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 PASSED [ 23%] 2022-12-01T10:54:59.3407429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3407784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3408148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3408507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3408879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3409243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3409590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3409944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3410314Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3410677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3411024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3411554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T10:54:59.3412159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T10:54:59.3412588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3412938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3413293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3413646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3414008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3414434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3414797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3415155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3415503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3415891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3416240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3416585Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3416905Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3417245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3417573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3417900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3418251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3418596Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3418964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3419291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3419628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3419978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 24%] 2022-12-01T10:54:59.3420323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 PASSED [ 24%] 2022-12-01T10:54:59.3420647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 PASSED [ 24%] 2022-12-01T10:54:59.3420983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3421316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3421639Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3421978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3422321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3422661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3423000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3423357Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3423693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3424087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3424636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3425031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3425431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3425812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3426209Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3426655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3427110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3427603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:54:59.3428000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 25%] 2022-12-01T10:54:59.3428360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3428699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3429020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3429359Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3429699Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3430023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3430371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3430753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3431108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3431448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3431793Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3432131Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3432475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3432864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3433314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3433711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 PASSED [ 25%] 2022-12-01T10:54:59.3434117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:54:59.3434530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3434860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 PASSED [ 25%] 2022-12-01T10:54:59.3435193Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3435529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:54:59.3435849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 XFAIL [ 26%] 2022-12-01T10:54:59.3436249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:54:59.3436702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:54:59.3437098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3437431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3437786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3438136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3438472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3438821Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3439158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3439499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3439836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3440184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3440536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3440893Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3441240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3441584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3441936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3442303Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3442629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3442961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3443362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:54:59.3443743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:54:59.3444072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 XFAIL [ 26%] 2022-12-01T10:54:59.3444404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3444742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3445071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3445433Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3445791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3445953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3446117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3446264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3446423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3446578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3446738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 PASSED [ 26%] 2022-12-01T10:54:59.3446896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 PASSED [ 26%] 2022-12-01T10:54:59.3447076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3447247Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3447406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3447549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3447708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3447864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3448053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3448208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3448365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3448518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3448739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3448956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3449168Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3449380Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3449629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3449847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3450003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3450159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3450316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3450471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3450635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3450797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3451003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:54:59.3451163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3451321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3451485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3451644Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3451813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3451977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3452143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3452292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3452448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3452612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3452771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3452928Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3453089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3453252Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 PASSED [ 27%] 2022-12-01T10:54:59.3453407Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 PASSED [ 27%] 2022-12-01T10:54:59.3453623Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3453774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3453933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3454092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3454258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3454487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3454655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3454813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3454975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3455161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3455322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3455480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3455647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3455808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3455965Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3456120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3456275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3456436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3456640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3456801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3457024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3457248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3457408Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3457567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3457724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3457883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3458045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3458192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3458360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 PASSED [ 28%] 2022-12-01T10:54:59.3458521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3458680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3458843Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 PASSED [ 28%] 2022-12-01T10:54:59.3459060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3459320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3459542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3459757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3459961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3460175Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:54:59.3460397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3460641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3460803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:54:59.3461004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:54:59.3461202Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:54:59.3461409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:54:59.3461600Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:54:59.3461811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:54:59.3461961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3462122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3462278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3462490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3462662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3462823Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3462993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3463158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3463329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3463480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3463640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3463810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3463978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3464150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3464318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3464622Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3464790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3465024Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3465245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3465428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3465593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3465767Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3465942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3466156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3466335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3466507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3466741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:54:59.3466921Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 29%] 2022-12-01T10:54:59.3467091Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 PASSED [ 29%] 2022-12-01T10:54:59.3467267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 PASSED [ 29%] 2022-12-01T10:54:59.3467509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2022-12-01T10:54:59.3467677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3467846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3468018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3468186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3468367Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3468521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3468694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3468861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3469034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3469206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3469370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3469545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3469717Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3469942Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3470186Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3470349Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3470512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3470675Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3470839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3471067Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3471289Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3471512Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3471701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3471859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3472007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3472164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3472325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amax_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3472487Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_amin_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3472710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:54:59.3472881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3473045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3473217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_log_softmax_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3473371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3473531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_mean_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3473705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_complex128 PASSED [ 30%] 2022-12-01T10:54:59.3473865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3474035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 PASSED [ 30%] 2022-12-01T10:54:59.3474205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3474371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3474539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmax_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3474702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3474854Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3475015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3475176Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3475341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3475549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3475707Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3475867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3476050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3476237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3476399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3476574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3476732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3476896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3477050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3477237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3477399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3477560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3477706Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3477874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3478090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3478320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3478547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3478764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3478974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3479194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3479416Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3479634Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:54:59.3479816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3479984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3480164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3480364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3480534Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 PASSED [ 31%] 2022-12-01T10:54:59.3480714Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 PASSED [ 31%] 2022-12-01T10:54:59.3480890Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3481109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3481297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3481479Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3481648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3481827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3482005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3482191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3482373Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3482603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3482806Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3505350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3505636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3505811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3505991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3506180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3506370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3506550Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3506739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3506907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3507077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3507249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3507430Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3507602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3507794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:54:59.3507981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 32%] 2022-12-01T10:54:59.3508160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3508338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3508499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3508695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3509025Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3509204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3509378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3509556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3509737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3509903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3510082Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 32%] 2022-12-01T10:54:59.3510256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 32%] 2022-12-01T10:54:59.3510480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3510648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3510810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3510975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3511157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3511334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3511507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3511676Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3511847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3512016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3512201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3512381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3512581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3512761Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3512980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:54:59.3513137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3513285Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3513436Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3513589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3513743Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3513898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3514046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3514258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:54:59.3514453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-12-01T10:54:59.3514668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:54:59.3514882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:54:59.3515084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-12-01T10:54:59.3515238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3515388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3515545Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3515723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3515883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3516035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3516205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3516386Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:54:59.3516537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3516687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 PASSED [ 33%] 2022-12-01T10:54:59.3516837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 PASSED [ 33%] 2022-12-01T10:54:59.3516984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3517136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3517351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3517563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3517770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3517979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3518196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3518404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3518556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3518704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3518858Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3519009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3519175Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3519334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3519520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3519671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3519830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3520052Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3520267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3520484Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:54:59.3520638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3520788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3520971Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3521127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3521287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3521437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3521601Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3521759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3521915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3522079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3522235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3522395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3522547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3522692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3522838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3522983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3523130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 PASSED [ 34%] 2022-12-01T10:54:59.3523278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 PASSED [ 34%] 2022-12-01T10:54:59.3523438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3523590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3523760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3523922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3524065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3524249Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:54:59.3524472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3524692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3524943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3525177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3525595Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3525954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3526114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3526274Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3526529Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3526685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3526840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3527076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3527233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3527471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:54:59.3527846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3528210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3528565Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3528935Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 35%] 2022-12-01T10:54:59.3529089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3529248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3529410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3529577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3529738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3529888Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3530042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3530198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3530350Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3530497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3530681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3530923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3531096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 PASSED [ 35%] 2022-12-01T10:54:59.3531245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 PASSED [ 35%] 2022-12-01T10:54:59.3531390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3531540Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3531694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3531839Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3531989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3532145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3532339Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3532488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3532638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3532800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3532951Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3533097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3533240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3533388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3533541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3533689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3533836Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3533993Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3534151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3534300Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3534523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3534665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3534827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3534982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3535138Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3535292Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3535443Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3535656Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:54:59.3535805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3535956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3536136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3536286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3536438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3536599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3536747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3536903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3537053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 PASSED [ 36%] 2022-12-01T10:54:59.3537204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 PASSED [ 36%] 2022-12-01T10:54:59.3537351Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3537507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3537721Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3537940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:54:59.3538160Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:54:59.3538313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3538464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3538618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3538773Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3538933Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3539098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3539257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3539413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3539572Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3539728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3539886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3540037Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3540187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3540344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3540506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3540669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3540831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3541015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3541182Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3541343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3541531Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3541869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T10:54:59.3542023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3542179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3542332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3542650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T10:54:59.3542976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-12-01T10:54:59.3543159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 XFAIL [ 37%] 2022-12-01T10:54:59.3543323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3543519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3543668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 PASSED [ 37%] 2022-12-01T10:54:59.3543832Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 PASSED [ 37%] 2022-12-01T10:54:59.3543992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3544158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3544325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3544580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3544752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3544924Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3545071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 XFAIL [ 38%] 2022-12-01T10:54:59.3545232Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3545567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:54:59.3545888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:54:59.3546071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3546249Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3546574Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:54:59.3546739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:54:59.3546900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 XFAIL [ 38%] 2022-12-01T10:54:59.3547228Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:54:59.3547542Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:54:59.3547713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3547940Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3548125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3548304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3548482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3548658Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3548820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3548983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3549148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3549315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3549491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3549696Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3549868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3550035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3550195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3550360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3550509Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 XFAIL [ 38%] 2022-12-01T10:54:59.3550668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 XFAIL [ 38%] 2022-12-01T10:54:59.3550833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3551006Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 PASSED [ 38%] 2022-12-01T10:54:59.3551169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 PASSED [ 38%] 2022-12-01T10:54:59.3551331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3551491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3551654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3551813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3551970Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3552142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3552309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3552474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3552636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3552816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3552980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3553148Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3553302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3553463Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3553826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:54:59.3554161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:54:59.3554485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:54:59.3554650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3554813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3554977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3555138Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3555308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3555489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3555659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3555822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3555984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3556156Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3556322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3556492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3556664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3556822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3556988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3557158Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3557325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3557492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3557665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3557835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 PASSED [ 39%] 2022-12-01T10:54:59.3558000Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 PASSED [ 39%] 2022-12-01T10:54:59.3558163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3558315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3558484Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3558649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3558813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3558976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3559142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3559302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3559499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3559662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3559990Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3560151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3560311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3560471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3560808Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3561140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3561334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3561499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3561830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3562140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3562313Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3562479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 XFAIL [ 40%] 2022-12-01T10:54:59.3562642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 XFAIL [ 40%] 2022-12-01T10:54:59.3562976Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3563310Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3563478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3563640Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3563812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3563958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3564286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3564616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3564784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3564958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3565132Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3565301Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 PASSED [ 40%] 2022-12-01T10:54:59.3565462Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 PASSED [ 40%] 2022-12-01T10:54:59.3565781Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3566151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:54:59.3566467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3566784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3567116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3567448Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3567660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3567870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3568111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3568326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3568535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3568734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3568916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-12-01T10:54:59.3569082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3569250Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3569569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3569736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3569900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3570069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3570245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3570416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3570589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:54:59.3570761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3570934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3571113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3571287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3571480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3571648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3571998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3572376Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:54:59.3572566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 41%] 2022-12-01T10:54:59.3572744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3572931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3573113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3573289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3573472Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3573652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3573857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3574033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 PASSED [ 41%] 2022-12-01T10:54:59.3574213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 41%] 2022-12-01T10:54:59.3574470Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3574651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3575025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:54:59.3575208Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3575405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 42%] 2022-12-01T10:54:59.3575581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3575751Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3575938Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3576120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3576274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3576455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3576626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3576800Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3576977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3577152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3577318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3577497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3577674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3577882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3578062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3578238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3578409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3578581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3578760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3578935Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3579100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3579267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3579415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3579790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:54:59.3580129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:54:59.3580474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:54:59.3580634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3580802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3580963Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3581127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 PASSED [ 42%] 2022-12-01T10:54:59.3581289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3581446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amax_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3581617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_amin_cpu_float64 PASSED [ 42%] 2022-12-01T10:54:59.3581953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:54:59.3582131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3582309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3582482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3582653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3582823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3582989Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_norm_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3583155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3583324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3583500Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3583675Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3583879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3584056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3584224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_softmin_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3584520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3584764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_std_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3584926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3585094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_sum_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3585265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3585433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_var_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3585647Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3585817Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3585983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3586151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3586300Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3586464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3586654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3586842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3587034Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 43%] 2022-12-01T10:54:59.3587223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3587403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3587567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3587727Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3588060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:54:59.3588222Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3588405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3588575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 PASSED [ 43%] 2022-12-01T10:54:59.3588739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3588909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3589073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3589413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3589750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3589973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 PASSED [ 44%] 2022-12-01T10:54:59.3590140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 XFAIL [ 44%] 2022-12-01T10:54:59.3590467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3590632Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 PASSED [ 44%] 2022-12-01T10:54:59.3590962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3591306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3591639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3591997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3592329Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3592654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3592982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3593294Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:54:59.3593493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3593684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3593873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3594058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3594252Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3594436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3594617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3594810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3595017Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3595183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3595365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3595549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:54:59.3595750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 44%] 2022-12-01T10:54:59.3595942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3596127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3596536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 44%] 2022-12-01T10:54:59.3596722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3596902Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3597072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3597266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3597457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 44%] 2022-12-01T10:54:59.3597652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3597851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3598983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3599185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:54:59.3599377Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3599580Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 45%] 2022-12-01T10:54:59.3599755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3600140Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T10:54:59.3600341Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3600523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3600713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3600884Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3601077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3601266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3601456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3601645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3601839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3602064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3602431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T10:54:59.3602624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3602811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3602973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3603154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3603349Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3603534Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3603747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3603928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3604110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3604323Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3604504Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3604684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3604853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 PASSED [ 45%] 2022-12-01T10:54:59.3605019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 PASSED [ 45%] 2022-12-01T10:54:59.3605216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 46%] 2022-12-01T10:54:59.3605550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3605873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3606211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3606539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3606872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3607039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3607195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3607362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3607533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3607695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3607877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3608072Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3608239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3608402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3608561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3608709Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3608876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3609214Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3609549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3609713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3609905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3610081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3610254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3610423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3610573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3610737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3610916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3611087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3611258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3611422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3611757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3612087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3612423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:54:59.3612582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3612747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3612913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 PASSED [ 46%] 2022-12-01T10:54:59.3613075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 PASSED [ 46%] 2022-12-01T10:54:59.3613267Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:54:59.3613433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3613593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3613758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3613917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3614102Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3614269Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3614519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3614705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3615051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3615421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 47%] 2022-12-01T10:54:59.3615586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3615752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3615952Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3616104Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3616434Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3616597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3616759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3616922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3617088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_complex128 PASSED [ 47%] 2022-12-01T10:54:59.3617254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3617456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:54:59.3617653Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:54:59.3617987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3618356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3618725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3619101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T10:54:59.3619277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3619449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3619620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3619995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T10:54:59.3620172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3620530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:54:59.3620721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3620928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3621312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T10:54:59.3621699Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 47%] 2022-12-01T10:54:59.3621876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 PASSED [ 47%] 2022-12-01T10:54:59.3622045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3622211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3622415Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3622578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3622747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3622898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3623064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3623223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3623384Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3623546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3623707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3623876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3624039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3624185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3624347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3624614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3624793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3624966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3625129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3625296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3625456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3625630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3625785Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3625943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3626111Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3626272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3626445Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3626664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3626833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3626999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3627162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3627327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3627488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3627652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3627811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3627988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 PASSED [ 48%] 2022-12-01T10:54:59.3628188Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3628355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 PASSED [ 48%] 2022-12-01T10:54:59.3628523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3628676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3628838Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3629012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3629184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3629351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3629513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3629683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3629850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3630013Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3630160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3630499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:54:59.3630829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:54:59.3630999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3631177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3631346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3631595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3631769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3631939Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3632090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3632254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3632508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3632673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3632842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3633008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3633177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3633341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3633500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3633668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3633847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 49%] 2022-12-01T10:54:59.3634041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3634208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3634372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3634715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:54:59.3635062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:54:59.3635226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3635394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 PASSED [ 49%] 2022-12-01T10:54:59.3635722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3636059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3636384Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3636723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3636916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 50%] 2022-12-01T10:54:59.3637086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3637252Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3637425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3637590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3637740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3637921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3638095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3638269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3638437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 XFAIL [ 50%] 2022-12-01T10:54:59.3638632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 XFAIL [ 50%] 2022-12-01T10:54:59.3638808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3638978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3639307Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3639469Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3639796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3639979Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3640147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3640340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3640504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 XFAIL [ 50%] 2022-12-01T10:54:59.3640842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3641168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:54:59.3641353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3641534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3641690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3641859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3642030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3642205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3642375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3642544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3642706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3642888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 50%] 2022-12-01T10:54:59.3643054Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3643233Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 PASSED [ 50%] 2022-12-01T10:54:59.3643407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3643577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3643745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3643909Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3644072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3644424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:54:59.3644799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:54:59.3644967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 XFAIL [ 51%] 2022-12-01T10:54:59.3645117Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 XFAIL [ 51%] 2022-12-01T10:54:59.3645288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3645454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3645623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3645793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3645965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3646134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3646352Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3646509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3646674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3646847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3647020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3647195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3647375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3647543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3647714Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3647897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3648066Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3648234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3648396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3648564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3648735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3648900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3649243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:54:59.3649579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:54:59.3649906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:54:59.3650073Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3650225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 PASSED [ 51%] 2022-12-01T10:54:59.3650389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3650597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 PASSED [ 51%] 2022-12-01T10:54:59.3650769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3650941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3651277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:54:59.3651604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:54:59.3651777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3651949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3652107Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3652314Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3652491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3652665Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3652836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3653006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3653177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3653350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3653507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3653677Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3653860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3654031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3654198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3654444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3654612Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3654781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3654959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3655119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3655287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3655454Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3655623Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3655788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3655960Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3656128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3656340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3656510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:54:59.3656675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3656847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 PASSED [ 52%] 2022-12-01T10:54:59.3657191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:54:59.3657367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 PASSED [ 52%] 2022-12-01T10:54:59.3657690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:54:59.3658018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:54:59.3658207Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 XFAIL [ 53%] 2022-12-01T10:54:59.3658552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3658725Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3658887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3659205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3659374Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3659558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3659735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3659910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3660078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3660255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3660423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3660598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3660751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3661080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3661415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3661753Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3662088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3662412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3662740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3663116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3663447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3663621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3663774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3663993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T10:54:59.3664194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T10:54:59.3664536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 53%] 2022-12-01T10:54:59.3664774Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3664942Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3665272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:54:59.3665437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3665602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3665777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3665947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3666135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3666319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3666489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 PASSED [ 53%] 2022-12-01T10:54:59.3666667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 PASSED [ 53%] 2022-12-01T10:54:59.3666847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3667040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3667215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3667396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3667558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3667913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3668263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3668622Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3668977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3669360Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3669558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3669746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3669931Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3670113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3670278Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3670468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3670649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3670857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3671210Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3671581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:54:59.3671761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3671934Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3672130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 54%] 2022-12-01T10:54:59.3672304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3672482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3672666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3672915Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 54%] 2022-12-01T10:54:59.3673098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3673273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3673455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3673650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3673831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3674008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3674180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3674359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3674544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3674729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 PASSED [ 54%] 2022-12-01T10:54:59.3674951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 PASSED [ 54%] 2022-12-01T10:54:59.3675130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3675477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3675649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3675814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3675968Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3676134Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3676305Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3676483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3676695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3676878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3677050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3677215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3677564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3677904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3678241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3678577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3678742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3679080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3679253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3679585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3679917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3680246Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3680416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3680583Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3680733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3680899Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3681061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3681264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amax_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3681611Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:54:59.3681793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3681967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3682148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_log_softmax_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3682328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logaddexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3682497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_logsumexp_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3682673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_median_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3682845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_norm_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3683050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_float64 PASSED [ 55%] 2022-12-01T10:54:59.3683228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_complex128 PASSED [ 55%] 2022-12-01T10:54:59.3683404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3683579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmax_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3683754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_softmin_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3683930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3684090Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_std_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3684262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3684445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3684615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3684779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3684972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3685161Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3685346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3685517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3685673Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3685836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3686008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3686175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3686341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3686504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3686686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3686886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3687053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3687391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3687553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3687890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3688247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3688597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3688962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3689301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:54:59.3689498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3689700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3689893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3690076Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3690293Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3690482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3690678Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 56%] 2022-12-01T10:54:59.3690873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 56%] 2022-12-01T10:54:59.3691067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3691263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3691460Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3691655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3691837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3692010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3692188Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3692399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 57%] 2022-12-01T10:54:59.3692621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 57%] 2022-12-01T10:54:59.3692867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3693068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3693262Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3693445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3693635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3693826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3694002Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3694201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3694492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3694692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3694897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3695082Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3695271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-12-01T10:54:59.3695458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3695645Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3695831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3696016Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3696217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:54:59.3696414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3696607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3696793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3696995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3697201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3697388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3697581Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 PASSED [ 57%] 2022-12-01T10:54:59.3697758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3697955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 57%] 2022-12-01T10:54:59.3698145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3698355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-12-01T10:54:59.3698541Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3698723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3698902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3699086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3699286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3699459Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3699646Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3699866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3700217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3700393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3700562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3700735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3701064Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3701411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3701751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3702067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3702237Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3702410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3702582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3702752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3702942Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3703143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:54:59.3703342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 58%] 2022-12-01T10:54:59.3703517Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3703672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3703841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3704006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3704172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3704497Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3704671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3705014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-12-01T10:54:59.3705182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3705354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3705514Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3705682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3705855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3706041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 PASSED [ 58%] 2022-12-01T10:54:59.3706266Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 PASSED [ 58%] 2022-12-01T10:54:59.3706440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3706612Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3706784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3707126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3707447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3707795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3708133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3708315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3708491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3708668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3708840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3709005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3709172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3709365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 59%] 2022-12-01T10:54:59.3709524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3709701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3709874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3710042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3710223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3710403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3710621Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3710802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3711150Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3711322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3711496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3711662Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3711839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3712006Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3712367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3712537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3712701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3713036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:54:59.3713189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 PASSED [ 59%] 2022-12-01T10:54:59.3713354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3713522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3713689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3713866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3714035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 PASSED [ 59%] 2022-12-01T10:54:59.3714217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3714381Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3714732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3715070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3715447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3715829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T10:54:59.3716005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3716179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3716344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3716715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3716938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3717301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3717477Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3717869Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T10:54:59.3718247Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 60%] 2022-12-01T10:54:59.3718590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:54:59.3718797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3718966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3719144Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3719323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3719498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3719666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3719831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3719986Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3720156Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3720318Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3720482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3720650Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3720809Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3720981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3721145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3721309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3721471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3721635Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3721796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3721975Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 PASSED [ 60%] 2022-12-01T10:54:59.3722143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3722310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 PASSED [ 60%] 2022-12-01T10:54:59.3722473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3722680Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3722843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3722999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3723163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3723509Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3723675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3723844Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3724010Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3724189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3724428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3724607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3724766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3724937Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3725100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3725286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3725466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3725636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3725814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3725988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3726145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3726314Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3726487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3726654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3726998Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3727338Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3727516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3727687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3727856Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3728021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3728177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3728345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3728544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3728709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 PASSED [ 61%] 2022-12-01T10:54:59.3728881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 PASSED [ 61%] 2022-12-01T10:54:59.3729221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3729552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3729893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:54:59.3730231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3730481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3730728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3730966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3731198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3731431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3731629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:54:59.3731822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 62%] 2022-12-01T10:54:59.3732060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3732398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 62%] 2022-12-01T10:54:59.3732580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3732759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 PASSED [ 62%] 2022-12-01T10:54:59.3732980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3733161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3733334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 PASSED [ 62%] 2022-12-01T10:54:59.3733516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3733700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3733882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 PASSED [ 62%] 2022-12-01T10:54:59.3734075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3734257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3734543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 PASSED [ 62%] 2022-12-01T10:54:59.3734712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 PASSED [ 62%] 2022-12-01T10:54:59.3735062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3735417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3735764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3736001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3736241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3736511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3736861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3737197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3737537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3737883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3738226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3738565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:54:59.3738771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 62%] 2022-12-01T10:54:59.3739023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3739274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 62%] 2022-12-01T10:54:59.3739458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 PASSED [ 63%] 2022-12-01T10:54:59.3739699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3739876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3740050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3740291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3740525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3740799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3741032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3741265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3741452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:54:59.3741633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3741875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3742113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3742372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3742720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:54:59.3743055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:54:59.3743304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3743550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3743884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:54:59.3744222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:54:59.3744646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3744899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3745135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3745379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3745616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3745864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3746106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3746342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3746579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3746816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3747040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3747279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3747526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3747764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3747951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3748226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3748403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 PASSED [ 63%] 2022-12-01T10:54:59.3748637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:54:59.3748871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3749108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3749350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3749523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 64%] 2022-12-01T10:54:59.3749704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 PASSED [ 64%] 2022-12-01T10:54:59.3749885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 PASSED [ 64%] 2022-12-01T10:54:59.3750063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 PASSED [ 64%] 2022-12-01T10:54:59.3750316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3750560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3750808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3751048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3751292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3751528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3751764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3752017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3752251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3752444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 64%] 2022-12-01T10:54:59.3752676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3752919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3753154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3753417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3753657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3753888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3754239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3754585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3754930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3755252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3755602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3755777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 PASSED [ 64%] 2022-12-01T10:54:59.3755949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 PASSED [ 64%] 2022-12-01T10:54:59.3756190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3756433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3756768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:54:59.3757004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3757241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3757470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3757748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3757980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:54:59.3758216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3758446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3758684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3758919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3759190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3759430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3759666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3759897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3760133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3760375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3760611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3760834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3761069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3761245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 PASSED [ 65%] 2022-12-01T10:54:59.3761595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3761834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3762067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3762244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 PASSED [ 65%] 2022-12-01T10:54:59.3762477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3762824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3763091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3763434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3763674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3763995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3764229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3764577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3764845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3765028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 PASSED [ 65%] 2022-12-01T10:54:59.3765203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 PASSED [ 65%] 2022-12-01T10:54:59.3765547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3765893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3766081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 PASSED [ 65%] 2022-12-01T10:54:59.3766265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 PASSED [ 65%] 2022-12-01T10:54:59.3766439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 PASSED [ 65%] 2022-12-01T10:54:59.3766683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:54:59.3767025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3767366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3767719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:54:59.3768065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3768416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3768763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3769110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3769337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T10:54:59.3769588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T10:54:59.3769808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 66%] 2022-12-01T10:54:59.3770030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3770271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3770507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3770689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 PASSED [ 66%] 2022-12-01T10:54:59.3770868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 PASSED [ 66%] 2022-12-01T10:54:59.3771071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 PASSED [ 66%] 2022-12-01T10:54:59.3771315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3771553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3771806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3772051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3772294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3772521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3772773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3773023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3773269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3773533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3773794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3774038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3774276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3774723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3775133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3775499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3775862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:54:59.3776123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3776362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3776604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3776875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3777123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3777374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3777620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3777872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:54:59.3778244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3778623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3778868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3779137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3779403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3779648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3779875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3780124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3780376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 67%] 2022-12-01T10:54:59.3780646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3780894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3781136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3781378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3781625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3781872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3782155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3782402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3782645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3782888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3783231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3783410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 PASSED [ 67%] 2022-12-01T10:54:59.3783590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 PASSED [ 67%] 2022-12-01T10:54:59.3783767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 PASSED [ 67%] 2022-12-01T10:54:59.3784008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3784254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3784596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3784846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3785204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3785556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3785911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3786248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3786655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3787005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3787350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3787689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3788026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:54:59.3788269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3788542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:54:59.3788780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3789020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3789371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:54:59.3789717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:54:59.3789955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3790201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3790444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3790632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 68%] 2022-12-01T10:54:59.3790820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 PASSED [ 68%] 2022-12-01T10:54:59.3791069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3791319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3791559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3791804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3792042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3792234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 68%] 2022-12-01T10:54:59.3792497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3792742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3792981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3793214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3793452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3793701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3793967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3794207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3794442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3794683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3794929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3795168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3795420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3795658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3795895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3796129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3796367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3796547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 PASSED [ 68%] 2022-12-01T10:54:59.3796902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:54:59.3797139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3797368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:54:59.3797560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 68%] 2022-12-01T10:54:59.3797786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 PASSED [ 69%] 2022-12-01T10:54:59.3798026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3798365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3798604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3798938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3799119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 PASSED [ 69%] 2022-12-01T10:54:59.3799294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 PASSED [ 69%] 2022-12-01T10:54:59.3799676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3800024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3800480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3800844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3801189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3801545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-12-01T10:54:59.3801804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3802069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3802333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3802594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3802854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3803106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3803357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3803610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3803894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3804161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3804436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3804692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3804951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3805243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3805492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3805752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3805950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 69%] 2022-12-01T10:54:59.3806148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 PASSED [ 69%] 2022-12-01T10:54:59.3806367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 XFAIL [ 69%] 2022-12-01T10:54:59.3806596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 69%] 2022-12-01T10:54:59.3806845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3807096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3807351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3807611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3807879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:54:59.3808145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3808391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3808658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3808909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3809186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3809384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 PASSED [ 70%] 2022-12-01T10:54:59.3809635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3809897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3810153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3810431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3810682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3810936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3811195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3811448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3811717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3811975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3812229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3812487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3812746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3813004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3813257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3813501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3813692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 XFAIL [ 70%] 2022-12-01T10:54:59.3814077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:54:59.3814333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 PASSED [ 70%] 2022-12-01T10:54:59.3814673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3814922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3815172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3815433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3815716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3815969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3816218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3816476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3816739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3817004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3817286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3817534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:54:59.3817883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:54:59.3818121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3818357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3818592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3818819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3819051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3819259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 71%] 2022-12-01T10:54:59.3819634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3819989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3820332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3820681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3821022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3821264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3821530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3821771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3821967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:54:59.3822175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:54:59.3822422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3822660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3822895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3823132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3823367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3823545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 PASSED [ 71%] 2022-12-01T10:54:59.3823780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3824021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3824201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 PASSED [ 71%] 2022-12-01T10:54:59.3824676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3825023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3825373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3825610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3825897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3826086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 71%] 2022-12-01T10:54:59.3826271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 71%] 2022-12-01T10:54:59.3826451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 PASSED [ 71%] 2022-12-01T10:54:59.3826693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3826936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3827211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:54:59.3827548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3827898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-12-01T10:54:59.3828138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3828385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3828628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3828865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3829098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3829273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3829453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3829686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3829880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3830053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3830246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3830434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3830623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3830982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3831236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3831508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3831746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3831995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3832174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3832354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3832516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3832891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3833069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3833246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 PASSED [ 72%] 2022-12-01T10:54:59.3833425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3833602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 PASSED [ 72%] 2022-12-01T10:54:59.3833847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3834082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3834331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3834588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3834942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3835305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3835664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3836052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3836444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 72%] 2022-12-01T10:54:59.3836687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3836930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:54:59.3837313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:54:59.3837596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3837836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3838228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:54:59.3838603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:54:59.3838977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:54:59.3839361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:54:59.3839728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:54:59.3840134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:54:59.3840533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:54:59.3840774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3841023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3841273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3841518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3841693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:54:59.3841876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 PASSED [ 73%] 2022-12-01T10:54:59.3842062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 PASSED [ 73%] 2022-12-01T10:54:59.3842245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 PASSED [ 73%] 2022-12-01T10:54:59.3842471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3842707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3842950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3843189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3843457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3843636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 PASSED [ 73%] 2022-12-01T10:54:59.3843873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3844104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3844342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3844581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3844760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 PASSED [ 73%] 2022-12-01T10:54:59.3845018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3845256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3845487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3845665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 PASSED [ 73%] 2022-12-01T10:54:59.3845839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 PASSED [ 73%] 2022-12-01T10:54:59.3846018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 PASSED [ 73%] 2022-12-01T10:54:59.3846264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3846505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3846736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3846976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:54:59.3847208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3847385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 PASSED [ 74%] 2022-12-01T10:54:59.3847621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3847870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3848044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 PASSED [ 74%] 2022-12-01T10:54:59.3848221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 PASSED [ 74%] 2022-12-01T10:54:59.3848457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3848732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3849080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:54:59.3849447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:54:59.3849788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:54:59.3849978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 PASSED [ 74%] 2022-12-01T10:54:59.3850205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3850476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3850715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3850960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3851193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3851438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3851675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3851916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3852155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3852389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3852623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:54:59.3852805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 PASSED [ 74%] 2022-12-01T10:54:59.3853146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:54:59.3853484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:54:59.3853680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3853870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3854074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3854272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3854578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3854785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3854977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3855178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3855358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3855539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:54:59.3855740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-12-01T10:54:59.3855908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3856101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3856265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3856431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3856601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3856767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3856922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3857089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3857254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3857424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3857585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3857921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3858246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3858590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3858786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3858970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3859299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3859624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3859816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 75%] 2022-12-01T10:54:59.3859984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3860192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3860390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3860621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3860813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3860988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 PASSED [ 75%] 2022-12-01T10:54:59.3861141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:54:59.3861340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3861536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3861740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3861963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3862159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3862353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3862677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3862891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3863098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3863293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3863495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:54:59.3863829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:54:59.3864037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3864233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3864501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3864705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3865035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:54:59.3865233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3865442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3865598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3865768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3865977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3866231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3866433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3866614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 PASSED [ 76%] 2022-12-01T10:54:59.3866789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3866998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3867205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3867361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3867530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 PASSED [ 76%] 2022-12-01T10:54:59.3867692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3867887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3868237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:54:59.3868440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3868635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3868829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3868997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 PASSED [ 76%] 2022-12-01T10:54:59.3869216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3869403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3869602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3869802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3870000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3870198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3870396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3870592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3870758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3870943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 PASSED [ 76%] 2022-12-01T10:54:59.3871112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3871293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 PASSED [ 76%] 2022-12-01T10:54:59.3871489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:54:59.3871681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3871914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3872107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3872304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3872498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3872692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3873021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:54:59.3873339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:54:59.3873684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:54:59.3873847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 PASSED [ 77%] 2022-12-01T10:54:59.3874048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3874239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3874571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:54:59.3874771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3874967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3875165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3875359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3875552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3875751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3875950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3876150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3876347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3876550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3876750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3876948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3877153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3877354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3877577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3877776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3877971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3878167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3878367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3878560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3878756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3878949Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 PASSED [ 77%] 2022-12-01T10:54:59.3879149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3879348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3879530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:54:59.3879727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3879920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3880121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3880317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3880492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 PASSED [ 78%] 2022-12-01T10:54:59.3880655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3880850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3881190Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3881378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3881574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3881897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3882230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3882554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3882872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3883072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3883296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3883632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3883967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3884165Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3884346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3884508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3884681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 PASSED [ 78%] 2022-12-01T10:54:59.3884855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3885053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3885229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 PASSED [ 78%] 2022-12-01T10:54:59.3885397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3885570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 PASSED [ 78%] 2022-12-01T10:54:59.3885779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3885966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3886163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3886495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3886818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3887152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3887479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3887807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3888128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3888463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:54:59.3888661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:54:59.3888871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:54:59.3889056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:54:59.3889254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:54:59.3889445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:54:59.3889676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3889873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3890037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 PASSED [ 79%] 2022-12-01T10:54:59.3890205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:54:59.3890368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 PASSED [ 79%] 2022-12-01T10:54:59.3890576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3890764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3890970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3891207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3891407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3891612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3891819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3892020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3892246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3892598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3892956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3893302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3893630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3893820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:54:59.3894044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3894265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3894524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3894734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3894944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3895154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3895398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3895755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3896085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3896453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3896814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:54:59.3897024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3897234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3897460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3897671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:54:59.3897918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T10:54:59.3898161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-12-01T10:54:59.3898365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3898565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3898762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3898969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3899175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3899373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3899595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3899804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3900006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3900211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3900413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3900625Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3901046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3901234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 PASSED [ 80%] 2022-12-01T10:54:59.3901402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:54:59.3901564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 PASSED [ 80%] 2022-12-01T10:54:59.3901776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3901983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3902180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3902377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3902717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3903110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3903455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3903783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3904113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3904311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3904715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3905043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3905239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3905431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3905633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3905831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3906024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3906355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3906693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:54:59.3906904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:54:59.3907107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3907307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3907519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3907781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3907986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3908188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3908366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 PASSED [ 81%] 2022-12-01T10:54:59.3908561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3908764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3908968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3909207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3909406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3909604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3909806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3910005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3910202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3910401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3910586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3910794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3911005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3911223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3911443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3911656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3911869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3912069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3912234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:54:59.3912395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 PASSED [ 81%] 2022-12-01T10:54:59.3912572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3912755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 81%] 2022-12-01T10:54:59.3912948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 PASSED [ 81%] 2022-12-01T10:54:59.3913155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3913357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3913553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3913894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:54:59.3914096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:54:59.3914426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:54:59.3914802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:54:59.3915127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:54:59.3915457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:54:59.3915785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:54:59.3916118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:54:59.3916447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:54:59.3916678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3916891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3917102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3917283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 PASSED [ 82%] 2022-12-01T10:54:59.3917498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3917710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3917922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3918150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3918372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3918587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3918794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3918979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 PASSED [ 82%] 2022-12-01T10:54:59.3919235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3919450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:54:59.3919665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 82%] 2022-12-01T10:54:59.3919890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3920112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3920303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3920515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3920749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3920975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3921197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3921421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3921627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3921842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3922030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 82%] 2022-12-01T10:54:59.3922237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3922446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3922662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3922875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3923095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3923312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3923526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:54:59.3923733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3923950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3924162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3924407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3924624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3924832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3925057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3925274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3925481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3925704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3925947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3926175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3926390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3926598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3926798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3927008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3927178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 PASSED [ 83%] 2022-12-01T10:54:59.3927392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3927600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3927828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3928049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3928260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3928475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3928689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3928898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3929118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3929293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:54:59.3929564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3929801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3930010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3930354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T10:54:59.3930554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3930754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3930952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3931177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:54:59.3931374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:54:59.3931580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 83%] 2022-12-01T10:54:59.3931901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T10:54:59.3932227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3932563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3932893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3933217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3933416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3933618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3933816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:54:59.3934012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:54:59.3934208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:54:59.3934477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:54:59.3934680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3934878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3935069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3935236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 PASSED [ 84%] 2022-12-01T10:54:59.3935575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3935942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3936266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3936606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3936939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3937134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3937319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3937545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3937722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 PASSED [ 84%] 2022-12-01T10:54:59.3937892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:54:59.3938062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 PASSED [ 84%] 2022-12-01T10:54:59.3938228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 PASSED [ 84%] 2022-12-01T10:54:59.3938426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3938636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3938841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3939025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3939360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3939696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:54:59.3939901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3940102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3940307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3940507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3940700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3940896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:54:59.3941073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:54:59.3941249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:54:59.3941411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:54:59.3941640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3941823Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 PASSED [ 85%] 2022-12-01T10:54:59.3942166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3942379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3942593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3942793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3942986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3943155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 PASSED [ 85%] 2022-12-01T10:54:59.3943330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:54:59.3943659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3943829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 PASSED [ 85%] 2022-12-01T10:54:59.3944159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3944324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 PASSED [ 85%] 2022-12-01T10:54:59.3944590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 PASSED [ 85%] 2022-12-01T10:54:59.3944789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3944984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3945188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3945388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3945596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3945787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3945998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3946344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3946694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3947036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3947405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3947779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:54:59.3948203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:54:59.3948409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3948761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3948963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3949340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 85%] 2022-12-01T10:54:59.3949700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3950096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3950462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:54:59.3950692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:54:59.3951063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3951449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:54:59.3951818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3952024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3952360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3952550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3952758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3952922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3953098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3953268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3953439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3953605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3953798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3953994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3954195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3954408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3954603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3954801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3954999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3955193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3955359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3955526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3955735Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3955966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3956149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3956490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3956688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3956887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3957080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3957291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3957458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3957621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3957788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 PASSED [ 86%] 2022-12-01T10:54:59.3957948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3958108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:54:59.3958303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:54:59.3958633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3958963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-12-01T10:54:59.3959139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3959309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3959504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3959700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3959904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3960128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3960324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3960521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3960713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3960912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3961109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3961298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:54:59.3961466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3961821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:54:59.3962164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:54:59.3962483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:54:59.3962710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3962939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3963173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3963410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3963639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3963829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:54:59.3964059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3964388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 87%] 2022-12-01T10:54:59.3964556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3964733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3964956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:54:59.3965130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3965306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3965479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3965651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3965857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3966044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3966217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 PASSED [ 87%] 2022-12-01T10:54:59.3966389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3966544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 PASSED [ 87%] 2022-12-01T10:54:59.3966880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:54:59.3967111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3967449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3967812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3968160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3968359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:54:59.3968591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3968765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 PASSED [ 88%] 2022-12-01T10:54:59.3968986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3969215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3969464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3969638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:54:59.3969872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3970106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3970446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3970769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3971015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3971254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3971490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3971734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3971998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3972166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 PASSED [ 88%] 2022-12-01T10:54:59.3972493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3972728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3972902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 PASSED [ 88%] 2022-12-01T10:54:59.3973132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3973363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3973626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3973860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3974086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3974311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3974637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3974879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3975121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3975295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 PASSED [ 88%] 2022-12-01T10:54:59.3975645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:54:59.3975876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3976109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3976330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:54:59.3976561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3976785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3976958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3977132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 PASSED [ 89%] 2022-12-01T10:54:59.3977301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3977584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3977818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3978048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3978287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3978508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3978741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3978940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3979167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3979354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3979543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 89%] 2022-12-01T10:54:59.3979728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3979955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3980189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3980420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3980650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3980867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3981205Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3981536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3981885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3982212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3982547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3982872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3983039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3983206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3983402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3983563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 PASSED [ 89%] 2022-12-01T10:54:59.3983802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3984035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3984265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3984527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 PASSED [ 89%] 2022-12-01T10:54:59.3984865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:54:59.3985146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3985378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:54:59.3985611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3985846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3986079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3986304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3986537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3986777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3987009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3987240Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3987467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3987712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3987943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3988174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3988398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3988572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 PASSED [ 90%] 2022-12-01T10:54:59.3988762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3988996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3989230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3989460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3989685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3989869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 PASSED [ 90%] 2022-12-01T10:54:59.3990048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3990217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3990471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3990809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:54:59.3991043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3991261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3991596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:54:59.3991830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3991999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3992164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3992495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:54:59.3992829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:54:59.3993010Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 PASSED [ 90%] 2022-12-01T10:54:59.3993187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3993359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3993519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3993698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 PASSED [ 90%] 2022-12-01T10:54:59.3993933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:54:59.3994168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3994397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3994801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3995136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3995474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3995804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3996143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3996472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.3996718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3996940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:54:59.3997142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:54:59.3997357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:54:59.3997558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:54:59.3997759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:54:59.3997998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3998167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 PASSED [ 91%] 2022-12-01T10:54:59.3998407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3998641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3998869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3999107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3999345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3999587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.3999828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4000061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4000296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4000685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.4001045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.4001420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.4001682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:54:59.4001874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:54:59.4002117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4002411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4002645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4002886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4003128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4003366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:54:59.4003728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.4004082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:54:59.4004322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4004559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4004794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4005031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4005280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4005537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4005779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4006026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4006275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 92%] 2022-12-01T10:54:59.4006546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4006786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4007021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4007262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4007496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4007778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4008025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4008253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4008485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4008729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4008972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4009210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4009448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4009692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4009931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4010272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:54:59.4010444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 PASSED [ 92%] 2022-12-01T10:54:59.4010613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 PASSED [ 92%] 2022-12-01T10:54:59.4010785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 PASSED [ 92%] 2022-12-01T10:54:59.4010938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 PASSED [ 92%] 2022-12-01T10:54:59.4011173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4011416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4011688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4011923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4012265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:54:59.4012607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:54:59.4012942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:54:59.4013272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:54:59.4013533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:54:59.4013770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4013990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4014221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4014525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4014764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4014996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4015341Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:54:59.4015689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:54:59.4015928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4016172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4016411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4016641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4016882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4017108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4017339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4017618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4017858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4018096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4018335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4018570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4018802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4019067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4019301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4019536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4019755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4019986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4020219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4020451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4020681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4020930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4021184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4021413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:54:59.4021582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 PASSED [ 93%] 2022-12-01T10:54:59.4021928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:54:59.4022116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 93%] 2022-12-01T10:54:59.4022294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 93%] 2022-12-01T10:54:59.4022468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 PASSED [ 93%] 2022-12-01T10:54:59.4022701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4022970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4023207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4023553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4023894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4024126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4024355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4024863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4025203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4025546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4025892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4026231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4026566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4026897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4027238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4027579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-12-01T10:54:59.4027840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4028091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4028344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4028594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4028856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4029124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4029337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 PASSED [ 94%] 2022-12-01T10:54:59.4029588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4029831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4030081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4030338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4030593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4030876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4031133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4031381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4031629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4031821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 PASSED [ 94%] 2022-12-01T10:54:59.4032014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 94%] 2022-12-01T10:54:59.4032188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 94%] 2022-12-01T10:54:59.4032439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:54:59.4032652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 94%] 2022-12-01T10:54:59.4032877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 94%] 2022-12-01T10:54:59.4033098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 95%] 2022-12-01T10:54:59.4033359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4033617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4033858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4034104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4034294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 XFAIL [ 95%] 2022-12-01T10:54:59.4034541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4034810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4035056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4035308Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4035562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4035821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4036113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4036358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4036605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4036847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4037096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4037344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4037601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4037848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4038094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4038342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4038598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4038851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4039104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4039353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4039596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4039893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4040143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4040397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4040649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4040899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4041182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4041432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4041686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4041931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4042117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 95%] 2022-12-01T10:54:59.4042365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:54:59.4042614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4042872Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4043122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4043367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4043619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4043813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 PASSED [ 96%] 2022-12-01T10:54:59.4044069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4044331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4044574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4044830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4045118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4045357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4045589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4045822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4046053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4046285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4046547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4046763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:54:59.4047108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:54:59.4047438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:54:59.4047671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4047910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4048141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4048379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4048610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4048841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4049034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 96%] 2022-12-01T10:54:59.4049239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:54:59.4049442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:54:59.4049675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4049895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4050129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4050390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4050563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 PASSED [ 96%] 2022-12-01T10:54:59.4050800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:54:59.4051144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:54:59.4051488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:54:59.4051825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:54:59.4052170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:54:59.4052430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4052614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4052780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4052955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4053125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4053363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4053595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4053834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4054063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4054472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:54:59.4054711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4054942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4055172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4055393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4055565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4055797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4055983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4056158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4056367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4056542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4056728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4056914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4057086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4057270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4057621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:54:59.4057876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4058243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:54:59.4058424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4058760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:54:59.4058931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4059101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4059269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 PASSED [ 97%] 2022-12-01T10:54:59.4059431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 PASSED [ 97%] 2022-12-01T10:54:59.4059663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4059892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4060137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4060378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:54:59.4060628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4060981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4061338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4061690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4062063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4062442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4062858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4063221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4063458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4063698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4064069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4064339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4064677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4065055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4065422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4065788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4066158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4066398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4066666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4067045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4067425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4067824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4068216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4068601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:54:59.4068944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:54:59.4069188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4069412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 PASSED [ 98%] 2022-12-01T10:54:59.4069585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 PASSED [ 98%] 2022-12-01T10:54:59.4069761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 PASSED [ 98%] 2022-12-01T10:54:59.4069931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 PASSED [ 98%] 2022-12-01T10:54:59.4070109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 PASSED [ 98%] 2022-12-01T10:54:59.4070325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4070563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4070798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4071006Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 PASSED [ 98%] 2022-12-01T10:54:59.4071235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:54:59.4071403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 PASSED [ 98%] 2022-12-01T10:54:59.4071566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 PASSED [ 98%] 2022-12-01T10:54:59.4071799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4071968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4072142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4072299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4072536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4072774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4073008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4073352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:54:59.4073534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4073767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4074009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4074181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4074349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4074503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4074686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4089579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4089973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4090265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4090792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4091307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4091946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:54:59.4092528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:54:59.4093180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:54:59.4093606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 PASSED [ 99%] 2022-12-01T10:54:59.4093977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4094469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4094934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4095408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4095885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4096358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4096827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4097290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4097757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4098229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4098700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4099192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:54:59.4099593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 PASSED [ 99%] 2022-12-01T10:54:59.4100115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-12-01T10:54:59.4100360Z 2022-12-01T10:54:59.4100697Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-bd13e6ca932ce7e3.xml - 2022-12-01T10:54:59.4101151Z = 1769 passed, 1980 skipped, 18 deselected, 35 xfailed, 97 warnings in 794.34s (0:13:14) = 2022-12-01T10:54:59.4101475Z 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:54:59.4101674Z 2022-12-01T10:54:59.4102007Z ##[endgroup] 2022-12-01T10:54:59.4102393Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_ywhnr863) 2022-12-01T10:54:59.4102613Z 2022-12-01T10:55:09.1639936Z 2022-12-01T10:55:09.1640526Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:55:09.1641339Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_f_j2ewn2) 2022-12-01T10:55:09.1649860Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-4f8b2a75dca39f74.xml 2022-12-01T10:55:09.1650532Z ============================= test session starts ============================== 2022-12-01T10:55:09.1651142Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:55:09.1651739Z cachedir: .pytest_cache 2022-12-01T10:55:09.1652341Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:55:09.1652842Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:55:09.1653397Z 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:55:09.1653877Z collecting ... collected 7560 items / 14 deselected / 7546 selected 2022-12-01T10:55:09.2094212Z Running 3744 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-12-01T10:55:09.2462897Z 2022-12-01T10:55:09.2463263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2463728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2464189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2464854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2465313Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2465767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2466487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2466917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:55:09.2467306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:55:09.2467715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2468164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2468612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2469059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2469491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2469938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2470383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2470828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2471256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2471707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2472160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2472613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2473051Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2473509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2473964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2474473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2475126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2475709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2476282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2476866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2477421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2478021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2478596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2479168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2479741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-12-01T10:55:09.2480169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 0%] 2022-12-01T10:55:09.2480614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2481092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-12-01T10:55:09.2481553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2481985Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2482428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2482878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2483328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2483764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2484208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2484654Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2485106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2485549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2486039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2486500Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2486951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2487393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2487839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2488291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2488743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2489332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:55:09.2489811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2490395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:55:09.2490870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2491342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2491785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2492232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2492678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2493238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-12-01T10:55:09.2493683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2494141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2494686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2495155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2495595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2496044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2496506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2496966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2497456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2497913Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2498369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-12-01T10:55:09.2498834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2499298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2499755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2500241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2500707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2501159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2501592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2502032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2502620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T10:55:09.2503216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T10:55:09.2503666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2504113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2504771Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2505231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2505673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2506126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2506573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2507041Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2507496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2507950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2508468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2508923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2509357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2509794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2510254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2510724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2511202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2511705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2512170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2512613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2513061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2513498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2513948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2514403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2514853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2515290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-12-01T10:55:09.2515866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T10:55:09.2516453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-12-01T10:55:09.2517042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2517603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2518167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2518740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2519201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2519685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2520134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2520584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2521152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2521616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2522054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2522507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2522986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2523441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2523874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2524320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2524776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2525234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2525674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2526119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2526576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2527031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2527474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2527928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2528379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2528830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2529263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2529708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2530157Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2530767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2531216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2531661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2532230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2532815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2533279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:09.2533832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2534508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-12-01T10:55:09.2534978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2535545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2536109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2536679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2537267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2537732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2538285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2538859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2539322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2539787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2540233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2540688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2541140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2541590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2542036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2542513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2542975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2543417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2543975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2544716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2545306Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2545895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2546527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2547084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2547655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2548227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2548805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2549376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2549951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-12-01T10:55:09.2550413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2550861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2551300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:55:09.2551727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:55:09.2552159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:55:09.2552574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:55:09.2553003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:55:09.2553436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2553883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-12-01T10:55:09.2554334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2554843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2555296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2555758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2556221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2556677Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2557130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2557644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2558141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2558614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2559196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:55:09.2559795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:55:09.2560405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:55:09.2561005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:55:09.2561489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2561952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2562415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2562881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2563348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2563805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2564413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-12-01T10:55:09.2564903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2565363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2565840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2566315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2566794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2567273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-12-01T10:55:09.2567757Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2568200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2568688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2569159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2569624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2570071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2570539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2571012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2571489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2571939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-12-01T10:55:09.2572413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2573000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2573581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2574032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2574542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2574994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2575438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2575886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2576338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2576843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2577305Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2577764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2578199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2578783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2579371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2579993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2580568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2581137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2581702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2582150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2582586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2583045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2583491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2583933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2584672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-12-01T10:55:09.2585169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2585645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2586117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2586576Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2587033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2587506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2587967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2588504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2588956Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2589425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2589887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2590348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2590789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:09.2591291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2591751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2592210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_var_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2592651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2593101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2593569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2594029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2594474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2594929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2595408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2595873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2596331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2596778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2597234Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2597688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2598135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2598704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2599221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2599683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2600142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2600575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2601029Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2601478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2601944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2602535Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2602996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2603562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2604166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2604758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2605324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2605906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2606487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-12-01T10:55:09.2606981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2607460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2607942Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2608421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2608899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-12-01T10:55:09.2609362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2609849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2610342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2610852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2611333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2611818Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2612297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2612772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2613215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 PASSED [ 8%] 2022-12-01T10:55:09.2613676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2614182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2614770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2615289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2615775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2616240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2616718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2617159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 8%] 2022-12-01T10:55:09.2617604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2618082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2618573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2619058Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2619551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2620038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2620540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2621028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2621549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2622036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2622506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2622983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2623471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2623964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2624645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2625180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2625652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2626129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2626559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 8%] 2022-12-01T10:55:09.2627006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-12-01T10:55:09.2627481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2627967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2628454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2628925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2629413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2629901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2630400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2630883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2631318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 PASSED [ 9%] 2022-12-01T10:55:09.2631761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2632300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2632777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2633256Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2633906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:55:09.2634395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2634875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2635372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2635857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2636339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2636820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2637291Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2637775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2638260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2638751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2639254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2639765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2640364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:55:09.2640832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2641283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2641835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:55:09.2642406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-12-01T10:55:09.2642867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2643385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2643831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2644266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:55:09.2644706Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2645158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2645594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:09.2646074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2646518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2646957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2647519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2648105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2648678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2649137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2649653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2650107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2650571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2651025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2651479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2651924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2652379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2652834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2653407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2653981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2654683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2655160Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2655612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2656046Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2656489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2656933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2657386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2657870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2658324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2658783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2659255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2659671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 PASSED [ 10%] 2022-12-01T10:55:09.2660096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2660546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2660991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2661425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2661981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-12-01T10:55:09.2662434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2662882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2663329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-12-01T10:55:09.2663762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2664204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2664826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2665285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2665798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2666263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2666741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2667343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2667930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2668534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2669202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2669861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 11%] 2022-12-01T10:55:09.2670497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 11%] 2022-12-01T10:55:09.2671131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2671767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2672263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2672724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2673173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2673776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2674261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2674750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2675386Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2676023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-12-01T10:55:09.2676504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2677033Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2677477Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2677982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2678429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2678874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2679317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2679756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2680211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2680691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2681139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2681572Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2682011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2682461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2682919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-12-01T10:55:09.2683359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2683810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2684253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2684693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2685131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2685586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2686034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2686489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2686936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2687395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2687840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2688283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2688751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2689333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:55:09.2689795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2690241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2690688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2691126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2691602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2692049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2692496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2692922Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2693372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2693832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2694295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2694957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:55:09.2695432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2695889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2696337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2696773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2697233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2697784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2698242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2698684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2699133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2699585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:09.2700200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-12-01T10:55:09.2700755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2701337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2701756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2702107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2702452Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2702819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2703222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2703593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2703943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2704315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:55:09.2704899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2705262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2705601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2705964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2706329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2706678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2707032Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2707392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2707753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2708105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2708604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2709017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2709374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2709904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2710483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2710897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2711416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2711973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2712640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2713222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-12-01T10:55:09.2713667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 13%] 2022-12-01T10:55:09.2714087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 SKIPPED (Passes on complex128 and float64 only) [ 13%] 2022-12-01T10:55:09.2714490Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2714843Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2715214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2715611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2715981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 PASSED [ 13%] 2022-12-01T10:55:09.2716348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 PASSED [ 13%] 2022-12-01T10:55:09.2716703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2717066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2717437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2717800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2718321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:55:09.2718905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:55:09.2719330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2719703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2720047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2720397Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2720752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 XFAIL [ 14%] 2022-12-01T10:55:09.2721271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:55:09.2721681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2722047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2722419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2722770Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2723132Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2723489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2723857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2724254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2724631Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2724997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2725350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2725704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2726078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2726454Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2726814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2727185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2727585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2727952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2728298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2728841Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:55:09.2729438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-12-01T10:55:09.2729857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2730205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2730561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 PASSED [ 14%] 2022-12-01T10:55:09.2730924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 PASSED [ 14%] 2022-12-01T10:55:09.2731288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2731635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2731996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2732376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2732739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2733100Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2733460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2733831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2734185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2734622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2734980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2735343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2735719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2736147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2736508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2736854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2737213Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2737742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2738330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2738924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2739527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2740095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2740664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2741077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2741418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2741772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2742130Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2742637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-12-01T10:55:09.2743050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2743412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2743774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2744129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2744693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2745067Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2745439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2745790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2746166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:09.2746538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 PASSED [ 15%] 2022-12-01T10:55:09.2746902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2747251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2747619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2748053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2748401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2748766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2749121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2749483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2749834Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2750201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2750559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 XFAIL [ 16%] 2022-12-01T10:55:09.2750898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 XFAIL [ 16%] 2022-12-01T10:55:09.2751251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2751636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2752174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2752585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2752945Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2753456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2753870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2754222Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2754745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2755145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 XFAIL [ 16%] 2022-12-01T10:55:09.2755656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2756049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2756409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2756765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2757287Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2757858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2758274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2758644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2759017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2759378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2759751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2760177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 PASSED [ 16%] 2022-12-01T10:55:09.2760534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2760900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 PASSED [ 16%] 2022-12-01T10:55:09.2761424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-12-01T10:55:09.2762012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2762581Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2763153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2763762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2764180Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2764568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2765010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2765451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2765886Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2766307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2766719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 17%] 2022-12-01T10:55:09.2767106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2767474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2767816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2768183Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2768554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2768926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2769297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 XFAIL [ 17%] 2022-12-01T10:55:09.2769687Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2770071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2770453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2770831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2771218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2771594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2772196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2772796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2773245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2773636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2774001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2774437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2774823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2775242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2775612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2775991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 PASSED [ 17%] 2022-12-01T10:55:09.2776568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2777197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-12-01T10:55:09.2777627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 PASSED [ 17%] 2022-12-01T10:55:09.2778003Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2778398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 18%] 2022-12-01T10:55:09.2778791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2779149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2779530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2779982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 18%] 2022-12-01T10:55:09.2780413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2780777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2781167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2781564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2781949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2782320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2782696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2783070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2783604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2784040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2784528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2784957Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2785303Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2785678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2786064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2786439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2786797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2787400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2787999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2788601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2789177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2789593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2790127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2790710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2791265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2791667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2792030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2792388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2792726Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 PASSED [ 18%] 2022-12-01T10:55:09.2793081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2793441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_amin_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:09.2793979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-12-01T10:55:09.2794556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:55:09.2794979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2795360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumprod_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2795737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_cumsum_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2796137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_median_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2796507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_norm_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2796884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2797248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_prod_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2797624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2798002Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2798374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_softmin_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2798731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_std_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2799102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_sum_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2799610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_var_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2799978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2800331Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2800699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2801082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2801472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2801835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2802218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2802600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2802962Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2803349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2803722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2804079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2804425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2804779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2805135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2805488Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2806011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-12-01T10:55:09.2806428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 PASSED [ 19%] 2022-12-01T10:55:09.2806780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2807133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2807514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2807915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2808282Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 PASSED [ 19%] 2022-12-01T10:55:09.2808628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2808995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_batch_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2809530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T10:55:09.2809988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2810634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T10:55:09.2811250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T10:55:09.2811881Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T10:55:09.2812463Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-12-01T10:55:09.2812887Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2813302Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2813702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2814092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2814545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2814974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2815382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2815766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:55:09.2816136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2816518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:55:09.2816923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 20%] 2022-12-01T10:55:09.2817330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2817701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2818113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2818539Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2818940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2819316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2819750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2820159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2820560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2820948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2821360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2821763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 20%] 2022-12-01T10:55:09.2822135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2822521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2822988Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2823390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2823774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2824190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2824787Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 PASSED [ 20%] 2022-12-01T10:55:09.2825182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2825567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2825963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2826353Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2826747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2827137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2827533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2827916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2828301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2828880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:55:09.2829327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2829720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2830113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2830492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2830894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2831364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2831785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2832197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2832610Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2833010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2833562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:55:09.2833966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2834323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2834731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2835076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2835435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2835791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2836321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:55:09.2836894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:55:09.2837465Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-12-01T10:55:09.2837879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2838250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2838606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2839000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:55:09.2839416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 21%] 2022-12-01T10:55:09.2839798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 PASSED [ 21%] 2022-12-01T10:55:09.2840147Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:09.2840501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2840850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2841189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2841541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2841892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2842427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:55:09.2843004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:55:09.2843633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:55:09.2844043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2844401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2844744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2845111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2845482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2845847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2846195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2846594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2847138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:55:09.2847553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2847899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2848263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2848616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2848972Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2849361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 22%] 2022-12-01T10:55:09.2849739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2850096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2850437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2850788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2851152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2851514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2851875Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2852255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2852639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2853017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 XFAIL [ 22%] 2022-12-01T10:55:09.2853546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 22%] 2022-12-01T10:55:09.2853983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2854445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2854844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 PASSED [ 22%] 2022-12-01T10:55:09.2855207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 PASSED [ 22%] 2022-12-01T10:55:09.2855736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2856149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 PASSED [ 23%] 2022-12-01T10:55:09.2856487Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2856839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 PASSED [ 23%] 2022-12-01T10:55:09.2857193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2857543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2857892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_cpu_complex128 PASSED [ 23%] 2022-12-01T10:55:09.2858297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2858658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2859031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:55:09.2859445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 23%] 2022-12-01T10:55:09.2860010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2860611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2887511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2888352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2888991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2889633Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2890283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:55:09.2890743Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2891301Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2891933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2892369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2892931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2893546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2894155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2894613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2895014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2895606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2896261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:55:09.2896932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:55:09.2897656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:55:09.2898317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 23%] 2022-12-01T10:55:09.2898941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2899380Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2899915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-12-01T10:55:09.2900332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 PASSED [ 23%] 2022-12-01T10:55:09.2900694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 PASSED [ 23%] 2022-12-01T10:55:09.2901065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2901424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2901780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2902116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2902470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2902820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2903167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2903530Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2903878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2904233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2904808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2905163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2905522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2905880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2906284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2906660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2907024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2907371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2907732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2908085Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2908436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2908773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2909131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2909525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2909898Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 XFAIL [ 24%] 2022-12-01T10:55:09.2910262Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 XFAIL [ 24%] 2022-12-01T10:55:09.2910627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2910982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2911327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2911681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2912044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2912408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2912756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 PASSED [ 24%] 2022-12-01T10:55:09.2913112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2913642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T10:55:09.2914217Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-12-01T10:55:09.2914614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 PASSED [ 24%] 2022-12-01T10:55:09.2914970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2915325Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2915673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2916025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2916387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2916747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2917083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2917435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2917823Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2918172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2918512Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2919044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T10:55:09.2919618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T10:55:09.2920200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T10:55:09.2920775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-12-01T10:55:09.2921174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2921549Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2921897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2922228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2922561Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2922913Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:55:09.2923256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2923593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2923929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2924262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2924586Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2924918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2925261Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2925589Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2925925Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2926262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2926608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2926943Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2927273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2927669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:55:09.2928115Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-12-01T10:55:09.2928483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:09.2928812Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 PASSED [ 25%] 2022-12-01T10:55:09.2929200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2929677Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2930111Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2930563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2931013Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2931411Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:55:09.2931757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 XFAIL [ 26%] 2022-12-01T10:55:09.2932105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2932438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2932791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2933128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2933465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2933802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2934123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 XFAIL [ 26%] 2022-12-01T10:55:09.2934531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 XFAIL [ 26%] 2022-12-01T10:55:09.2934878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2935212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2935547Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2935901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2936266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2936610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2937014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2937463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-12-01T10:55:09.2937862Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2938242Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2938578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2938931Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2939291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2939635Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2939982Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2940319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2940648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2941034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2941375Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2941711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2942044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 PASSED [ 26%] 2022-12-01T10:55:09.2942395Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 PASSED [ 26%] 2022-12-01T10:55:09.2942744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2943081Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2943422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2943761Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2944206Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:55:09.2944802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2945141Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2945473Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2945810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2946137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2946493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2946847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2947170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2947514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2947679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2947849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2948009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2948163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2948337Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2948498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2948662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2948820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2949047Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:55:09.2949265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:55:09.2949420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2949580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2949744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2949902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2950137Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2950356Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-12-01T10:55:09.2950520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2950679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2950846Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2951008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 PASSED [ 27%] 2022-12-01T10:55:09.2951166Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2951331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2951482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2951679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 PASSED [ 27%] 2022-12-01T10:55:09.2951842Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952000Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952309Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2952776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2952926Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2953087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2953246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:55:09.2953398Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 XFAIL [ 28%] 2022-12-01T10:55:09.2953551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2953775Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2953930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2954083Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2954308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2954515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2954671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2954892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2955108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2955271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2955483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2955668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 XFAIL [ 28%] 2022-12-01T10:55:09.2955825Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 XFAIL [ 28%] 2022-12-01T10:55:09.2956049Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2956251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2956418Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2956572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2956788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2957005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-12-01T10:55:09.2957198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2957366Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2957527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2957692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2957848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2958007Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 PASSED [ 28%] 2022-12-01T10:55:09.2958164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:09.2958324Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2958538Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2958755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2958973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2959187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2959405Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2959627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2959837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2959996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 XFAIL [ 29%] 2022-12-01T10:55:09.2960200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:55:09.2960391Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:55:09.2960594Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:55:09.2960786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:55:09.2961006Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 29%] 2022-12-01T10:55:09.2961169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2961325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2961471Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2961628Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2961784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2961961Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2962133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2962298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2962497Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2962670Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2962855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2963004Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2963173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2963334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2963567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2963801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2964032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2964260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-12-01T10:55:09.2964442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:55:09.2964621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 29%] 2022-12-01T10:55:09.2964805Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2964955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2965122Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 PASSED [ 29%] 2022-12-01T10:55:09.2965298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 PASSED [ 29%] 2022-12-01T10:55:09.2965470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2965645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2965814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2966042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:55:09.2966281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:55:09.2966570Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:55:09.2966732Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2966899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2967065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2967227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2967410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 30%] 2022-12-01T10:55:09.2967572Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2967755Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2968021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 30%] 2022-12-01T10:55:09.2968189Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2968336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2968509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2968672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2968849Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2969010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2969182Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2969362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2969535Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2969702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2969858Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2970016Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2970171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2970329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2970483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2970643Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2970797Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2970974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2971144Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2971293Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2971454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 PASSED [ 30%] 2022-12-01T10:55:09.2971610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 PASSED [ 30%] 2022-12-01T10:55:09.2971875Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-12-01T10:55:09.2972101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2972323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2972539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2972763Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2972920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2973133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2973384Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2973605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2973820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2974033Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2974187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2974414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2974587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2974750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2974907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2975048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2975194Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2975419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_argmax_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-12-01T10:55:09.2975592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2975760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumprod_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2975932Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2976099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_cumsum_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2976269Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logaddexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2976439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_logsumexp_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2976592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_median_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2976756Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_norm_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2976924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_normalize_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2977089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_prod_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2977299Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2977465Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_softmin_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2977626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_std_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2977786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_sum_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2977939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_var_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2978104Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 PASSED [ 31%] 2022-12-01T10:55:09.2978264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2978422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2978598Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2978757Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:09.2978938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2979113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2979290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2979439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2979593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2979747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 PASSED [ 32%] 2022-12-01T10:55:09.2979897Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2980055Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 PASSED [ 32%] 2022-12-01T10:55:09.2980205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2980428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2980580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 PASSED [ 32%] 2022-12-01T10:55:09.2980720Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2980891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981542Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981704Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2981856Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2982078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2982288Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2982453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_batch_norm_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2982665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2982866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 PASSED [ 32%] 2022-12-01T10:55:09.2983017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2983245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2983470Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2983686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2983896Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-12-01T10:55:09.2984092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2984298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2984671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2984894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2985076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2985262Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2985442Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2985619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 32%] 2022-12-01T10:55:09.2985794Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2985981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2986156Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 PASSED [ 33%] 2022-12-01T10:55:09.2986316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2986498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2986682Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2986866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2987041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 33%] 2022-12-01T10:55:09.2987217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2987383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2987591Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 33%] 2022-12-01T10:55:09.2987776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2987936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2988112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2988406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2988584Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2988759Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2988933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2989109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2989290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2989477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2989653Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2989838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2990916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2991092Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2991256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2991441Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2991633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped!) [ 33%] 2022-12-01T10:55:09.2991802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2991981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2992167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2992338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 PASSED [ 33%] 2022-12-01T10:55:09.2992510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2992695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2992866Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2993044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2993226Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2993403Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2993590Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2993799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2993987Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2994158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2994328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2994558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:55:09.2994723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2994898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2995078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2995276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2995450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2995626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2995800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2995998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2996173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2996334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2996515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2996737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:55:09.2996894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2997112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:55:09.2997325Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:55:09.2997546Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-12-01T10:55:09.2997708Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2997864Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2998042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:55:09.2998221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:55:09.2998399Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 34%] 2022-12-01T10:55:09.2998558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2998713Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2998869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2999054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 PASSED [ 34%] 2022-12-01T10:55:09.2999208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:09.2999360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.2999507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.2999724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.2999879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3000032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3000196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3000358Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3000515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3000694Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3000852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3001018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3001236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.3001402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3001569Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3001737Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3001891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3002042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3002207Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3002379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:55:09.3002563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:55:09.3002718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3002867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3003022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3003177Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3003345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3003496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3003666Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3003877Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.3004051Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3004224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3004379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3004563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 PASSED [ 35%] 2022-12-01T10:55:09.3004782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.3004996Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.3005157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3005371Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-12-01T10:55:09.3005517Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 PASSED [ 35%] 2022-12-01T10:55:09.3005671Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3005826Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3006010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3006164Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3006348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 36%] 2022-12-01T10:55:09.3006571Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3006795Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3007032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3007277Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3007428Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3007847Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-12-01T10:55:09.3008015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3008248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3008482Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3008722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3008949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3009113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3009307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3009551Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3009788Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3009976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3010197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-12-01T10:55:09.3010348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3010505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3010661Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3010813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3010968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3011123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3011270Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3011449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3011613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3011766Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3011920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3012072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3012221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3012383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3012539Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 PASSED [ 36%] 2022-12-01T10:55:09.3012683Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 PASSED [ 36%] 2022-12-01T10:55:09.3012838Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3012991Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3013154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3013317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3013475Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3013702Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3013859Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3014010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3014171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3014394Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3014578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3014748Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3014907Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3015059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3015221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3015409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3015553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3015716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3015939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3016161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3016392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3016557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3016718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3016878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3017062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3017218Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3017378Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3017536Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3017696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3017852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3018005Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3018227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3018448Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-12-01T10:55:09.3018604Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3018764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3018931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 PASSED [ 37%] 2022-12-01T10:55:09.3019098Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 PASSED [ 37%] 2022-12-01T10:55:09.3019260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3019422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3019607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:55:09.3019789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 38%] 2022-12-01T10:55:09.3019954Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3020117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3020265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3020429Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3020587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3020753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3020947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3021116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3021280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3021439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3021607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3021771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3022119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3022442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3022804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3022967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3023291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3023621Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3023937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3024264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3024766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3025108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3025440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-12-01T10:55:09.3025634Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:55:09.3025822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 38%] 2022-12-01T10:55:09.3025999Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 XFAIL [ 38%] 2022-12-01T10:55:09.3026169Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3026328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3026492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3026664Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3026824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3026995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 PASSED [ 38%] 2022-12-01T10:55:09.3027160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3027326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 PASSED [ 38%] 2022-12-01T10:55:09.3027492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 XFAIL [ 39%] 2022-12-01T10:55:09.3027732Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3027904Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3028066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3028246Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3028406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3028743Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:55:09.3029074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:55:09.3029255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3029464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3029630Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3029791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3030130Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 39%] 2022-12-01T10:55:09.3030291Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3030446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3030611Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3030779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3030945Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3031106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3031280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3031449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3031620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3031771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3031929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3032103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3032285Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3032458Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3032626Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3032790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3032953Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3033112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3033446Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:55:09.3033816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-12-01T10:55:09.3033982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3034145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3034305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 PASSED [ 39%] 2022-12-01T10:55:09.3034469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 PASSED [ 39%] 2022-12-01T10:55:09.3034655Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3034836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3035008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3035163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3035355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3035530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3035694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3035858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3036020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3036196Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3036383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3036562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3036711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3036877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3037042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3037204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3037366Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3037527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3037861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3038207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3038529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3038846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3039165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3039326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3039491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3039698Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3039864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3040026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3040353Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3040674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-12-01T10:55:09.3040842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3040994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3041161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3041337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3041535Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3041706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:09.3041868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3042033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 PASSED [ 40%] 2022-12-01T10:55:09.3042201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3042352Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3042514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3042691Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3042857Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3043516Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043824Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3043991Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3044155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3044318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 XFAIL [ 41%] 2022-12-01T10:55:09.3044477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 XFAIL [ 41%] 2022-12-01T10:55:09.3044651Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3044810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3044965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3045289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3045479Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3045799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3046125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3046454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3046616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3046776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3046943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3047118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3047312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3047466Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3047637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3047802Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3047967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3048141Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 PASSED [ 41%] 2022-12-01T10:55:09.3048311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 PASSED [ 41%] 2022-12-01T10:55:09.3048638Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3048977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3049304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-12-01T10:55:09.3049613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3049931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3050254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3050586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3050912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3051237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3051402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3051564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3051764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:55:09.3051960Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:55:09.3052206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-12-01T10:55:09.3052363Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3052529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3052690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3052852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3053027Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3053198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3053365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3053546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3053731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3053909Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3054077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3054255Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3054527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3054702Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3054878Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3055051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3055406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3055752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3056093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3056440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3056625Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 42%] 2022-12-01T10:55:09.3056799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 PASSED [ 42%] 2022-12-01T10:55:09.3056967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3057145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 PASSED [ 42%] 2022-12-01T10:55:09.3057494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3057841Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-12-01T10:55:09.3058201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3058427Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3058586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 XFAIL [ 43%] 2022-12-01T10:55:09.3058752Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 XFAIL [ 43%] 2022-12-01T10:55:09.3058943Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 XFAIL [ 43%] 2022-12-01T10:55:09.3059191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-12-01T10:55:09.3059431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-12-01T10:55:09.3059600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3059776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3059997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3060183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3060343Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3060520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3060694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3060869Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3061209Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3061546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3061711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3061873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3062030Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3062191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3062348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3062529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3062706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3062876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3063042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3063213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3063378Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 PASSED [ 43%] 2022-12-01T10:55:09.3063540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3063870Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3064204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3064828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3065168Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3065505Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3065668Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3066003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3066331Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-12-01T10:55:09.3066503Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:09.3066889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:55:09.3067213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:55:09.3067518Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:55:09.3067682Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3067858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3068028Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3068201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3068364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3068703Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_argmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-12-01T10:55:09.3068882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3069057Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumprod_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3069221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3069392Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_cumsum_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3069564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3069757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logaddexp_cpu_float64 SKIPPED (Skipped!) [ 44%] 2022-12-01T10:55:09.3069934Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_logsumexp_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3070106Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_normalize_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3070281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_prod_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3070450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3070620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3070780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3071019Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3071201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3071386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3071553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3071734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3071900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3072063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3072223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3072374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3072573Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3072736Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3072898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3073057Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 PASSED [ 44%] 2022-12-01T10:55:09.3073237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3073419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3073587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 PASSED [ 44%] 2022-12-01T10:55:09.3073738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3073913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3074241Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T10:55:09.3074401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3074738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T10:55:09.3075087Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T10:55:09.3075414Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-12-01T10:55:09.3075619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3075816Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3076002Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3076173Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3076354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3076536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 PASSED [ 45%] 2022-12-01T10:55:09.3076715Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3076944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3077131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3077327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3077519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3077706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3077872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 XFAIL [ 45%] 2022-12-01T10:55:09.3078056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3078238Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3078474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3078684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3078901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 45%] 2022-12-01T10:55:09.3079110Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3079306Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3079499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3079691Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3079854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3080224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T10:55:09.3080405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3080589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3080963Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 45%] 2022-12-01T10:55:09.3081146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3081333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3081523Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3081714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 PASSED [ 45%] 2022-12-01T10:55:09.3081911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3082093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3082274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3082454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3082666Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3082848Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3083031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3083223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3083403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3083583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3083768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Skipped!) [ 46%] 2022-12-01T10:55:09.3083961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3084167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3084554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 46%] 2022-12-01T10:55:09.3084745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3084931Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3085116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3085309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3085506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3085695Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3085872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3086049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 XFAIL [ 46%] 2022-12-01T10:55:09.3086227Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3086402Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3086577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3086754Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3087121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-12-01T10:55:09.3087308Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3087497Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3087679Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3087864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3088053Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3088262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3088460Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3088650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3088858Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 46%] 2022-12-01T10:55:09.3089042Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:09.3089234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3089569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3089888Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3090078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3090251Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3090419Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3090581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3090747Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3090908Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3091113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 47%] 2022-12-01T10:55:09.3091443Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3091595Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3091764Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3091926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3092124Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:55:09.3092319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:55:09.3092514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:55:09.3092705Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:55:09.3092876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3093039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3093187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3093348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3093506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3093669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3094007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3094453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3094792Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3095121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3095442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3095610Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3095759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3095929Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3096128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3096316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3096491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3096822Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-12-01T10:55:09.3096996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 PASSED [ 47%] 2022-12-01T10:55:09.3097165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 PASSED [ 47%] 2022-12-01T10:55:09.3097337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3097492Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3097652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3097828Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3098016Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 48%] 2022-12-01T10:55:09.3098189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3098355Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3098533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3098710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3098877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3099245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 48%] 2022-12-01T10:55:09.3099413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3099582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3099745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3100077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3100400Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3100597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3100756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3100916Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3101064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3101224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3101398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3101582Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 PASSED [ 48%] 2022-12-01T10:55:09.3101758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3101920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3102290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3102637Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3102983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3103307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3103686Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 48%] 2022-12-01T10:55:09.3103861Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3104224Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3104775Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3104948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 PASSED [ 48%] 2022-12-01T10:55:09.3105316Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3105673Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3106036Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-12-01T10:55:09.3106386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3106560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3106925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3107284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3107731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 49%] 2022-12-01T10:55:09.3108117Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 49%] 2022-12-01T10:55:09.3108482Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3108818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3108995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3109179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3109359Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3109561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3109729Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3109886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3110051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3110220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3110383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3110549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3110713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3110876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3111035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3111207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3111364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3111530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3111687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3111852Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3112348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3112988Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3113332Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-12-01T10:55:09.3113541Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3113706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 PASSED [ 49%] 2022-12-01T10:55:09.3113874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 PASSED [ 49%] 2022-12-01T10:55:09.3114055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3114217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3114375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3114539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3114711Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3115048Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3115407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3115758Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3116088Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3116257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3116421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3116569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3116739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3116910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3117071Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3117234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3117393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3117560Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3117722Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3117887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3118038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3118199Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3118365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3118525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3118865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3119194Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-12-01T10:55:09.3119355Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3119519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3119713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3119876Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3120047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3120222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3120387Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 PASSED [ 50%] 2022-12-01T10:55:09.3120551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3120734Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:55:09.3120918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 SKIPPED (Skipped!) [ 50%] 2022-12-01T10:55:09.3121091Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3121286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 PASSED [ 50%] 2022-12-01T10:55:09.3121441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3121613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3121780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3121948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3122113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3122296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3122480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3122651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3122817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3123132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3123467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3123637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3123801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3124132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3124461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3124793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3125122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3125463Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3125658Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 SKIPPED (Numerous errors) [ 51%] 2022-12-01T10:55:09.3125865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3126050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3126215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3126383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3126552Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3126715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3126890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3127059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3127227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3127405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3127575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3127742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 XFAIL [ 51%] 2022-12-01T10:55:09.3127919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3128080Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3128415Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-12-01T10:55:09.3128601Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3128783Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 PASSED [ 51%] 2022-12-01T10:55:09.3128962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 PASSED [ 51%] 2022-12-01T10:55:09.3129285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:55:09.3129615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-12-01T10:55:09.3129799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3129969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3130132Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3130301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 XFAIL [ 52%] 2022-12-01T10:55:09.3130474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3130642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3130825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3130990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3131157Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3131326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3131496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3131692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3131871Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3132046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3132221Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3132401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3132565Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3132737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3132906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3133078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3133271Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3133445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3133630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3133797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3133970Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3134128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3134297Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3134529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3134701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3134864Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3135053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3135234Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3135405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3135571Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 PASSED [ 52%] 2022-12-01T10:55:09.3135732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3135902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 PASSED [ 52%] 2022-12-01T10:55:09.3136070Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3136407Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3136754Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3137092Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3137419Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3137792Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3137963Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138779Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3138953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3139122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3139323Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3139491Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3139654Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3139822Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3139994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3140168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3140342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3140518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3140687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3140855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3141020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3141175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3141346Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:09.3141511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3141671Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 XFAIL [ 53%] 2022-12-01T10:55:09.3141837Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3142183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3142347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3142506Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3142666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3142812Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3142977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 PASSED [ 53%] 2022-12-01T10:55:09.3143313Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-12-01T10:55:09.3143521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3143855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3144030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3144200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3144732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3144938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 XFAIL [ 54%] 2022-12-01T10:55:09.3145269Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3145653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3145993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3146162Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3146333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3146500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3146666Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3147000Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3147171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3147347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3147512Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3147686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3147855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3148189Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3148528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3148873Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3149200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3149526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3149857Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3150185Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-12-01T10:55:09.3150422Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3150634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3150846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3151046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3151258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3151458Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3151656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 54%] 2022-12-01T10:55:09.3151853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3152026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3152191Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 PASSED [ 54%] 2022-12-01T10:55:09.3152348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3152526Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 PASSED [ 54%] 2022-12-01T10:55:09.3152701Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3152877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3153050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3153227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3153403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3153582Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3153755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3153925Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3154119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3154288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3154649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:55:09.3154840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:55:09.3155025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 55%] 2022-12-01T10:55:09.3155201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3155371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3155551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3155717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3155952Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3156138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3156498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:55:09.3156860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-12-01T10:55:09.3157039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3157216Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3157412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 XFAIL [ 55%] 2022-12-01T10:55:09.3157619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3157863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 55%] 2022-12-01T10:55:09.3158026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3158194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3158367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3158546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3158722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3158911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3159087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3159259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3159438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3159597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 PASSED [ 55%] 2022-12-01T10:55:09.3159775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 PASSED [ 55%] 2022-12-01T10:55:09.3159949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3160288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3160461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3160624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3160796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3160966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3161140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3161468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3161810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3162175Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3162518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3162850Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3163012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3163186Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3163353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3163533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3163719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3163878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_amin_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3164223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-12-01T10:55:09.3164399Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumprod_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3164579Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3164752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_cumsum_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3164928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3165104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3165277Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_mean_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3165462Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_normalize_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3165624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_prod_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3165804Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3165978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3166154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3166331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3166501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_sum_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3166674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3166841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_var_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3167007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3167169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 PASSED [ 56%] 2022-12-01T10:55:09.3167340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3167504Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:09.3167719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3167886Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3168051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3168239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3168431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 57%] 2022-12-01T10:55:09.3168597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3168764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3168926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3169095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 PASSED [ 57%] 2022-12-01T10:55:09.3169464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3169631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 PASSED [ 57%] 2022-12-01T10:55:09.3169790Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3169971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3170154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3170325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3170485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3170661Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3171009Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3171178Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 PASSED [ 57%] 2022-12-01T10:55:09.3171345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3171521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_batch_norm_cpu_float64 XFAIL [ 57%] 2022-12-01T10:55:09.3171713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped!) [ 57%] 2022-12-01T10:55:09.3172042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3172367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3172534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 PASSED [ 57%] 2022-12-01T10:55:09.3172867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3173199Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3173525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3173868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3174279Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3174690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-12-01T10:55:09.3174902Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3175103Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3175301Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3175489Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3175667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3175891Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 PASSED [ 57%] 2022-12-01T10:55:09.3176081Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3176265Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3176461Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3176642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3176829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:55:09.3177013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3177197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 PASSED [ 58%] 2022-12-01T10:55:09.3177394Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3177564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3177751Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3177941Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3178126Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3178326Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3178507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3178694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3178881Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3179068Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3179241Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3179427Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3179649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3179849Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3180046Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3180228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3180414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 PASSED [ 58%] 2022-12-01T10:55:09.3180595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3180778Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3180974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3181168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3181354Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3181540Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:55:09.3181725Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 XFAIL [ 58%] 2022-12-01T10:55:09.3181919Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3182099Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3182294Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3182485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3182675Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 PASSED [ 58%] 2022-12-01T10:55:09.3182846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 PASSED [ 58%] 2022-12-01T10:55:09.3183037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3183223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3183414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3183605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3183798Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3183994Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3184187Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3184370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3184761Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3184955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3185148Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3185385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3185568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3185947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:55:09.3186139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3186331Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3186527Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3186715Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3186927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3187118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3187306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3187492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3187690Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3187885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3188102Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3188315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3188499Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3188683Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3188867Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3189202Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:55:09.3189369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3189539Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3189709Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3189885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:09.3190053Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 PASSED [ 59%] 2022-12-01T10:55:09.3190248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:55:09.3190457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 59%] 2022-12-01T10:55:09.3190776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-12-01T10:55:09.3191139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3191308Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3191482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3191653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3191816Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3192014Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:55:09.3192212Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:55:09.3192385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3192548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3192732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3192898Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3193059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3193401Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3193732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3194067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3194400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3194742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3195079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-12-01T10:55:09.3195251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3195405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3195567Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3195747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3195921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3196088Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3196272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3196440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3196602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3196755Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3196932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3197176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 60%] 2022-12-01T10:55:09.3197341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3197511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 PASSED [ 60%] 2022-12-01T10:55:09.3197674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3197845Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3198023Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 60%] 2022-12-01T10:55:09.3198208Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3198359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 PASSED [ 60%] 2022-12-01T10:55:09.3198691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3198892Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3199060Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3199226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3199388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3199560Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3199745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3199947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:55:09.3200137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 61%] 2022-12-01T10:55:09.3200483Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3200831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3201209Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3201684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3202074Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T10:55:09.3202256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3202625Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3202993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3203165Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3203544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T10:55:09.3203943Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3204292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3204653Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3204831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3205038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3205409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3205813Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3206206Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T10:55:09.3206598Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-12-01T10:55:09.3206959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-12-01T10:55:09.3207143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3207328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3207500Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3207669Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3207834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3208005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3208171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 PASSED [ 61%] 2022-12-01T10:55:09.3208340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3208508Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 PASSED [ 61%] 2022-12-01T10:55:09.3208679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3208848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3209004Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3209180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3209349Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3209516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3209694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3209885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3210052Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3210215Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3210392Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3210551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3210722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3210889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3211059Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3211226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3211391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3211580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3211746Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3211917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3212170Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3212570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:55:09.3212900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-12-01T10:55:09.3213077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3213249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3213411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3213587Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3213759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3213923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3214086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3214248Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3214498Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3214672Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3214838Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3215012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 PASSED [ 62%] 2022-12-01T10:55:09.3215176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3215340Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 PASSED [ 62%] 2022-12-01T10:55:09.3215578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3215801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3216077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3216319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3216560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3216800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3217033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3217311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3217547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3217789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3218021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3218196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3218422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3218605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3218783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3218968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 PASSED [ 63%] 2022-12-01T10:55:09.3219148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 PASSED [ 63%] 2022-12-01T10:55:09.3219321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3219509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3219682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3220030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:55:09.3220374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:55:09.3220598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3220944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:55:09.3221290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-12-01T10:55:09.3221519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 63%] 2022-12-01T10:55:09.3221697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 PASSED [ 63%] 2022-12-01T10:55:09.3221928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3222108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 PASSED [ 63%] 2022-12-01T10:55:09.3222350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3222596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3222834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3223100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3223335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3223570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3223804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3224051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3224293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 63%] 2022-12-01T10:55:09.3224873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:55:09.3225112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3225345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3225521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3225757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3226000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3226353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:55:09.3226678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:55:09.3226931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3227178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3227474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3227658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3227838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3228081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3228330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3228573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3228845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3229084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3229305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3229495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 PASSED [ 64%] 2022-12-01T10:55:09.3229681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3229924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3230173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3230412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3230591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 PASSED [ 64%] 2022-12-01T10:55:09.3230769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 PASSED [ 64%] 2022-12-01T10:55:09.3230945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3231302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:55:09.3231658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-12-01T10:55:09.3231882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3232115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3232371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3232550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 PASSED [ 64%] 2022-12-01T10:55:09.3232816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3233050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3233290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3233537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 64%] 2022-12-01T10:55:09.3233770Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3233947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3234138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3234347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 PASSED [ 65%] 2022-12-01T10:55:09.3234537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3234769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3235008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3235245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3235485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3235833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:55:09.3236191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:55:09.3236532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:55:09.3236703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3236879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3237048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 PASSED [ 65%] 2022-12-01T10:55:09.3237222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3237467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3237705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3237879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 PASSED [ 65%] 2022-12-01T10:55:09.3238224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-12-01T10:55:09.3238507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3238748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3238984Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3239224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3239457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3239687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3239957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3240195Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3240433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3240666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3240906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3241146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3241383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3241615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3241855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3242093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3242338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3242562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:09.3242795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3243024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3243259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3243440Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 PASSED [ 66%] 2022-12-01T10:55:09.3243646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3243885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3244126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3244360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3244598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3244832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3245036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 PASSED [ 66%] 2022-12-01T10:55:09.3245222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3245398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3245752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3245987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3246323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3246672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3246915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3247152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3247502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3247841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3248197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3248427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3248659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3248891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3249133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3249320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 PASSED [ 66%] 2022-12-01T10:55:09.3249539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3249723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3249910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 PASSED [ 66%] 2022-12-01T10:55:09.3250092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3250273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 PASSED [ 66%] 2022-12-01T10:55:09.3250507Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3250743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3251005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-12-01T10:55:09.3251358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3251704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-12-01T10:55:09.3252043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3252385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3252726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3253065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3253409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3253750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3253989Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3254213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3254503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3254721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3254932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3255136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3255358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3255603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3255813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 67%] 2022-12-01T10:55:09.3256049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3256288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3256629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3256862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3257150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3257394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3257636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3257883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3258130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3258373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3258614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3258849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3259213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3259571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-12-01T10:55:09.3259772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:55:09.3259961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:55:09.3260203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3260448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3260692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3260945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3261223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3261473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-12-01T10:55:09.3261830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3262214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3262460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3262783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3263022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3263263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3263520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-12-01T10:55:09.3263756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3264000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3264247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3264661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3264938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3265194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3265449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3265692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3265939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3266181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3266428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3266711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3266964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3267211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3267570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3267754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 PASSED [ 68%] 2022-12-01T10:55:09.3267929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 PASSED [ 68%] 2022-12-01T10:55:09.3268108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 PASSED [ 68%] 2022-12-01T10:55:09.3268317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 PASSED [ 68%] 2022-12-01T10:55:09.3268569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3268810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3269050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3269272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3269629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3269983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3270329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3270509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 PASSED [ 68%] 2022-12-01T10:55:09.3270866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-12-01T10:55:09.3271104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3271342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3271573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:09.3271808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3272049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3272286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3272544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3272781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3273019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3273265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3273510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3273759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3274022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3274263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3274511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3274753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3274941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 PASSED [ 69%] 2022-12-01T10:55:09.3275193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3275421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3275659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3275894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3276124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3276377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3276615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3276846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3277083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3277340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3277640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3277896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3278133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3278368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3278604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3278835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3279090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3279330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3279510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 PASSED [ 69%] 2022-12-01T10:55:09.3279701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-12-01T10:55:09.3279888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-12-01T10:55:09.3280126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3280374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-12-01T10:55:09.3280607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3280966Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3281186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3281432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3281681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3282020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3282370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3282713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3283057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3283437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3283788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-12-01T10:55:09.3284062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3284324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3284588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3284771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 PASSED [ 70%] 2022-12-01T10:55:09.3285048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3285306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3285547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3285807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3286076Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3286334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3286584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3286780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 PASSED [ 70%] 2022-12-01T10:55:09.3286967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 PASSED [ 70%] 2022-12-01T10:55:09.3287226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3287481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3287695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 70%] 2022-12-01T10:55:09.3287959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3288223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3288482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3288757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3289012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3289269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3289523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3289719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 PASSED [ 70%] 2022-12-01T10:55:09.3290002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3290270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3290518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-12-01T10:55:09.3290782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3291016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3291269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3291519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3291777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3292030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3292288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3292540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3292798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3292985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 PASSED [ 71%] 2022-12-01T10:55:09.3293231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3293490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3293769Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3294025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3294272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3294594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3294847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3295138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3295394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3295656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3295917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3296163Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3296423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3296686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3296946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3297201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3297451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3297701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3297877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 PASSED [ 71%] 2022-12-01T10:55:09.3298127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3298383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3298634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3298859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 PASSED [ 71%] 2022-12-01T10:55:09.3299136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3299388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3299647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3299905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:09.3300299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3300540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3300773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3301003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3301220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 SKIPPED (Gradients are incorrect!) [ 72%] 2022-12-01T10:55:09.3301569Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3301806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3302042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3302283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3302523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3302755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3302954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:55:09.3303160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:55:09.3303362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:55:09.3303595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3303762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 PASSED [ 72%] 2022-12-01T10:55:09.3303993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3304502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3304944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3305293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3305649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3305888Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3306125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3306358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 PASSED [ 72%] 2022-12-01T10:55:09.3306541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 PASSED [ 72%] 2022-12-01T10:55:09.3306783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3307023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3307272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3307513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3307753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3308105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3308457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-12-01T10:55:09.3308705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3308940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3309178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-12-01T10:55:09.3309366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 PASSED [ 72%] 2022-12-01T10:55:09.3309564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:55:09.3309753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:55:09.3309930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3310169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3310393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3310574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3310763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3310953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 XFAIL [ 73%] 2022-12-01T10:55:09.3311204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3311376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3311724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3312090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3312263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 PASSED [ 73%] 2022-12-01T10:55:09.3312436Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3312604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 PASSED [ 73%] 2022-12-01T10:55:09.3312845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3313096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3313351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3313583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3313833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3314189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3314547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3314936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3315320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:55:09.3315702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3315945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3316325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3316613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3316855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3317096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3317365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3317752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3318169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3318574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:55:09.3318974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-12-01T10:55:09.3319350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3319584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3319939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-12-01T10:55:09.3320175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-12-01T10:55:09.3320425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3320609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 PASSED [ 74%] 2022-12-01T10:55:09.3320787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3321024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3321261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3321494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3321668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3321910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3322134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3322396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3322631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3322867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3323039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3323287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3323467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 PASSED [ 74%] 2022-12-01T10:55:09.3323709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3323978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3324216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3324448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3324683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3325025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-12-01T10:55:09.3325267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3325502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3325685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3325928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3326169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3326406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3326659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3326840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 PASSED [ 74%] 2022-12-01T10:55:09.3327016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3327194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 PASSED [ 74%] 2022-12-01T10:55:09.3327368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 PASSED [ 74%] 2022-12-01T10:55:09.3327553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 PASSED [ 74%] 2022-12-01T10:55:09.3327822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3328066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3328299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3328535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-12-01T10:55:09.3328887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3329069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3329327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3329561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3329791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3330018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3330253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3330493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3330729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:09.3330906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3331075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3331431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3331776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3331973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3332167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3332351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3332551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3332750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3332950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3333162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:55:09.3333360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3333684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 75%] 2022-12-01T10:55:09.3333853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 PASSED [ 75%] 2022-12-01T10:55:09.3334016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3334176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3334408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 PASSED [ 75%] 2022-12-01T10:55:09.3334584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3334754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 PASSED [ 75%] 2022-12-01T10:55:09.3334953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3335117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3335300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 PASSED [ 75%] 2022-12-01T10:55:09.3335477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 PASSED [ 75%] 2022-12-01T10:55:09.3335812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3336139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3336326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3336524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-12-01T10:55:09.3336852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3337176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-12-01T10:55:09.3337503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3337827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3338162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3338495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3338686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 76%] 2022-12-01T10:55:09.3338896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3339103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3339256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 PASSED [ 76%] 2022-12-01T10:55:09.3339419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3339617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3339781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3339946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 PASSED [ 76%] 2022-12-01T10:55:09.3340109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3340277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 PASSED [ 76%] 2022-12-01T10:55:09.3340437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3340629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3340833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3341039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3341397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3341727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3342046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3342262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3342457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3342651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3342848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3343177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-12-01T10:55:09.3343378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3343586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3343793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3343994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3344185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3344498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3344740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 PASSED [ 76%] 2022-12-01T10:55:09.3344941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3345133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3345337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3345540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-12-01T10:55:09.3345796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3345990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3346183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3346384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3346586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3346781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3346952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 PASSED [ 77%] 2022-12-01T10:55:09.3347332Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3347531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3347722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3347918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3348090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 PASSED [ 77%] 2022-12-01T10:55:09.3348245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3348413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3348627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3348791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3348986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3349188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3349389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3349597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3349797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3349977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3350156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3350354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3350547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3350745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3351079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3351484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3351819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3352147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3352470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-12-01T10:55:09.3352630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3352784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3352951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3353117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 PASSED [ 77%] 2022-12-01T10:55:09.3353307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 PASSED [ 77%] 2022-12-01T10:55:09.3353512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3353711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-12-01T10:55:09.3353874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3354194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3354391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3354582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3354785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3354983Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3355184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3355382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3355580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3355778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3355982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3356177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3356376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3356559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3356755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3356915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3357157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3357355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3357545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3357720Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3357883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3358223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3358404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3358600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3358789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3359122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3359325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3359523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3359847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3360179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3360383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3360582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3360733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3361062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3361390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-12-01T10:55:09.3361585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:09.3361758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 PASSED [ 78%] 2022-12-01T10:55:09.3361934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 PASSED [ 79%] 2022-12-01T10:55:09.3362105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 PASSED [ 79%] 2022-12-01T10:55:09.3362300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3362633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3362960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3363272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3363627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3363944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3364274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3364609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3364936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3365131Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3365366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3365583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3365797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3365997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3366200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3366406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:55:09.3366601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3366771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 PASSED [ 79%] 2022-12-01T10:55:09.3367093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3367256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 PASSED [ 79%] 2022-12-01T10:55:09.3367462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3367663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3367861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3368077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3368328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3368631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3368842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3369046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3369266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3369512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3369711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3369916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3370114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-12-01T10:55:09.3370472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3370812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-12-01T10:55:09.3371001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:55:09.3371242Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3371454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3371658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3371866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3372075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3372277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3372487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3372690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3372901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3373122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3373325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3373525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3373743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3373943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3374150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3374422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3374627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3374826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3375067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3375270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3375475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3375680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3375883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3376087Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3376291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3376661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:55:09.3376830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 PASSED [ 80%] 2022-12-01T10:55:09.3376992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 PASSED [ 80%] 2022-12-01T10:55:09.3377156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 PASSED [ 80%] 2022-12-01T10:55:09.3377306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 PASSED [ 80%] 2022-12-01T10:55:09.3377506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3377705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3377909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3378110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 80%] 2022-12-01T10:55:09.3378451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:55:09.3378792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:55:09.3379124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-12-01T10:55:09.3379462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:55:09.3379802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:55:09.3379954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 PASSED [ 81%] 2022-12-01T10:55:09.3380271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-12-01T10:55:09.3380473Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3380671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3380864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3381082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3381270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3381470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3381671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_amin_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3381876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumprod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3382070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_cumsum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3382246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:55:09.3382419Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 PASSED [ 81%] 2022-12-01T10:55:09.3382652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_log_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3382860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logaddexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3383067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_logsumexp_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3383269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3383470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3383673Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3383856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 PASSED [ 81%] 2022-12-01T10:55:09.3384051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_std_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3384252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3384600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3384854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3385067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3385263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3385461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3385653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3385847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3386063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3386248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3386443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3386694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3386883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3387074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3387267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:09.3387461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3387806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3388000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3388207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3388393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3388585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3388925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3389120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3389326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_batch_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3389527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3389855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3390178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3390345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 PASSED [ 82%] 2022-12-01T10:55:09.3390494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3390833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3391183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3391513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3391841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-12-01T10:55:09.3392078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3392305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3392522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3392780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3393001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3393213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3393410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3393623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3393837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3394062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3394327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3394539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3394752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3394977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3395194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3395416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 82%] 2022-12-01T10:55:09.3395606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3395780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3395959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 PASSED [ 82%] 2022-12-01T10:55:09.3396176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3396393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-12-01T10:55:09.3396622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3396835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3397049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3397262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3397475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3397667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:55:09.3397865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3398130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3398346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3398571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3398798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3399024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3399231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3399472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3399689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3399902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3400124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3400327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3400543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3400768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3400985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3401168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:55:09.3401381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3401606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3401836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3402050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3402265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3402484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3402686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3402904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3403119Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3403376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Op has no inplace variant!) [ 83%] 2022-12-01T10:55:09.3403558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:55:09.3403737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:55:09.3404108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-12-01T10:55:09.3404330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3404544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3404773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3405019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3405221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3405442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3405664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3405993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3406192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3406387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3406583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3406779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3407108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3407303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3407489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3407687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3407886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3408084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3408276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3408465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 PASSED [ 84%] 2022-12-01T10:55:09.3408668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3408863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 PASSED [ 84%] 2022-12-01T10:55:09.3409029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:55:09.3409209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3409376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 PASSED [ 84%] 2022-12-01T10:55:09.3409535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 PASSED [ 84%] 2022-12-01T10:55:09.3409728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3409922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3410259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3410622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3410821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3410996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 PASSED [ 84%] 2022-12-01T10:55:09.3411189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3411389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3411593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3411794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:09.3412126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3412458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-12-01T10:55:09.3412659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3412852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3413015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3413206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:55:09.3413375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 PASSED [ 85%] 2022-12-01T10:55:09.3413557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3413732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 PASSED [ 85%] 2022-12-01T10:55:09.3413903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3414074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 PASSED [ 85%] 2022-12-01T10:55:09.3414239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3414492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3414704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3414887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3415069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3415264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3415601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3415766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3415927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3416093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 PASSED [ 85%] 2022-12-01T10:55:09.3416256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3416447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 PASSED [ 85%] 2022-12-01T10:55:09.3416609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:55:09.3416806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3417012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3417362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3417707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3418077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3418280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3418641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3418842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3419039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3419402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3419614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3419975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3420164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3420370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 SKIPPED (Op has no inplace variant!) [ 85%] 2022-12-01T10:55:09.3420745Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-12-01T10:55:09.3421171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:55:09.3421555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:55:09.3421943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-12-01T10:55:09.3422142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3422338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3422545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3422749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3422943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 PASSED [ 86%] 2022-12-01T10:55:09.3423132Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3423325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3423520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3423690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 PASSED [ 86%] 2022-12-01T10:55:09.3423851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:55:09.3424046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3424243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3424600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3424835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3425027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3425211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3425407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3425573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 PASSED [ 86%] 2022-12-01T10:55:09.3425737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:55:09.3425946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3426150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3426342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3426503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 PASSED [ 86%] 2022-12-01T10:55:09.3426665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 PASSED [ 86%] 2022-12-01T10:55:09.3426906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3427108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3427305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3427496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3427689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3427883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3428075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3428271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3428479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 PASSED [ 86%] 2022-12-01T10:55:09.3428640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 PASSED [ 86%] 2022-12-01T10:55:09.3428847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 86%] 2022-12-01T10:55:09.3429044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3429254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3429431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 PASSED [ 87%] 2022-12-01T10:55:09.3429596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 PASSED [ 87%] 2022-12-01T10:55:09.3429797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3429992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3430196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3430393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3430578Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3430925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:55:09.3431275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:55:09.3431470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3431669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3431865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3432057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3432261Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3432491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3432686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3432869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:09.3433037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 PASSED [ 87%] 2022-12-01T10:55:09.3433200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 PASSED [ 87%] 2022-12-01T10:55:09.3433534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-12-01T10:55:09.3433766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3433996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3434263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3434503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3434729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3445685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3446033Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3446291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3446529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3446765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3446952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 SKIPPED (Skipped!) [ 87%] 2022-12-01T10:55:09.3447183Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3447356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 PASSED [ 87%] 2022-12-01T10:55:09.3447582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-12-01T10:55:09.3447755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 PASSED [ 87%] 2022-12-01T10:55:09.3447933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:55:09.3448104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3448277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3448446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3448635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 PASSED [ 88%] 2022-12-01T10:55:09.3448931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 PASSED [ 88%] 2022-12-01T10:55:09.3449302Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3449638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3449977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3450210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3450548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3450788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3451089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3451422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3451750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3452083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3452412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3452757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-12-01T10:55:09.3452956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 SKIPPED (Numerous errors) [ 88%] 2022-12-01T10:55:09.3453194Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3453438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3453609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 PASSED [ 88%] 2022-12-01T10:55:09.3453781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3454016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3454189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3454474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 PASSED [ 88%] 2022-12-01T10:55:09.3454713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3454952Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3455184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3455449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3455682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3455862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 PASSED [ 88%] 2022-12-01T10:55:09.3456096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3456335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3456567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3456803Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3457057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3457303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-12-01T10:55:09.3457651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:55:09.3457993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:55:09.3458313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:55:09.3458559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3458788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3459018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3459247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3459483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3459825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:55:09.3460062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3460298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3460543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3460784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3461022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3461277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3461504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3461679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3461857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3462092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3462333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3462600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3462790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 PASSED [ 89%] 2022-12-01T10:55:09.3462969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3463204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3463366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3463601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3463838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3464009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 PASSED [ 89%] 2022-12-01T10:55:09.3464175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3464342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3464950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-12-01T10:55:09.3465182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3465363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 PASSED [ 89%] 2022-12-01T10:55:09.3465619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3465783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 PASSED [ 89%] 2022-12-01T10:55:09.3466019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3466258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-12-01T10:55:09.3466492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3466728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3467034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3467263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3467495Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3467682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 PASSED [ 90%] 2022-12-01T10:55:09.3467911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3468145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3468414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3468638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3468873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3469217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:55:09.3469553Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:55:09.3469727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 PASSED [ 90%] 2022-12-01T10:55:09.3469897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 PASSED [ 90%] 2022-12-01T10:55:09.3470128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3470464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-12-01T10:55:09.3470699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3470930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3471153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3471388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3471627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3471861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3472096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3472330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3472594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3472826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3473060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3473288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3473521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3473757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3474008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3474238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3474475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3474710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3474944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3475181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3475410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:09.3475638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3475870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3476102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3476329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3476501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 PASSED [ 91%] 2022-12-01T10:55:09.3476835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3477063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3477289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3477458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 PASSED [ 91%] 2022-12-01T10:55:09.3477800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3478063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3478390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3478728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3479059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3479296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3479535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3479875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3480106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3480433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3480773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3481121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3481358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3481591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3481824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3482054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3482233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 PASSED [ 91%] 2022-12-01T10:55:09.3482405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 PASSED [ 91%] 2022-12-01T10:55:09.3482576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 PASSED [ 91%] 2022-12-01T10:55:09.3482753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 PASSED [ 91%] 2022-12-01T10:55:09.3482994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-12-01T10:55:09.3483327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3483667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3484011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3484377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3484708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3485038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3485374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-12-01T10:55:09.3485714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3486037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3486300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3486516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:55:09.3486728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:55:09.3486948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:55:09.3487147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:55:09.3487366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:55:09.3487601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3487828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3488061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3488291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3488604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3488778Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 PASSED [ 92%] 2022-12-01T10:55:09.3488951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 PASSED [ 92%] 2022-12-01T10:55:09.3489191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3489425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3489662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3489915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3490150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3490428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3490670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3490906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3491136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3491392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3491671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3491904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3492145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3492502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3492857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3493209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-12-01T10:55:09.3493450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3493693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3493930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3494176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3494469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3494708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-12-01T10:55:09.3494955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3495197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3495572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3495940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3496212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3496461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3496707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-12-01T10:55:09.3496941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3497182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3497456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3497686Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3497923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3498169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3498415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3498659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3498901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3499243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3499417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 PASSED [ 93%] 2022-12-01T10:55:09.3499589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 PASSED [ 93%] 2022-12-01T10:55:09.3499756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 PASSED [ 93%] 2022-12-01T10:55:09.3499992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3500224Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3500459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3500688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3501036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3501374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3501747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3502088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3502437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3502775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3502944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 PASSED [ 93%] 2022-12-01T10:55:09.3503287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3503615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3503875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3504204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-12-01T10:55:09.3504593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3504861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3505092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:09.3505326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3505551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3505792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3506031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumprod_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3506272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_cumsum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3506455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 PASSED [ 94%] 2022-12-01T10:55:09.3506624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 PASSED [ 94%] 2022-12-01T10:55:09.3506871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_log_softmax_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3507111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_logsumexp_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3507351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3507588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3507878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_prod_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3508068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 PASSED [ 94%] 2022-12-01T10:55:09.3508251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 PASSED [ 94%] 2022-12-01T10:55:09.3508484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_sum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3508722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3508953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3509188Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3509466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3509699Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3509932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3510184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3510432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3510668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3510914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3511157Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3511388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3511622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3511853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3512065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3512295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3512522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3512700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 PASSED [ 94%] 2022-12-01T10:55:09.3512928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3513184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3513369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 94%] 2022-12-01T10:55:09.3513601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-12-01T10:55:09.3513840Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_batch_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3514176Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T10:55:09.3514336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 PASSED [ 95%] 2022-12-01T10:55:09.3514506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 PASSED [ 95%] 2022-12-01T10:55:09.3514869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T10:55:09.3515227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T10:55:09.3515572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T10:55:09.3515907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-12-01T10:55:09.3516177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3516445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3516697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3516958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3517209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3517452Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3517692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3517940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3518182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3518433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3518692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3518912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 PASSED [ 95%] 2022-12-01T10:55:09.3519164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3519420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3519661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3519913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3520187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3520448Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3520708Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3520953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3521211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3521462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3521655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 PASSED [ 95%] 2022-12-01T10:55:09.3521902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3522152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3522401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3522656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3522843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 PASSED [ 95%] 2022-12-01T10:55:09.3523090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3523349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-12-01T10:55:09.3523611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3523843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3524126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3524379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3524626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3524885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3525141Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3525414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3525665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3525921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3526173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3526424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3526669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3526909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3527084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 PASSED [ 96%] 2022-12-01T10:55:09.3527450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3527636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 PASSED [ 96%] 2022-12-01T10:55:09.3527883Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3528144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3528389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3528636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3528887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3529144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3529460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3529707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3530049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3530369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3530605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3530865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3531069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 SKIPPED (Gradients are incorrect!) [ 96%] 2022-12-01T10:55:09.3531398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3531732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3532070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3532404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-12-01T10:55:09.3532640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3532877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:09.3533080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 SKIPPED (Skipped!) [ 96%] 2022-12-01T10:55:09.3533269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:55:09.3533503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3533734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3533904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3534134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3534432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3534609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3534953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3535286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3535675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3535909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3536128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3536358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3536530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3536779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3537057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3537297Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3537534Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3537874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3538208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3538548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-12-01T10:55:09.3538788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3539024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3539251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3539480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3539652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3539834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3540029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:55:09.3540225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 97%] 2022-12-01T10:55:09.3540393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3540621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3540806Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3541056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3541339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3541571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3541810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-12-01T10:55:09.3541985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 PASSED [ 97%] 2022-12-01T10:55:09.3542151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 PASSED [ 97%] 2022-12-01T10:55:09.3542482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3542658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3542853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3543022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3543172Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3543408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3543646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3543875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3544125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3544728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3545080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3545454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3545692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3546078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 98%] 2022-12-01T10:55:09.3546315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3546681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3546909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3547287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3547712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-12-01T10:55:09.3547955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3548192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3548423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3548664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3548910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3549179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3549356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3549591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3549820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3550037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3550272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3550501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3550669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 PASSED [ 98%] 2022-12-01T10:55:09.3550902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3551139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3551371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3551604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3551833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-12-01T10:55:09.3552065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3552301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3552517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3552758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3553024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3553250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3553418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 PASSED [ 99%] 2022-12-01T10:55:09.3553659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3553891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3554123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3554375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3554601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3554830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3555045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3555277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3555506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3555682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 PASSED [ 99%] 2022-12-01T10:55:09.3555923Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3556158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3556391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3556636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3556811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 PASSED [ 99%] 2022-12-01T10:55:09.3556992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 PASSED [ 99%] 2022-12-01T10:55:09.3557227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3557447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3557802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:55:09.3558031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3558298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3558539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3558766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3558996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3559221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3559456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-12-01T10:55:09.3559657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 PASSED [ 99%] 2022-12-01T10:55:09.3559834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 PASSED [ 99%] 2022-12-01T10:55:09.3560154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:55:09.3560499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-12-01T10:55:09.3560838Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-12-01T10:55:09.3560848Z 2022-12-01T10:55:09.3561186Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-4f8b2a75dca39f74.xml - 2022-12-01T10:55:09.3561333Z = 1671 passed, 2034 skipped, 14 deselected, 39 xfailed, 68 warnings in 804.33s (0:13:24) = 2022-12-01T10:55:09.3561507Z 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:55:09.3561513Z 2022-12-01T10:55:09.3561866Z ##[endgroup] 2022-12-01T10:55:09.3562161Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_f_j2ewn2) 2022-12-01T10:55:09.3562167Z 2022-12-01T10:55:09.5172055Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-x', '--reruns=2', '-rfEX', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:55:09.516809] 2022-12-01T10:55:18.5592078Z 2022-12-01T10:55:18.5592572Z Expand the folded group to see the log file of test_ops_gradients 2022-12-01T10:55:18.5593674Z ##[group]PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_vn1e1u3c) 2022-12-01T10:55:18.5594494Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients-7dfa6dc22d5ea0bc.xml 2022-12-01T10:55:18.5595100Z ============================= test session starts ============================== 2022-12-01T10:55:18.5595620Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:55:18.5595939Z cachedir: .pytest_cache 2022-12-01T10:55:18.5596357Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:55:18.5596755Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:55:18.5597173Z 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:55:18.5597549Z collecting ... collected 7560 items / 7528 deselected / 32 selected 2022-12-01T10:55:18.5601621Z Running 32 items in this shard: test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128, test/test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-12-01T10:55:18.5605185Z 2022-12-01T10:55:18.5605439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-12-01T10:55:18.5605979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-12-01T10:55:18.5606462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-12-01T10:55:18.5606928Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-12-01T10:55:18.5607359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 PASSED [ 15%] 2022-12-01T10:55:18.5607788Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 PASSED [ 18%] 2022-12-01T10:55:18.5608165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 21%] 2022-12-01T10:55:18.5608557Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 25%] 2022-12-01T10:55:18.5608934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 PASSED [ 28%] 2022-12-01T10:55:18.5609298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 PASSED [ 31%] 2022-12-01T10:55:18.5609649Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 PASSED [ 34%] 2022-12-01T10:55:18.5610015Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 PASSED [ 37%] 2022-12-01T10:55:18.5610383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 PASSED [ 40%] 2022-12-01T10:55:18.5610755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 PASSED [ 43%] 2022-12-01T10:55:18.5611151Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 PASSED [ 46%] 2022-12-01T10:55:18.5611530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 PASSED [ 50%] 2022-12-01T10:55:18.5611903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 PASSED [ 53%] 2022-12-01T10:55:18.5612280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 PASSED [ 56%] 2022-12-01T10:55:18.5612648Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 PASSED [ 59%] 2022-12-01T10:55:18.5613032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 PASSED [ 62%] 2022-12-01T10:55:18.5613483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-12-01T10:55:18.5613995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-12-01T10:55:18.5614568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-12-01T10:55:18.5615083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-12-01T10:55:18.5615555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-12-01T10:55:18.5615986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 SKIPPED (Op has no inplace variant!) [ 81%] 2022-12-01T10:55:18.5616408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Op has no inplace variant!) [ 84%] 2022-12-01T10:55:18.5616851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 SKIPPED (Op has no inplace variant!) [ 87%] 2022-12-01T10:55:18.5617319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-12-01T10:55:18.5617818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-12-01T10:55:18.5618304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-12-01T10:55:18.5618822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-12-01T10:55:18.5619126Z 2022-12-01T10:55:18.5619510Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-7dfa6dc22d5ea0bc.xml - 2022-12-01T10:55:18.5619896Z ========== 16 passed, 16 skipped, 7528 deselected, 1 warning in 5.97s ========== 2022-12-01T10:55:18.5620226Z 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:55:18.5620407Z 2022-12-01T10:55:18.5620668Z ##[endgroup] 2022-12-01T10:55:18.5621070Z FINISHED PRINTING LOG FILE of test_ops_gradients (/var/lib/jenkins/workspace/test/test-reports/test_ops_gradients_vn1e1u3c) 2022-12-01T10:55:18.5621293Z 2022-12-01T10:55:18.5621442Z Running test_fx ... [2022-12-01 10:55:18.560072] 2022-12-01T10:55:18.5621876Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:55:18.560383] 2022-12-01T10:59:06.4989795Z 2022-12-01T10:59:06.4990323Z Expand the folded group to see the log file of test_fx 2022-12-01T10:59:06.4991505Z ##[group]PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_w1_1xz97) 2022-12-01T10:59:06.4992521Z Test results will be stored in test-reports/python-unittest/test_fx 2022-12-01T10:59:06.4993029Z 2022-12-01T10:59:06.4993694Z Running tests... 2022-12-01T10:59:06.4994401Z ---------------------------------------------------------------------- 2022-12-01T10:59:06.4995263Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.012s) 2022-12-01T10:59:06.4995876Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:59:06.4996338Z Test type annotations in the forward function. ... ok (0.003s) 2022-12-01T10:59:06.4996945Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:59:06.4997547Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:59:06.4998079Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:59:06.4998625Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:59:06.4999064Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:59:06.4999370Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:59:06.4999653Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:59:06.5000018Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.011s) 2022-12-01T10:59:06.5000477Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-12-01T10:59:06.5000928Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5001420Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5001860Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:59:06.5002253Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:59:06.5002656Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:59:06.5003056Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:59:06.5003476Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-12-01T10:59:06.5003869Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.089s) 2022-12-01T10:59:06.5004258Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5004650Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5005100Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:59:06.5005528Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5005988Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:59:06.5006986Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:59:06.5008335Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:59:06.5009552Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:59:06.5010337Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:59:06.5011232Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:59:06.5012328Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:59:06.5013031Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:59:06.5013729Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:59:06.5014153Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5014641Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.007s) 2022-12-01T10:59:06.5014982Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5015387Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.102s) 2022-12-01T10:59:06.5015738Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5016076Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.005s) 2022-12-01T10:59:06.5016410Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5016740Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-12-01T10:59:06.5017080Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5017425Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-12-01T10:59:06.5017747Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5018086Z Test code path where placeholder comes after normal op node in FX ... ok (0.003s) 2022-12-01T10:59:06.5018391Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5018709Z Perform constant folding conversion, from original mod to split constant ... ok (0.005s) 2022-12-01T10:59:06.5019021Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5019344Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-12-01T10:59:06.5019688Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:59:06.5020010Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:59:06.5020329Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5020650Z Perform constant folding conversion, from original mod to split constant ... ok (0.008s) 2022-12-01T10:59:06.5020999Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5021286Z Check that a graph with no constant folding is handled correctly. ... ok (0.003s) 2022-12-01T10:59:06.5021596Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5021926Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.006s) 2022-12-01T10:59:06.5022246Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.011s) 2022-12-01T10:59:06.5022575Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:59:06.5022892Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:59:06.5023175Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5023434Z Perform constant folding with a call_module node. ... ok (0.005s) 2022-12-01T10:59:06.5023713Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:59:06.5024028Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.006s) 2022-12-01T10:59:06.5024334Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:59:06.5024865Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.005s) 2022-12-01T10:59:06.5025826Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:59:06.5026511Z warnings.warn(msg, FutureWarning) 2022-12-01T10:59:06.5026713Z ok (0.007s) 2022-12-01T10:59:06.5027001Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-12-01T10:59:06.5027430Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-12-01T10:59:06.5027866Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-12-01T10:59:06.5028284Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-12-01T10:59:06.5028694Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.006s) 2022-12-01T10:59:06.5029022Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5029369Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-12-01T10:59:06.5029623Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:59:06.5029894Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:59:06.5030206Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-12-01T10:59:06.5030475Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:59:06.5030739Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:59:06.5030977Z return add_1 2022-12-01T10:59:06.5031146Z ok (0.003s) 2022-12-01T10:59:06.5031336Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5031654Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:59:06.5031908Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:59:06.5032164Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:59:06.5032426Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:59:06.5032707Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-12-01T10:59:06.5033022Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-12-01T10:59:06.5033328Z return add_1 2022-12-01T10:59:06.5033572Z ok (0.003s) 2022-12-01T10:59:06.5033782Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5034139Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:59:06.5034422Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:59:06.5034648Z %y : [#users=0] = placeholder[target=y] 2022-12-01T10:59:06.5034904Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:59:06.5035136Z return add 2022-12-01T10:59:06.5035297Z ok (0.002s) 2022-12-01T10:59:06.5035506Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5035874Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:59:06.5036148Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:59:06.5036358Z %y : [#users=1] = placeholder[target=y] 2022-12-01T10:59:06.5036636Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-12-01T10:59:06.5037005Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:59:06.5037241Z return add_1 2022-12-01T10:59:06.5037394Z ok (0.003s) 2022-12-01T10:59:06.5037656Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5038042Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-12-01T10:59:06.5038328Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:59:06.5038594Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-12-01T10:59:06.5038884Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:59:06.5039101Z return mul 2022-12-01T10:59:06.5039263Z ok (0.003s) 2022-12-01T10:59:06.5039471Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5039807Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-12-01T10:59:06.5040093Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:59:06.5040377Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-12-01T10:59:06.5040706Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-12-01T10:59:06.5041019Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:59:06.5041247Z return mul 2022-12-01T10:59:06.5041414Z ok (0.003s) 2022-12-01T10:59:06.5041592Z test_simple (fx.test_dce_pass.TestDCE) 2022-12-01T10:59:06.5041917Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:59:06.5042172Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:59:06.5042428Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:59:06.5042694Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:59:06.5042975Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:59:06.5043216Z return add_1 2022-12-01T10:59:06.5043369Z ok (0.003s) 2022-12-01T10:59:06.5043576Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5043835Z test_annotation_with_future (__main__.TestFX) ... ok (0.011s) 2022-12-01T10:59:06.5044601Z test_annotations_empty_tuple (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:59:06.5045216Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:59:06.5045440Z ok (0.027s) 2022-12-01T10:59:06.5045674Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5045964Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5046336Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5046714Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5047014Z test_args_kwargs (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5047248Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5047486Z test_assert (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5047746Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5048016Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5048308Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5048587Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5048841Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5049127Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5049456Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5049771Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5050050Z test_autowrap_functions (__main__.TestFX) ... ok (0.059s) 2022-12-01T10:59:06.5050315Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5050579Z test_construct_root_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5050807Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5051043Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5051280Z test_ctx_mgr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5051507Z test_custom_codegen (__main__.TestFX) ... ok (0.017s) 2022-12-01T10:59:06.5051777Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5052041Z test_custom_import (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5052304Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5052587Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5052870Z test_custom_proxy_type (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5053133Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5053435Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:59:06.5053792Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5054113Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5054486Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5054768Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.169s) 2022-12-01T10:59:06.5055032Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5055304Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5056142Z test_delete_unused_submodules_leaf (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:59:06.5056693Z warnings.warn(msg, FutureWarning) 2022-12-01T10:59:06.5056889Z ok (0.004s) 2022-12-01T10:59:06.5057086Z test_dict (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5057314Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5057569Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:59:06.5057853Z test_ellipsis (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5058087Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5058342Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5058592Z test_example_shape_prop (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5058822Z test_find_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5059074Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:59:06.5059336Z test_fn_type_annotations (__main__.TestFX) ... ok (0.020s) 2022-12-01T10:59:06.5059576Z test_fx_and_or (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5059799Z test_fx_create_arg (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5060044Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5060279Z test_fx_stateless (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5060520Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.099s) 2022-12-01T10:59:06.5060823Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-12-01T10:59:06.5061113Z test_getitem_subproc (__main__.TestFX) ... ok (0.031s) 2022-12-01T10:59:06.5069812Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:59:06.5070416Z test_graph_fns (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5070750Z test_graph_module (__main__.TestFX) ... ok (0.033s) 2022-12-01T10:59:06.5071132Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5071553Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5071963Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5072335Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5072677Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5073057Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5073429Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5073786Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5074087Z test_inf_nan (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5074400Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5074726Z test_inline_graph (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5075043Z test_insertion_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5075383Z test_interpreter (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5075732Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5076083Z test_interpreter_gc_values (__main__.TestFX) ... ok (0.275s) 2022-12-01T10:59:06.5076450Z test_interpreter_noop_resnet18 (__main__.TestFX) ... ok (0.309s) 2022-12-01T10:59:06.5076827Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5077197Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5077567Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5077949Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5078322Z test_interpreter_star_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5078666Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5079041Z test_layout (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5079402Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5079752Z test_matmul_tracing (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5080156Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5080566Z test_move_before (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5080917Z test_multi_insert_point (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5081443Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:59:06.5081807Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5082178Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5082532Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5082879Z test_native_callable (__main__.TestFX) ... ok (0.022s) 2022-12-01T10:59:06.5083206Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5083518Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5083859Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5084195Z test_partial_trace (__main__.TestFX) ... 2022-12-01T10:59:06.5084383Z 2022-12-01T10:59:06.5084391Z 2022-12-01T10:59:06.5084510Z def forward(self, x, y_1): 2022-12-01T10:59:06.5084760Z eq = y_1 == True; y_1 = None 2022-12-01T10:59:06.5085324Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-12-01T10:59:06.5085703Z mul = 2 * x; x = None 2022-12-01T10:59:06.5085925Z return mul 2022-12-01T10:59:06.5086144Z 2022-12-01T10:59:06.5087151Z /opt/conda/lib/python3.7/site-packages/torch/fx/_symbolic_trace.py:565: UserWarning: Was not able to add assertion to guarantee correct input f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-12-01T10:59:06.5087838Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-12-01T10:59:06.5088171Z ok (0.007s) 2022-12-01T10:59:06.5088507Z test_pickle_custom_import (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5088915Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:59:06.5089317Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:59:06.5089769Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:59:06.5090601Z test_prepend_self (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-12-01T10:59:06.5091191Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-12-01T10:59:06.5091540Z ok (0.002s) 2022-12-01T10:59:06.5091817Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5092159Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5092516Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5092873Z test_pretty_print_targets (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5093243Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5093609Z test_pytree (__main__.TestFX) ... ok (0.116s) 2022-12-01T10:59:06.5093940Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:59:06.5094396Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5094761Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5095127Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5095493Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5095857Z test_replace_input (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5096182Z test_replace_uses (__main__.TestFX) ... ok (0.133s) 2022-12-01T10:59:06.5096505Z test_reserved_getattr (__main__.TestFX) 2022-12-01T10:59:06.5096922Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-12-01T10:59:06.5097303Z test_return_tuple (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5097653Z test_return_type_exists (__main__.TestFX) ... ok (0.014s) 2022-12-01T10:59:06.5098044Z test_script_method_trace (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:59:06.5098432Z test_script_tensor_constant (__main__.TestFX) ... ok (0.013s) 2022-12-01T10:59:06.5098919Z test_sequential (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5099320Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5099711Z test_shape_prop_layout (__main__.TestFX) ... ok (0.023s) 2022-12-01T10:59:06.5100074Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.502s) 2022-12-01T10:59:06.5100426Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5100758Z test_snake_case (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5101076Z test_sqrt (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:59:06.5101447Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5101828Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5102185Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5102554Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.017s) 2022-12-01T10:59:06.5102930Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.009s) 2022-12-01T10:59:06.5103299Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5103734Z test_tensor_attribute (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5104092Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5104583Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5104912Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5105266Z test_torch_custom_ops (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5105624Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5106705Z test_torch_fx_len (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-12-01T10:59:06.5107629Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:59:06.5107971Z ok (0.021s) 2022-12-01T10:59:06.5108293Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5108690Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5109134Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5109632Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-12-01T10:59:06.5110058Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5110470Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5110874Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5111254Z test_trace_function (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5111657Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+gitc13d400 2022-12-01T10:59:06.5112033Z ok (0.007s) 2022-12-01T10:59:06.5112419Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.015s) 2022-12-01T10:59:06.5112905Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5113394Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:59:06.5113835Z test_transformer_op_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5115337Z test_tuple_no_subscript (__main__.TestFX) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T10:59:06.5116238Z warnings.warn(msg, FutureWarning) 2022-12-01T10:59:06.5116588Z ok (0.005s) 2022-12-01T10:59:06.5116953Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5117517Z test_unpack (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5117967Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5118423Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5118858Z test_update_args_api (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5119296Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5119746Z test_update_kwargs_api (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5120220Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:59:06.5120725Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.012s) 2022-12-01T10:59:06.5121179Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5121580Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5122019Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5122490Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5122947Z test_wrapped_method (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5123492Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:59:06.5123916Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5124406Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:59:06.5124881Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:59:06.5125263Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:59:06.5125757Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:59:06.5126310Z Test backward compatibility for members of classes with ... ok (0.003s) 2022-12-01T10:59:06.5126867Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:59:06.5127431Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-12-01T10:59:06.5128030Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.002s) 2022-12-01T10:59:06.5129303Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5129917Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5130514Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5131117Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5131752Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5132385Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5132989Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5133594Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5134179Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5134861Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5135445Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5136040Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5136589Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5137154Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5137711Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5138236Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5138824Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5139602Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5140204Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5140685Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5141242Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5141784Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5142318Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5142834Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5143396Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5143969Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5144714Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5145459Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5146037Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5146609Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5147200Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5147766Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5148315Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5148879Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5149447Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5149989Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5150528Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5151078Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5151650Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5152238Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5152817Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5153374Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5153955Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5154581Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5155216Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5155848Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5156471Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5157007Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5157540Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5158099Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5158646Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5159211Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5159766Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5160432Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5160977Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5161395Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5161710Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5162024Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5162353Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5162670Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5162999Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5163303Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5163614Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5163924Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5164364Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5164790Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5165104Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5165426Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5165746Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5166065Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5166380Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5166683Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5167004Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5167332Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5167663Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5167976Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5168305Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5168637Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5168963Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5169283Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5169603Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5169921Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5170217Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5170525Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5170862Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5171207Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5171561Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5171966Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5172310Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5172667Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5173017Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.004s) 2022-12-01T10:59:06.5173335Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5173644Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5173950Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5174344Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5174670Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5174984Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5175311Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5175630Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5175937Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5176265Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5176573Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5176871Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5177158Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5177463Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5177765Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5178065Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5178361Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5178690Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5179010Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5179306Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:59:06.5179617Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5179929Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5180246Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5180543Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:59:06.5180866Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5181222Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5181549Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:59:06.5182240Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3734: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:59:06.5182758Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:59:06.5183033Z ok (0.002s) 2022-12-01T10:59:06.5183608Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:59:06.5184150Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:59:06.5184582Z ok (0.002s) 2022-12-01T10:59:06.5185272Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:59:06.5185866Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:59:06.5186145Z ok (0.002s) 2022-12-01T10:59:06.5186594Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5187186Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5187770Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5188372Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5189014Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5189617Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5190196Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5190784Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5191374Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5191970Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5192404Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5192779Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5193169Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5193555Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5193929Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5194324Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5194721Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5195120Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5195508Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5195911Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5196301Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5196685Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5197064Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5197489Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5197875Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5199149Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:59:06.5199909Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5200088Z ok (0.002s) 2022-12-01T10:59:06.5200389Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5200786Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5201176Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5201573Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5201952Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5202347Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5202740Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5203301Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5203917Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5204364Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5204753Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5205137Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5205511Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5205895Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5206455Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5207063Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5207652Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5208095Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5208653Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5209288Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5209874Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5210318Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5210862Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5211463Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5212072Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5212558Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5212963Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5213513Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5214101Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5214634Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5215187Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5215625Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5216159Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5216749Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5217587Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:59:06.5218066Z L = torch.cholesky(A) 2022-12-01T10:59:06.5218257Z should be replaced with 2022-12-01T10:59:06.5218444Z L = torch.linalg.cholesky(A) 2022-12-01T10:59:06.5218631Z and 2022-12-01T10:59:06.5218811Z U = torch.cholesky(A, upper=True) 2022-12-01T10:59:06.5219002Z should be replaced with 2022-12-01T10:59:06.5219209Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:59:06.5219622Z 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:59:06.5219978Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5220153Z ok (0.003s) 2022-12-01T10:59:06.5220452Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5220852Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5221289Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5221681Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5222079Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5222464Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5222852Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5223249Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5223657Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5224045Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5224624Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5225033Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5225445Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:59:06.5226009Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5226462Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5226859Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5227254Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5227631Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5228120Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5228941Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-12-01T10:59:06.5229428Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5229593Z ok (0.006s) 2022-12-01T10:59:06.5229877Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5230274Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5230669Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5231055Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5231454Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5231866Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5232272Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5232651Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5233101Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5233505Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5233889Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5234295Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5234698Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:59:06.5235095Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5235471Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:59:06.5235907Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5236395Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5236814Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5237199Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5237762Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5238206Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5238601Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5239146Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5239723Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:59:06.5240139Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5240513Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5240896Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5241281Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5241663Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5242041Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5242431Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5242812Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5243458Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5244061Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5244494Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5244944Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:59:06.5245348Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5245723Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5246115Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5246513Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5246896Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5247287Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5247686Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5248109Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5248485Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5248875Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5249272Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5249671Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5250052Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5250445Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5250840Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5251232Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5251704Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5252093Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5252482Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5252876Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5253424Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5253852Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5254242Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5254695Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5255074Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5255624Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5256145Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5256538Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5256922Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5257315Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5257697Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5258081Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5258448Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5258833Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5259258Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5259639Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5260024Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5260409Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:59:06.5260798Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5261173Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5261725Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5262165Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5262555Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:59:06.5262931Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.029s) 2022-12-01T10:59:06.5263329Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.037s) 2022-12-01T10:59:06.5263724Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5264111Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5264614Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5265003Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5265388Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5265780Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5266159Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5266557Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5266954Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5267411Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5268322Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T10:59:06.5268877Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5269057Z ok (0.009s) 2022-12-01T10:59:06.5269344Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5269731Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5270279Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5270759Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5271154Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5271531Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5271916Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5272298Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5272688Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5273068Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5273464Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5274443Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-12-01T10:59:06.5275028Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5275191Z ok (0.005s) 2022-12-01T10:59:06.5275516Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:06.5275999Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:06.5276462Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:06.5276914Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:06.5277368Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:59:06.5277784Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5278174Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5278555Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5278975Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5279360Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5279746Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5280131Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5280543Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5280949Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5281353Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5281768Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5282180Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-12-01T10:59:06.5282587Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5282988Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5283375Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5283782Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5284205Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5284623Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5285005Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5285408Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5285826Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5286225Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5286624Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:59:06.5287230Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5287691Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5288093Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:59:06.5288492Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5288903Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-12-01T10:59:06.5289310Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:59:06.5289763Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5290163Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.030s) 2022-12-01T10:59:06.5290587Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5291004Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5291397Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:59:06.5291818Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5292240Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:59:06.5292695Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5293180Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:59:06.5293634Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:59:06.5294036Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5294527Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:59:06.5294940Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:59:06.5295348Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-12-01T10:59:06.5295766Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.066s) 2022-12-01T10:59:06.5296163Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:59:06.5296556Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5296967Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5297376Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5297776Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:59:06.5298175Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:59:06.5298578Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5298970Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5299352Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5299725Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5300105Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5300496Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5300952Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5301346Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5301747Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5302147Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5302543Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5302925Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5303317Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5303748Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5304146Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5304673Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5305070Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-12-01T10:59:06.5305467Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5306044Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5306463Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5307007Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5307841Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:59:06.5308362Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:59:06.5308592Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:59:06.5308793Z should be replaced with 2022-12-01T10:59:06.5309130Z 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:59:06.5309452Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5309618Z ok (0.014s) 2022-12-01T10:59:06.5309988Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5310564Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5311136Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5311734Z test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5312336Z test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5313007Z test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5313601Z test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5314219Z test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5314907Z test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5315352Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5315924Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5316599Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5317222Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5317828Z test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5318436Z test_get_torch_func_signature_exhaustive_masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5319029Z test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5319648Z test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5320254Z test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5320705Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5321112Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5321668Z test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5322279Z test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5322885Z test_get_torch_func_signature_exhaustive_masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5323522Z test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5324119Z test_get_torch_func_signature_exhaustive_masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5324554Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5324949Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5325393Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5325788Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5326212Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5326619Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5327013Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5327385Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5328068Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5328904Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:59:06.5329339Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5329738Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5330158Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5330566Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5330955Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5331327Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5331714Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5332106Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5332495Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5333057Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5333491Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5333891Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5334384Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5357346Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5358289Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5359001Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5359742Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5360477Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:59:06.5361185Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5362047Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5362783Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5363514Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5364272Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5364995Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5365699Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5366801Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5368045Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5369159Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5370273Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5371406Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5372228Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5373347Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5374332Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5375493Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5376698Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5381797Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5383063Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5384289Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5385375Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5386162Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5386911Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5388012Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5388973Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:59:06.5390114Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5391340Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5392530Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5393365Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:59:06.5395249Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:59:06.5396286Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5396592Z ok (0.045s) 2022-12-01T10:59:06.5397133Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5397917Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:59:06.5398703Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:59:06.5399861Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.002s) 2022-12-01T10:59:06.5400723Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5401829Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5402974Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5404140Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5405307Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5406453Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5407581Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5408721Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5409883Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5411187Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5412472Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5413722Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5415014Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5416230Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5417159Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5418205Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5419392Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5420570Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5421445Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5422545Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5423724Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5425052Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5426277Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5427483Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5428680Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5429897Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5431124Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5432362Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5433694Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5434906Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5436147Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5437337Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5438498Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5439672Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5440930Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5441779Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5442931Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5443811Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5444919Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5446093Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5447258Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5448430Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5449628Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5450819Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5452038Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5453240Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5454527Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5455705Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5456966Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5458138Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5459317Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5460533Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5461768Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5463048Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5464204Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5465216Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5465983Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:59:06.5466760Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5467555Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5468374Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5469159Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5469916Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5470689Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5471837Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5472674Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5473747Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5474901Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5476064Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5477208Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5478337Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5479615Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5480811Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5481989Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5483189Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5484028Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5484896Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5486014Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5487183Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5488379Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5489539Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5490812Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5492007Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5493187Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5494447Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5495308Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:59:06.5496357Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5497446Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5498539Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5499599Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5500704Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5501932Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5502741Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5503441Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5504146Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.040s) 2022-12-01T10:59:06.5504988Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5506031Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5506810Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5507539Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5508368Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5509453Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5510515Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5511595Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5512718Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5513829Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5514637Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5515314Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5516003Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5516660Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5518024Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:59:06.5519061Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:59:06.5519497Z Q, R = torch.qr(A, some) 2022-12-01T10:59:06.5519835Z should be replaced with 2022-12-01T10:59:06.5520644Z 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:59:06.5521226Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5521517Z ok (0.013s) 2022-12-01T10:59:06.5521995Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:59:06.5522708Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5523900Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5524987Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5526068Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5527117Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5527887Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5528543Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5529232Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5530010Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5530706Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5531707Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5532516Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5533513Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5534421Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5535419Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5536511Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5537296Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5538012Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5538706Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5539365Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5540064Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5540755Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5541490Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5542227Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5542898Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5543580Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5544536Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5545260Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:59:06.5546905Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T10:59:06.5547863Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5548167Z ok (0.007s) 2022-12-01T10:59:06.5548684Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5549412Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:59:06.5550155Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5551016Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5553323Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:59:06.5554635Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5556272Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:59:06.5557394Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5557700Z ok (0.020s) 2022-12-01T10:59:06.5558241Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-12-01T10:59:06.5559007Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-12-01T10:59:06.5559709Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5560386Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5561109Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5562066Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5562817Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5563532Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5564196Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5564885Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5565679Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5566360Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5567379Z test_get_torch_func_signature_exhaustive_slice_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5568116Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5568840Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5569527Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5570256Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5572271Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:59:06.5573415Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5573711Z ok (0.004s) 2022-12-01T10:59:06.5574224Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5575017Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5575756Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5576484Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5577197Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5577956Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5578744Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5579934Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5581171Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5581991Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5582735Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5583470Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5584271Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5585322Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5585663Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5585868Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5586090Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5586553Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5586760Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5586971Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5587186Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5587446Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5587660Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5587857Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5588040Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5588457Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5588678Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5588898Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5589325Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5589752Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5590174Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5590601Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:59:06.5590812Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5591012Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5591210Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5591560Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5591906Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5592141Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5592330Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5592522Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5592709Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5592895Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5593083Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5593272Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5593651Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5593835Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5594003Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5594358Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5594541Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.067s) 2022-12-01T10:59:06.5594894Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5595483Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:59:06.5595699Z 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:59:06.5595793Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:59:06.5595874Z should be replaced with 2022-12-01T10:59:06.5596050Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:59:06.5596099Z and 2022-12-01T10:59:06.5596204Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:59:06.5596284Z should be replaced with 2022-12-01T10:59:06.5596634Z 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:59:06.5596719Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5596785Z ok (0.004s) 2022-12-01T10:59:06.5596972Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5597167Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5597341Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5597527Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5597714Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5597911Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5598158Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:59:06.5598342Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:59:06.5598684Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5599038Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5599221Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5599408Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5599592Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5599811Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5600000Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5600638Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:59:06.5600818Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:59:06.5600921Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:59:06.5601002Z should be replaced with 2022-12-01T10:59:06.5601238Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:59:06.5601316Z r = func(*args, **kwargs) 2022-12-01T10:59:06.5601372Z ok (0.007s) 2022-12-01T10:59:06.5601559Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5601748Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5601940Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:59:06.5602126Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5602315Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5602507Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5602859Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5603210Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5603581Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5603920Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5604111Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5604332Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5604529Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5604712Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5604910Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5605257Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5605597Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5605787Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5606002Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5606336Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5606524Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:59:06.5606869Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-12-01T10:59:06.5607054Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-12-01T10:59:06.5607247Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:59:06.5607380Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5607517Z Tests that the pass manager runs the passes correctly. ... ok (0.004s) 2022-12-01T10:59:06.5607665Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5607829Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-12-01T10:59:06.5607952Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5608087Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-12-01T10:59:06.5608226Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5608331Z Tests error catching + debug ... ok (0.003s) 2022-12-01T10:59:06.5608479Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5608595Z Tests the construction of constraints ... ok (0.001s) 2022-12-01T10:59:06.5608726Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-12-01T10:59:06.5608868Z Tests that passes are correctly ordered based on contraints. ... ok (0.002s) 2022-12-01T10:59:06.5609049Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-12-01T10:59:06.5609239Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5609446Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5609637Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5609872Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5610057Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-12-01T10:59:06.5610283Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-12-01T10:59:06.5610475Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-12-01T10:59:06.5610673Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5610895Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5611082Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:59:06.5611229Z This tests that a placeholder Node can be matched to a Node with ... ok (0.008s) 2022-12-01T10:59:06.5611417Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5611625Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5611884Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5612092Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5612300Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5612492Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5612671Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-12-01T10:59:06.5612866Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5613068Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:59:06.5613259Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:59:06.5613406Z test_torchvision_models_alexnet (__main__.TestVisionTracing) ... ok (0.471s) 2022-12-01T10:59:06.5613558Z test_torchvision_models_convnext_base (__main__.TestVisionTracing) ... ok (2.085s) 2022-12-01T10:59:06.5613710Z test_torchvision_models_convnext_large (__main__.TestVisionTracing) ... ok (3.363s) 2022-12-01T10:59:06.5613857Z test_torchvision_models_convnext_small (__main__.TestVisionTracing) ... ok (1.522s) 2022-12-01T10:59:06.5614006Z test_torchvision_models_convnext_tiny (__main__.TestVisionTracing) ... ok (0.759s) 2022-12-01T10:59:06.5614140Z test_torchvision_models_densenet121 (__main__.TestVisionTracing) ... ok (1.698s) 2022-12-01T10:59:06.5614356Z test_torchvision_models_densenet161 (__main__.TestVisionTracing) ... ok (2.605s) 2022-12-01T10:59:06.5614504Z test_torchvision_models_densenet169 (__main__.TestVisionTracing) ... ok (2.513s) 2022-12-01T10:59:06.5614649Z test_torchvision_models_densenet201 (__main__.TestVisionTracing) ... ok (2.942s) 2022-12-01T10:59:06.5615288Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_320_fpn (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained_backbone' is deprecated since 0.13 and may be removed in the future, please use 'weights_backbone' instead. 2022-12-01T10:59:06.5615535Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and may be removed in the future, " 2022-12-01T10:59:06.5616090Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights_backbone' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights_backbone=None`. 2022-12-01T10:59:06.5616206Z warnings.warn(msg) 2022-12-01T10:59:06.5616275Z ok (0.169s) 2022-12-01T10:59:06.5616468Z test_torchvision_models_detection_fasterrcnn_mobilenet_v3_large_fpn (__main__.TestVisionTracing) ... ok (0.284s) 2022-12-01T10:59:06.5616633Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.366s) 2022-12-01T10:59:06.5616809Z test_torchvision_models_detection_fasterrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.396s) 2022-12-01T10:59:06.5616976Z test_torchvision_models_detection_fcos_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.355s) 2022-12-01T10:59:06.5617154Z test_torchvision_models_detection_keypointrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.545s) 2022-12-01T10:59:06.5617325Z test_torchvision_models_detection_maskrcnn_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.395s) 2022-12-01T10:59:06.5617495Z test_torchvision_models_detection_maskrcnn_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.425s) 2022-12-01T10:59:06.5617670Z test_torchvision_models_detection_retinanet_resnet50_fpn (__main__.TestVisionTracing) ... ok (0.358s) 2022-12-01T10:59:06.5617868Z test_torchvision_models_detection_retinanet_resnet50_fpn_v2 (__main__.TestVisionTracing) ... ok (0.392s) 2022-12-01T10:59:06.5618026Z test_torchvision_models_detection_ssd300_vgg16 (__main__.TestVisionTracing) ... ok (1.750s) 2022-12-01T10:59:06.5618190Z test_torchvision_models_detection_ssdlite320_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (0.132s) 2022-12-01T10:59:06.5618343Z test_torchvision_models_efficientnet_b0 (__main__.TestVisionTracing) ... ok (1.130s) 2022-12-01T10:59:06.5618501Z test_torchvision_models_efficientnet_b1 (__main__.TestVisionTracing) ... ok (1.392s) 2022-12-01T10:59:06.5618650Z test_torchvision_models_efficientnet_b2 (__main__.TestVisionTracing) ... ok (1.636s) 2022-12-01T10:59:06.5618800Z test_torchvision_models_efficientnet_b3 (__main__.TestVisionTracing) ... ok (1.774s) 2022-12-01T10:59:06.5618950Z test_torchvision_models_efficientnet_b4 (__main__.TestVisionTracing) ... ok (2.279s) 2022-12-01T10:59:06.5619094Z test_torchvision_models_efficientnet_b5 (__main__.TestVisionTracing) ... ok (2.984s) 2022-12-01T10:59:06.5619244Z test_torchvision_models_efficientnet_b6 (__main__.TestVisionTracing) ... ok (3.583s) 2022-12-01T10:59:06.5619376Z test_torchvision_models_efficientnet_b7 (__main__.TestVisionTracing) ... ok (4.659s) 2022-12-01T10:59:06.5619528Z test_torchvision_models_efficientnet_v2_l (__main__.TestVisionTracing) ... ok (6.468s) 2022-12-01T10:59:06.5619679Z test_torchvision_models_efficientnet_v2_m (__main__.TestVisionTracing) ... ok (4.189s) 2022-12-01T10:59:06.5619832Z test_torchvision_models_efficientnet_v2_s (__main__.TestVisionTracing) ... ok (2.842s) 2022-12-01T10:59:06.5620564Z test_torchvision_models_googlenet (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/googlenet.py:51: FutureWarning: The default weight initialization of GoogleNet will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:59:06.5620648Z FutureWarning, 2022-12-01T10:59:06.5620715Z ok (1.006s) 2022-12-01T10:59:06.5621442Z test_torchvision_models_inception_v3 (__main__.TestVisionTracing) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/inception.py:47: FutureWarning: The default weight initialization of inception_v3 will be changed in future releases of torchvision. If you wish to keep the old behavior (which leads to long initialization times due to scipy/scipy#11299), please set init_weights=True. 2022-12-01T10:59:06.5621517Z FutureWarning, 2022-12-01T10:59:06.5621583Z ok (1.513s) 2022-12-01T10:59:06.5622198Z test_torchvision_models_maxvit_t (__main__.TestVisionTracing) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T10:59:06.5622414Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T10:59:06.5622482Z ok (3.293s) 2022-12-01T10:59:06.5622630Z test_torchvision_models_mnasnet0_5 (__main__.TestVisionTracing) ... ok (0.792s) 2022-12-01T10:59:06.5622777Z test_torchvision_models_mnasnet0_75 (__main__.TestVisionTracing) ... ok (0.780s) 2022-12-01T10:59:06.5622925Z test_torchvision_models_mnasnet1_0 (__main__.TestVisionTracing) ... ok (0.764s) 2022-12-01T10:59:06.5623069Z test_torchvision_models_mnasnet1_3 (__main__.TestVisionTracing) ... ok (1.033s) 2022-12-01T10:59:06.5623217Z test_torchvision_models_mobilenet_v2 (__main__.TestVisionTracing) ... ok (0.840s) 2022-12-01T10:59:06.5623374Z test_torchvision_models_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.040s) 2022-12-01T10:59:06.5623517Z test_torchvision_models_mobilenet_v3_small (__main__.TestVisionTracing) ... ok (0.819s) 2022-12-01T10:59:06.5623666Z test_torchvision_models_regnet_x_16gf (__main__.TestVisionTracing) ... ok (2.102s) 2022-12-01T10:59:06.5623855Z test_torchvision_models_regnet_x_1_6gf (__main__.TestVisionTracing) ... ok (1.355s) 2022-12-01T10:59:06.5624009Z test_torchvision_models_regnet_x_32gf (__main__.TestVisionTracing) ... ok (3.249s) 2022-12-01T10:59:06.5624155Z test_torchvision_models_regnet_x_3_2gf (__main__.TestVisionTracing) ... ok (1.863s) 2022-12-01T10:59:06.5624301Z test_torchvision_models_regnet_x_400mf (__main__.TestVisionTracing) ... ok (1.421s) 2022-12-01T10:59:06.5624679Z test_torchvision_models_regnet_x_800mf (__main__.TestVisionTracing) ... ok (1.094s) 2022-12-01T10:59:06.5624831Z test_torchvision_models_regnet_x_8gf (__main__.TestVisionTracing) ... ok (1.993s) 2022-12-01T10:59:06.5624970Z test_torchvision_models_regnet_y_128gf (__main__.TestVisionTracing) ... ok (12.887s) 2022-12-01T10:59:06.5625125Z test_torchvision_models_regnet_y_16gf (__main__.TestVisionTracing) ... ok (2.669s) 2022-12-01T10:59:06.5625266Z test_torchvision_models_regnet_y_1_6gf (__main__.TestVisionTracing) ... ok (2.587s) 2022-12-01T10:59:06.5625412Z test_torchvision_models_regnet_y_32gf (__main__.TestVisionTracing) ... ok (3.818s) 2022-12-01T10:59:06.5625552Z test_torchvision_models_regnet_y_3_2gf (__main__.TestVisionTracing) ... ok (2.308s) 2022-12-01T10:59:06.5625697Z test_torchvision_models_regnet_y_400mf (__main__.TestVisionTracing) ... ok (1.530s) 2022-12-01T10:59:06.5625837Z test_torchvision_models_regnet_y_800mf (__main__.TestVisionTracing) ... ok (1.453s) 2022-12-01T10:59:06.5625981Z test_torchvision_models_regnet_y_8gf (__main__.TestVisionTracing) ... ok (2.104s) 2022-12-01T10:59:06.5626127Z test_torchvision_models_resnet101 (__main__.TestVisionTracing) ... ok (1.980s) 2022-12-01T10:59:06.5626258Z test_torchvision_models_resnet152 (__main__.TestVisionTracing) ... ok (2.675s) 2022-12-01T10:59:06.5626406Z test_torchvision_models_resnet18 (__main__.TestVisionTracing) ... ok (0.468s) 2022-12-01T10:59:06.5626552Z test_torchvision_models_resnet34 (__main__.TestVisionTracing) ... ok (0.782s) 2022-12-01T10:59:06.5626699Z test_torchvision_models_resnet50 (__main__.TestVisionTracing) ... ok (1.005s) 2022-12-01T10:59:06.5626853Z test_torchvision_models_resnext101_32x8d (__main__.TestVisionTracing) ... ok (2.532s) 2022-12-01T10:59:06.5627002Z test_torchvision_models_resnext101_64x4d (__main__.TestVisionTracing) ... ok (2.477s) 2022-12-01T10:59:06.5627149Z test_torchvision_models_resnext50_32x4d (__main__.TestVisionTracing) ... ok (1.223s) 2022-12-01T10:59:06.5627333Z test_torchvision_models_segmentation_deeplabv3_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.379s) 2022-12-01T10:59:06.5627494Z test_torchvision_models_segmentation_deeplabv3_resnet101 (__main__.TestVisionTracing) ... ok (2.043s) 2022-12-01T10:59:06.5627668Z test_torchvision_models_segmentation_deeplabv3_resnet50 (__main__.TestVisionTracing) ... ok (1.170s) 2022-12-01T10:59:06.5627891Z test_torchvision_models_segmentation_fcn_resnet101 (__main__.TestVisionTracing) ... ok (1.827s) 2022-12-01T10:59:06.5628058Z test_torchvision_models_segmentation_fcn_resnet50 (__main__.TestVisionTracing) ... ok (1.040s) 2022-12-01T10:59:06.5628238Z test_torchvision_models_segmentation_lraspp_mobilenet_v3_large (__main__.TestVisionTracing) ... ok (1.210s) 2022-12-01T10:59:06.5628393Z test_torchvision_models_shufflenet_v2_x0_5 (__main__.TestVisionTracing) ... ok (0.903s) 2022-12-01T10:59:06.5628545Z test_torchvision_models_shufflenet_v2_x1_0 (__main__.TestVisionTracing) ... ok (0.984s) 2022-12-01T10:59:06.5628695Z test_torchvision_models_shufflenet_v2_x1_5 (__main__.TestVisionTracing) ... ok (0.982s) 2022-12-01T10:59:06.5628848Z test_torchvision_models_shufflenet_v2_x2_0 (__main__.TestVisionTracing) ... ok (1.054s) 2022-12-01T10:59:06.5628982Z test_torchvision_models_squeezenet1_0 (__main__.TestVisionTracing) ... ok (0.336s) 2022-12-01T10:59:06.5629137Z test_torchvision_models_squeezenet1_1 (__main__.TestVisionTracing) ... ok (0.295s) 2022-12-01T10:59:06.5629277Z test_torchvision_models_swin_b (__main__.TestVisionTracing) ... ok (3.145s) 2022-12-01T10:59:06.5629475Z test_torchvision_models_swin_s (__main__.TestVisionTracing) ... ok (2.335s) 2022-12-01T10:59:06.5629617Z test_torchvision_models_swin_t (__main__.TestVisionTracing) ... ok (1.299s) 2022-12-01T10:59:06.5629759Z test_torchvision_models_swin_v2_b (__main__.TestVisionTracing) ... ok (3.587s) 2022-12-01T10:59:06.5629900Z test_torchvision_models_swin_v2_s (__main__.TestVisionTracing) ... ok (3.026s) 2022-12-01T10:59:06.5630039Z test_torchvision_models_swin_v2_t (__main__.TestVisionTracing) ... ok (1.521s) 2022-12-01T10:59:06.5630164Z test_torchvision_models_vgg11 (__main__.TestVisionTracing) ... ok (1.682s) 2022-12-01T10:59:06.5630305Z test_torchvision_models_vgg11_bn (__main__.TestVisionTracing) ... ok (1.711s) 2022-12-01T10:59:06.5630443Z test_torchvision_models_vgg13 (__main__.TestVisionTracing) ... ok (1.766s) 2022-12-01T10:59:06.5630651Z test_torchvision_models_vgg13_bn (__main__.TestVisionTracing) ... ok (1.870s) 2022-12-01T10:59:06.5630790Z test_torchvision_models_vgg16 (__main__.TestVisionTracing) ... ok (1.844s) 2022-12-01T10:59:06.5630930Z test_torchvision_models_vgg16_bn (__main__.TestVisionTracing) ... ok (1.978s) 2022-12-01T10:59:06.5631066Z test_torchvision_models_vgg19 (__main__.TestVisionTracing) ... ok (2.001s) 2022-12-01T10:59:06.5631206Z test_torchvision_models_vgg19_bn (__main__.TestVisionTracing) ... ok (2.079s) 2022-12-01T10:59:06.5631343Z test_torchvision_models_video_mc3_18 (__main__.TestVisionTracing) ... ok (0.917s) 2022-12-01T10:59:06.5631495Z test_torchvision_models_video_mvit_v1_b (__main__.TestVisionTracing) ... ok (4.725s) 2022-12-01T10:59:06.5631639Z test_torchvision_models_video_mvit_v2_s (__main__.TestVisionTracing) ... ok (5.772s) 2022-12-01T10:59:06.5631795Z test_torchvision_models_video_r2plus1d_18 (__main__.TestVisionTracing) ... ok (1.440s) 2022-12-01T10:59:06.5631943Z test_torchvision_models_video_r3d_18 (__main__.TestVisionTracing) ... ok (1.165s) 2022-12-01T10:59:06.5632090Z test_torchvision_models_video_s3d (__main__.TestVisionTracing) ... ok (2.841s) 2022-12-01T10:59:06.5632227Z test_torchvision_models_vit_b_16 (__main__.TestVisionTracing) ... ok (2.079s) 2022-12-01T10:59:06.5632366Z test_torchvision_models_vit_b_32 (__main__.TestVisionTracing) ... ok (1.743s) 2022-12-01T10:59:06.5632492Z test_torchvision_models_vit_h_14 (__main__.TestVisionTracing) ... ok (10.946s) 2022-12-01T10:59:06.5632626Z test_torchvision_models_vit_l_16 (__main__.TestVisionTracing) ... ok (6.003s) 2022-12-01T10:59:06.5632763Z test_torchvision_models_vit_l_32 (__main__.TestVisionTracing) ... ok (5.795s) 2022-12-01T10:59:06.5632918Z test_torchvision_models_wide_resnet101_2 (__main__.TestVisionTracing) ... ok (3.132s) 2022-12-01T10:59:06.5633066Z test_torchvision_models_wide_resnet50_2 (__main__.TestVisionTracing) ... ok (1.770s) 2022-12-01T10:59:06.5633269Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.017s) 2022-12-01T10:59:06.5633409Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... ok (1.279s) 2022-12-01T10:59:06.5633570Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:59:06.5633717Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5633869Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:59:06.5634020Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5634188Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.151s) 2022-12-01T10:59:06.5634347Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:59:06.5634502Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:59:06.5634670Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:59:06.5634854Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:59:06.5635016Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:59:06.5635150Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:59:06.5635296Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:59:06.5635460Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.031s) 2022-12-01T10:59:06.5635627Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-12-01T10:59:06.5635780Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:59:06.5635934Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636087Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636239Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636383Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636542Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636715Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5636870Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5637022Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5637216Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.017s) 2022-12-01T10:59:06.5637376Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5637533Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:59:06.5637690Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.027s) 2022-12-01T10:59:06.5637844Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:59:06.5637997Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:59:06.5638007Z 2022-12-01T10:59:06.5638221Z ---------------------------------------------------------------------- 2022-12-01T10:59:06.5638302Z Ran 1123 tests in 222.297s 2022-12-01T10:59:06.5638307Z 2022-12-01T10:59:06.5638402Z OK (skipped=200, expected failures=3) 2022-12-01T10:59:06.5638408Z 2022-12-01T10:59:06.5638493Z Generating XML reports... 2022-12-01T10:59:06.5638803Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201105521.xml 2022-12-01T10:59:06.5639126Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201105521.xml 2022-12-01T10:59:06.5639434Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201105521.xml 2022-12-01T10:59:06.5639720Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201105521.xml 2022-12-01T10:59:06.5640107Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201105521.xml 2022-12-01T10:59:06.5640380Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201105521.xml 2022-12-01T10:59:06.5640622Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20221201105521.xml 2022-12-01T10:59:06.5640943Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201105521.xml 2022-12-01T10:59:06.5641232Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201105521.xml 2022-12-01T10:59:06.5641558Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201105521.xml 2022-12-01T10:59:06.5641858Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201105521.xml 2022-12-01T10:59:06.5642193Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201105521.xml 2022-12-01T10:59:06.5642459Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201105521.xml 2022-12-01T10:59:06.5642767Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201105521.xml 2022-12-01T10:59:06.5642772Z 2022-12-01T10:59:06.5643162Z ##[endgroup] 2022-12-01T10:59:06.5643426Z FINISHED PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_w1_1xz97) 2022-12-01T10:59:06.5643431Z 2022-12-01T10:59:06.5643596Z Running test_sparse_csr ... [2022-12-01 10:59:06.503259] 2022-12-01T10:59:06.5643937Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:59:06.503629] 2022-12-01T11:01:21.5666206Z 2022-12-01T11:01:21.5666611Z Expand the folded group to see the log file of test_sparse_csr 2022-12-01T11:01:21.5668377Z ##[group]PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_tkv795g1) 2022-12-01T11:01:21.5672900Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-12-01T11:01:21.5673246Z 2022-12-01T11:01:21.5673370Z Running tests... 2022-12-01T11:01:21.5673910Z ---------------------------------------------------------------------- 2022-12-01T11:01:21.5675456Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:01:21.5676283Z r = func(*args, **kwargs) 2022-12-01T11:01:21.5676510Z ok (0.106s) 2022-12-01T11:01:21.5676756Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.083s) 2022-12-01T11:01:21.5677219Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-12-01T11:01:21.5677663Z test_addmm_all_sparse_csr_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-12-01T11:01:21.5678085Z test_addmm_all_sparse_csr_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-12-01T11:01:21.5678480Z test_addmm_all_sparse_csr_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-12-01T11:01:21.5679221Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-12-01T11:01:21.5679665Z test_addmm_all_sparse_csr_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-12-01T11:01:21.5680106Z test_addmm_all_sparse_csr_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-12-01T11:01:21.5680608Z test_addmm_all_sparse_csr_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-12-01T11:01:21.5681111Z test_addmm_dense_result_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-12-01T11:01:21.5681656Z test_addmm_dense_result_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-12-01T11:01:21.5682199Z test_addmm_dense_result_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-12-01T11:01:21.5682738Z test_addmm_dense_result_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-12-01T11:01:21.5683272Z test_addmm_dense_result_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-12-01T11:01:21.5683962Z test_addmm_dense_result_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-12-01T11:01:21.5684504Z test_addmm_dense_result_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T11:01:21.5685061Z test_addmm_dense_result_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-12-01T11:01:21.5685572Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-12-01T11:01:21.5686121Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5686691Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5687265Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5687851Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5688439Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5689009Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5689562Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5690141Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5690711Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5691308Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5691870Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5692471Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5693093Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5693685Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5694313Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5694894Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5695525Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5696160Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5696770Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5697286Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5697771Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5698244Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5698718Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5699305Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5699889Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5700461Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5701052Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5701686Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5702292Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5702863Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5703442Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5704020Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5706279Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5706832Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5707415Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5707998Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5708628Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5709247Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5709878Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T11:01:21.5710296Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5710781Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5711328Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5711930Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5712503Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5713025Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5713614Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5714223Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5714746Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5715326Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5716050Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5716607Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5717160Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5717691Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5718253Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5718803Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5719352Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5719904Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5720492Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5721147Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5721739Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5722334Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5722850Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5723301Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5723831Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5724392Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5725039Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5725438Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5725763Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5726101Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5726448Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5726789Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5727111Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5727447Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5727800Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5728141Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5728466Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5728803Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5729148Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5729475Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5729810Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5730213Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5730560Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5730888Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5731226Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5731570Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5731916Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5732244Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5732580Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5732922Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5733287Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5733630Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5733966Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5734383Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5734718Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5735058Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5735398Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5735747Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5736080Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5736416Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5736754Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5737094Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5737427Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5737767Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5738107Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5738438Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5738786Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5739126Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5739464Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5739785Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-12-01T11:01:21.5740116Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-12-01T11:01:21.5740443Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5740804Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5741128Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5741474Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5741896Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5742380Z 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-01T11:01:21.5742847Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5743323Z 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-01T11:01:21.5743832Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5744312Z 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-01T11:01:21.5745000Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5745520Z 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-01T11:01:21.5746050Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5746528Z 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-01T11:01:21.5746989Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-12-01T11:01:21.5747399Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5747759Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5748173Z 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-01T11:01:21.5748629Z 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-01T11:01:21.5749108Z 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-01T11:01:21.5749581Z 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-01T11:01:21.5750058Z 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-01T11:01:21.5750528Z 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-01T11:01:21.5750991Z 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-01T11:01:21.5751535Z 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-01T11:01:21.5752014Z 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-01T11:01:21.5752503Z 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-01T11:01:21.5752965Z 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-01T11:01:21.5753369Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5753709Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5754118Z 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-01T11:01:21.5754614Z 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-01T11:01:21.5755086Z 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-01T11:01:21.5755553Z 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-01T11:01:21.5756025Z 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-01T11:01:21.5756496Z 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-01T11:01:21.5756950Z 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-01T11:01:21.5765582Z 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-01T11:01:21.5766070Z 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-01T11:01:21.5766549Z 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-01T11:01:21.5767006Z 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-01T11:01:21.5767492Z 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-01T11:01:21.5767962Z 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-01T11:01:21.5768431Z 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-01T11:01:21.5768900Z 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-01T11:01:21.5769353Z 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-01T11:01:21.5769847Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5770206Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5770562Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5770893Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5771257Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.100s) 2022-12-01T11:01:21.5771638Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.096s) 2022-12-01T11:01:21.5771999Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.097s) 2022-12-01T11:01:21.5772368Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.087s) 2022-12-01T11:01:21.5772746Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.098s) 2022-12-01T11:01:21.5773158Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.099s) 2022-12-01T11:01:21.5773521Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-12-01T11:01:21.5773885Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.090s) 2022-12-01T11:01:21.5774318Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.097s) 2022-12-01T11:01:21.5774698Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.112s) 2022-12-01T11:01:21.5775057Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-12-01T11:01:21.5775422Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.089s) 2022-12-01T11:01:21.5775792Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.100s) 2022-12-01T11:01:21.5776164Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.101s) 2022-12-01T11:01:21.5776518Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.093s) 2022-12-01T11:01:21.5776881Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-12-01T11:01:21.5777251Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.097s) 2022-12-01T11:01:21.5777624Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.098s) 2022-12-01T11:01:21.5777984Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.090s) 2022-12-01T11:01:21.5778347Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.089s) 2022-12-01T11:01:21.5778715Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.114s) 2022-12-01T11:01:21.5779071Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.100s) 2022-12-01T11:01:21.5779439Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.093s) 2022-12-01T11:01:21.5779802Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-12-01T11:01:21.5780170Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.098s) 2022-12-01T11:01:21.5780564Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.100s) 2022-12-01T11:01:21.5780941Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.093s) 2022-12-01T11:01:21.5781307Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-12-01T11:01:21.5781676Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.103s) 2022-12-01T11:01:21.5782035Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.103s) 2022-12-01T11:01:21.5782402Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.097s) 2022-12-01T11:01:21.5782761Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.104s) 2022-12-01T11:01:21.5783130Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5783517Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5783888Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5784251Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5784775Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5785134Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5785498Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5785862Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5786230Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5786591Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5786958Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5787321Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5787676Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5788045Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5788419Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5788780Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5789134Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5789508Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5789876Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5790233Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5790589Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5790962Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5791394Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5791760Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5792115Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5792489Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5792859Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5793221Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5793579Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5793953Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5794360Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5794726Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5795623Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:01:21.5796232Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:01:21.5796535Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:01:21.5796748Z should be replaced with 2022-12-01T11:01:21.5797082Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T11:01:21.5797406Z r = func(*args, **kwargs) 2022-12-01T11:01:21.5797585Z ok (0.015s) 2022-12-01T11:01:21.5797864Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5798262Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5798656Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5799046Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5799433Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5799826Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5800213Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5800603Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5800984Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5801373Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5801768Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5802193Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5802580Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5802973Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5803360Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5803746Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5804131Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5804522Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5804986Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5805378Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5805758Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5806152Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5806539Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5806926Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5807311Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5807704Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5808095Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5808481Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5808860Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5809247Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5809629Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5809978Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5810324Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5810664Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5810996Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-12-01T11:01:21.5811334Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5811681Z This test performs a smoke test for covered conversion and verifies ... ok (0.039s) 2022-12-01T11:01:21.5812030Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5812373Z This test performs a smoke test for covered conversion and verifies ... ok (0.038s) 2022-12-01T11:01:21.5812730Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5813070Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5813413Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5813740Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5814080Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5814487Z This test performs a smoke test for covered conversion and verifies ... ok (0.038s) 2022-12-01T11:01:21.5814824Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5815151Z This test performs a smoke test for covered conversion and verifies ... ok (0.038s) 2022-12-01T11:01:21.5815494Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5815836Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5816193Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5816536Z This test performs a smoke test for covered conversion and verifies ... ok (0.014s) 2022-12-01T11:01:21.5816875Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5817212Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5817541Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5817873Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5818213Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5818558Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2022-12-01T11:01:21.5818888Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5819223Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2022-12-01T11:01:21.5819558Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5819880Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5820220Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5820554Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-12-01T11:01:21.5820892Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5821218Z This test performs a smoke test for covered conversion and verifies ... ok (0.006s) 2022-12-01T11:01:21.5821555Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5821893Z This test performs a smoke test for covered conversion and verifies ... ok (0.005s) 2022-12-01T11:01:21.5822198Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5822507Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5822820Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5823137Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5823436Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5823744Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5824047Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5824368Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5824990Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5825436Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5825888Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5826327Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5826723Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5827037Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5827327Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5827641Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5827962Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5828331Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5828628Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5828928Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5829236Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5829528Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5829832Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5830135Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5830440Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5830737Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-12-01T11:01:21.5831035Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5831337Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-12-01T11:01:21.5831623Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T11:01:21.5831920Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T11:01:21.5832210Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-12-01T11:01:21.5832497Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5832762Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5833070Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5833403Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-12-01T11:01:21.5833722Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5834050Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5834374Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-12-01T11:01:21.5834717Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5835026Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T11:01:21.5835354Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5835686Z This test tests conversion from dense to/from CSR and CSC ... ok (0.345s) 2022-12-01T11:01:21.5836004Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5836369Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T11:01:21.5836701Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5837031Z This test tests conversion from dense to/from CSR and CSC ... ok (0.030s) 2022-12-01T11:01:21.5837344Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5837661Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T11:01:21.5837988Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5838306Z This test tests conversion from dense to/from CSR and CSC ... ok (0.337s) 2022-12-01T11:01:21.5838619Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5838940Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T11:01:21.5839277Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5839594Z This test tests conversion from dense to/from CSR and CSC ... ok (0.030s) 2022-12-01T11:01:21.5839944Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5840268Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-12-01T11:01:21.5840596Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5840906Z This test tests conversion from dense to/from CSR and CSC ... ok (0.121s) 2022-12-01T11:01:21.5841228Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5841551Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T11:01:21.5841867Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5842197Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-12-01T11:01:21.5842522Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5842841Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-12-01T11:01:21.5843154Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5843475Z This test tests conversion from dense to/from CSR and CSC ... ok (0.120s) 2022-12-01T11:01:21.5843800Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5844109Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-12-01T11:01:21.5844437Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.5844767Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-12-01T11:01:21.5845082Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5845408Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5845738Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5846067Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5846376Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5846696Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5847011Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5847330Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5847634Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5847981Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5848286Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5848600Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5848901Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5849210Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5849513Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5849801Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5850104Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5850402Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5850686Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5850977Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5851324Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5851660Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:01:21.5852000Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-12-01T11:01:21.5852313Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5852594Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.143s) 2022-12-01T11:01:21.5852857Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.142s) 2022-12-01T11:01:21.5853708Z test_resize_as_sparse_compressed_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:01:21.5854231Z r = func(*args, **kwargs) 2022-12-01T11:01:21.5854490Z ok (0.051s) 2022-12-01T11:01:21.5854746Z test_resize_as_sparse_compressed_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.051s) 2022-12-01T11:01:21.5855100Z test_resize_as_sparse_compressed_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-12-01T11:01:21.5855452Z test_resize_as_sparse_compressed_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-12-01T11:01:21.5855801Z test_resize_as_sparse_compressed_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-12-01T11:01:21.5856142Z test_resize_as_sparse_compressed_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-12-01T11:01:21.5856489Z test_resize_as_sparse_compressed_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.058s) 2022-12-01T11:01:21.5856844Z test_resize_as_sparse_compressed_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-12-01T11:01:21.5857165Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5857434Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5857719Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5858010Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5858286Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5858572Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5858854Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5859118Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5859438Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5859718Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5859999Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5860265Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5860554Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5860850Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5861135Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5861438Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5861742Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5862040Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5862335Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5862625Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5862951Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5863246Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5863532Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5863810Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5864120Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-12-01T11:01:21.5864601Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-12-01T11:01:21.5864931Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5865241Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5865558Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.216s) 2022-12-01T11:01:21.5865869Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.218s) 2022-12-01T11:01:21.5866161Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.204s) 2022-12-01T11:01:21.5866457Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.200s) 2022-12-01T11:01:21.5866788Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:01:21.5867152Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:01:21.5867496Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:01:21.5867854Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:01:21.5868216Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:01:21.5868577Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:01:21.5868941Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:01:21.5869303Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:01:21.5869636Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5869941Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5870257Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.5870581Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.5870957Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5871259Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5871577Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5871888Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5872186Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5872498Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5872807Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5873117Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5873416Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5873731Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5874049Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.5874400Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.5874722Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5875035Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.5875343Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5875636Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5875944Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5876249Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5876548Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5876854Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5877172Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5877488Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5877797Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5878116Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5878434Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5878735Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5879044Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5879359Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5879666Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5879963Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5880274Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5880585Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5880889Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5881202Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5881520Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5881841Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-12-01T11:01:21.5882177Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5882491Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5882801Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-12-01T11:01:21.5883105Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5883400Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5883707Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5884014Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5884311Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-12-01T11:01:21.5884622Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5884934Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5885251Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5885608Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-12-01T11:01:21.5885928Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5886240Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T11:01:21.5886537Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5886845Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5887153Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5887461Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5887761Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5888071Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5888389Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T11:01:21.5888687Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5889002Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5889324Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5889641Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T11:01:21.5889941Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T11:01:21.5890252Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-12-01T11:01:21.5890563Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5890860Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5891168Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5891476Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5891780Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5892079Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5892388Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5892704Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5893014Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5893361Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5893680Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5893986Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5894350Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5894665Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T11:01:21.5894971Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T11:01:21.5895267Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T11:01:21.5895574Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5895890Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5896208Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5896542Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5896868Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5897184Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5897484Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5897792Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.5898104Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5898411Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5898705Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-12-01T11:01:21.5899016Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5899332Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5899637Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5899925Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5900223Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5900515Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-12-01T11:01:21.5900807Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-12-01T11:01:21.5901123Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5901437Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5901733Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-12-01T11:01:21.5902040Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-12-01T11:01:21.5902346Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-12-01T11:01:21.5902645Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5902927Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-12-01T11:01:21.5903228Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5903541Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5903840Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5904156Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5904615Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5904987Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5905287Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5905596Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5905902Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5906186Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5906485Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5906793Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5907103Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5907404Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5907722Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5908077Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5908396Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5908696Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5909011Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5909321Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5909615Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5909923Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5910231Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5910544Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-12-01T11:01:21.5910845Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5911152Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5911468Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5911774Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5912084Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5912393Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5912701Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5912990Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5913298Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5913595Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5913888Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5914187Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.5914505Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5914840Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5915165Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5915498Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-12-01T11:01:21.5915826Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5916172Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5916493Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5916818Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5917138Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5917444Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5917759Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5918079Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5918442Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5918870Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5919326Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5919757Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5920183Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5920591Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5921004Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5921426Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5921841Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5922242Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5922657Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5923070Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5923443Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5923758Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5924094Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5924431Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5924750Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5925079Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5925404Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5925726Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5926032Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5926357Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5926713Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5927028Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5927355Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5927688Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5928025Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5928351Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5928678Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5929009Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5929330Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5929643Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5929996Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5930326Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5930641Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5930969Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5931297Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5931632Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5931949Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5932278Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5932603Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5932916Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5952493Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5952832Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5953170Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5953497Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5953834Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5954172Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5954528Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5954858Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5955189Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5955524Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5955839Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5956164Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5956494Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5956821Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5957244Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5957577Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5957910Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5958234Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5958546Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5958871Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5959192Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5959502Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5959844Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5960202Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5960602Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5960949Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5961308Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5961664Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5962000Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5962340Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5962694Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5963038Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5963365Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5963706Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5964045Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5964384Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5964698Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5965025Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5965354Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5965660Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5965978Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5966293Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5966615Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5966925Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5967249Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5967583Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5967914Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5968271Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5968598Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5968929Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5969241Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5969570Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5969893Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5970224Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5970537Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5970868Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5971200Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5971542Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5971870Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5972196Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5972526Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5972838Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5973167Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5973499Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5973835Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5974149Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5974555Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5974877Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5975182Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5975510Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5975894Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5976317Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5976731Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5977159Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5977585Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5978005Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5978412Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5978829Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5979288Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5979703Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5980102Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5980515Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5980928Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5981347Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5981754Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5982219Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5982650Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5983073Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5983475Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5983890Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5984309Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5984886Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5985285Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5985697Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5986107Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5986525Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5986954Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5987367Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5987794Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5988211Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5988631Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-12-01T11:01:21.5989033Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5989450Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5989929Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5990350Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5990761Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5991187Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5991611Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5992032Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5992476Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5992899Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5993316Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5993734Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5994137Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5994555Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.5994935Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5995274Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5995596Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5995930Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5996260Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5996578Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5996901Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5997231Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5997559Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.5997875Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5998209Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5998542Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5998873Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.5999188Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5999511Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.5999830Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6000168Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6000487Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6000811Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6001134Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6001441Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6001767Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6002100Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6002413Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6002741Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6003071Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6003420Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6003730Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6004063Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6004390Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6004717Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6005036Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6005369Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6005704Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6006021Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6006344Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6006661Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6006978Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6007285Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6007602Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6007929Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6008235Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6008564Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6008891Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6009220Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6009533Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6009860Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6010185Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6010510Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6010816Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6011172Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6011497Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6011867Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6012292Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6012713Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6013137Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6013540Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6013956Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6014472Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6014893Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6015293Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6015710Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-12-01T11:01:21.6016081Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6016412Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6016730Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6017069Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6017400Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6017728Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6018033Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6018347Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6018670Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6018975Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6019299Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6019628Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6019954Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6020273Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6020607Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6020942Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6021268Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6021577Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6021929Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6022252Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6022559Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6022881Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6023203Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6023528Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6023848Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6024185Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6024675Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6024994Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6025369Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6025695Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6026016Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6026322Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6026648Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6026975Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6027302Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6027624Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6027959Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6028293Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6028609Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6028929Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6029254Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6029577Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6029885Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6030204Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6030535Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6030850Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6031181Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6031523Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6031858Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6032171Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6032498Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6032822Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6033173Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6033495Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6033817Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6034147Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6034468Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6034795Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6035126Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6035453Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6035762Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6036090Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6036450Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6036761Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6037613Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:01:21.6038095Z r = func(*args, **kwargs) 2022-12-01T11:01:21.6038275Z ok (0.004s) 2022-12-01T11:01:21.6038511Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6038842Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6039165Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6039491Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6039796Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6040112Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6040422Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6040715Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6041025Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6041333Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6041656Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6041965Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6042295Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6042630Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6042940Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6043259Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6043571Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6043893Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6044193Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6044547Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6044868Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6045189Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6045495Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6045812Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6046134Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6046444Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6046768Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6047087Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6047408Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6047765Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6048081Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6048393Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6048691Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6049010Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6049331Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6049656Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6049978Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6050308Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6050629Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6050940Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6051257Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6051570Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6051884Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6052188Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6052505Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6052827Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6053138Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6053463Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6053783Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6054103Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6054483Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6054794Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6055117Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6055432Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6055796Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6056121Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6056438Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6056748Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6057078Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6057401Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6057720Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6058025Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6058344Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6058658Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6059009Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6059325Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6059644Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6059966Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6060268Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6060580Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6060893Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6061192Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6061510Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6061828Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6062159Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6062486Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6062831Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6063182Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6063524Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6063854Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6064196Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6064674Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6065005Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6065339Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6065671Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6066008Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6066328Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6066654Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6067029Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6067348Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6067652Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6067966Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6068278Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6068567Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6068877Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6069185Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6069508Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6069822Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6070178Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6070503Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6070808Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6071123Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6071438Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6071757Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6072064Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6072384Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6072709Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6073015Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6073334Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6073650Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6073966Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6074267Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6074585Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6074732Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6074889Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6075041Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6075191Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6075322Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6075469Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6075614Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6075761Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6075907Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6076130Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6076319Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6076509Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6076698Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6076865Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077047Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077230Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077418Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077626Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077804Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6077976Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6078155Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6078336Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6078522Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6078689Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6078881Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079066Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079251Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079434Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079616Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079792Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6079969Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6080142Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6080307Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6080488Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-12-01T11:01:21.6080646Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6080799Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6080958Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6081113Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6081296Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6081450Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6081602Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6081736Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6081888Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6082036Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6082191Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6082340Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6082496Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6082674Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6082830Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6082980Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6083116Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6083263Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6083410Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6083559Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6083706Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6083859Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084013Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084165Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084300Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084450Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084598Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084749Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6084897Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085049Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085201Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085354Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085506Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085639Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085787Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6085935Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6086084Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6086227Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6086397Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6086546Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6086692Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6086831Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6086981Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6087129Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6087276Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6087423Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6087571Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6087723Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6087892Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6088031Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088177Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088330Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088480Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088630Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088775Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6088923Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6089072Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6089219Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6089345Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6089490Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6089635Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6089781Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6089931Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090073Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090226Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090371Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090508Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090655Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6090802Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6090948Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6091091Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6091235Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6091392Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6091572Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6091726Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6091866Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6092019Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6092168Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6092317Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6092467Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6092616Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6092765Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6092917Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093070Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093222Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093372Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093521Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093669Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093815Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6093963Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094109Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094240Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094455Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094604Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094746Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6094902Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095056Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095207Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095357Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095505Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095633Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095783Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6095928Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096075Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096228Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096374Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096529Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096681Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096842Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6096993Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097136Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097281Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097423Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097566Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097711Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6097860Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098007Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098147Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098320Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098468Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098611Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098756Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6098897Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099035Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099185Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099311Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099463Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099606Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099761Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6099913Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100061Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100205Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100351Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100482Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100629Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100774Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6100920Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6101073Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6101219Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6101369Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6101513Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6101656Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6101789Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6101961Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-12-01T11:01:21.6102111Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6102251Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6102387Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6102521Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6102654Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-12-01T11:01:21.6102811Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.6102947Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T11:01:21.6103106Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.6103255Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-12-01T11:01:21.6103406Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.6103585Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.026s) 2022-12-01T11:01:21.6103742Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-12-01T11:01:21.6103891Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.027s) 2022-12-01T11:01:21.6104046Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.146s) 2022-12-01T11:01:21.6104187Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.147s) 2022-12-01T11:01:21.6104339Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.128s) 2022-12-01T11:01:21.6104651Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.128s) 2022-12-01T11:01:21.6104784Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.6104909Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6105042Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T11:01:21.6105176Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-12-01T11:01:21.6105302Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-12-01T11:01:21.6105412Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.6105532Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-12-01T11:01:21.6105657Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6105780Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6105904Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6106027Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6106150Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-12-01T11:01:21.6106302Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.649s) 2022-12-01T11:01:21.6106434Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.458s) 2022-12-01T11:01:21.6106587Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.786s) 2022-12-01T11:01:21.6106738Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.793s) 2022-12-01T11:01:21.6106886Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.653s) 2022-12-01T11:01:21.6107029Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.657s) 2022-12-01T11:01:21.6107174Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.635s) 2022-12-01T11:01:21.6107319Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.472s) 2022-12-01T11:01:21.6107524Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.477s) 2022-12-01T11:01:21.6107655Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.468s) 2022-12-01T11:01:21.6107800Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.472s) 2022-12-01T11:01:21.6107944Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.471s) 2022-12-01T11:01:21.6108093Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.685s) 2022-12-01T11:01:21.6108237Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (2.495s) 2022-12-01T11:01:21.6108387Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.813s) 2022-12-01T11:01:21.6108536Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.828s) 2022-12-01T11:01:21.6108685Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.689s) 2022-12-01T11:01:21.6108816Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.700s) 2022-12-01T11:01:21.6108959Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.696s) 2022-12-01T11:01:21.6109143Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (2.519s) 2022-12-01T11:01:21.6109288Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (2.514s) 2022-12-01T11:01:21.6109431Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (2.505s) 2022-12-01T11:01:21.6109573Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (2.509s) 2022-12-01T11:01:21.6109714Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (2.512s) 2022-12-01T11:01:21.6109862Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.308s) 2022-12-01T11:01:21.6109991Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.217s) 2022-12-01T11:01:21.6110144Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.375s) 2022-12-01T11:01:21.6110293Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.373s) 2022-12-01T11:01:21.6110438Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.312s) 2022-12-01T11:01:21.6110582Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.319s) 2022-12-01T11:01:21.6110723Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.321s) 2022-12-01T11:01:21.6110864Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.231s) 2022-12-01T11:01:21.6111007Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.232s) 2022-12-01T11:01:21.6111150Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.230s) 2022-12-01T11:01:21.6111280Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.237s) 2022-12-01T11:01:21.6111422Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.234s) 2022-12-01T11:01:21.6111571Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.338s) 2022-12-01T11:01:21.6111713Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.250s) 2022-12-01T11:01:21.6111862Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.405s) 2022-12-01T11:01:21.6112010Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.404s) 2022-12-01T11:01:21.6112152Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.331s) 2022-12-01T11:01:21.6112291Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.334s) 2022-12-01T11:01:21.6112415Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (1.337s) 2022-12-01T11:01:21.6112556Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.254s) 2022-12-01T11:01:21.6112696Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.257s) 2022-12-01T11:01:21.6112864Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.252s) 2022-12-01T11:01:21.6113006Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.255s) 2022-12-01T11:01:21.6113149Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.252s) 2022-12-01T11:01:21.6113319Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6113489Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6113646Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6113819Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6113986Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114148Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114328Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114494Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114653Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114809Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6114968Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115117Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115290Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115459Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115632Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115807Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6115975Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116137Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116306Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116472Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116619Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116778Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6116947Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117114Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117282Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117444Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117617Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117790Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6117957Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118133Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118302Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118467Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118630Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118793Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6118953Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119121Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119283Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119457Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119639Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119810Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6119980Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120145Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120310Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120470Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120637Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120800Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6120969Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121119Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121293Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121462Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121631Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121792Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6121958Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122119Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122276Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122423Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122582Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122752Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6122912Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123086Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123284Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123454Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123619Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123785Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6123934Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124094Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124261Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124427Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124597Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124789Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6124954Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125117Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125283Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125430Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125593Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125754Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6125937Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6126117Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6126304Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6126491Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6126675Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6126854Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127019Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127200Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127380Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127556Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127734Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6127908Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6128081Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6128249Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6128414Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6128598Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6128765Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6128928Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129085Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129248Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129411Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129575Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129747Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6129917Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6130099Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6130268Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6130435Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6130597Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6130758Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6130921Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131089Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131258Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131422Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131576Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131741Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6131906Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132068Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132226Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132393Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132560Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132734Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6132904Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133059Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133223Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133393Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133554Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133750Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6133915Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134085Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134321Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134500Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134657Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134829Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6134994Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6135166Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6135369Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6135536Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6135696Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6135861Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136022Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136169Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136338Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136504Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136678Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6136851Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137018Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137184Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137351Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137513Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137660Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137819Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6137980Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6138142Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6138316Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6138485Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6138658Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6138829Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139030Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139190Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139361Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139531Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139700Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6139867Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140041Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140208Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140385Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140592Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140751Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6140918Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141086Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141254Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141424Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141591Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141758Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6141924Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6142090Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6142243Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6142406Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6142573Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6142733Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6142898Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6143060Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6143225Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6143393Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6143548Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6143712Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6143877Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6144037Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6144231Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6144613Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6144770Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6144924Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145082Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145235Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145402Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145568Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145738Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6145995Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146161Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146320Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146483Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146643Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146796Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6146961Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147130Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147299Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147466Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147631Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147794Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6147951Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148114Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148257Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148414Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148577Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148744Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6148910Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149076Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149244Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149408Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149568Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149755Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6149916Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150074Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150236Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150399Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150570Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150734Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6150905Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151070Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151253Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151422Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151592Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151755Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6151919Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6152082Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6152246Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6152410Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6153108Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6153264Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6153543Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6153704Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6153865Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154023Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154195Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154359Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154520Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154689Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6154839Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155012Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155181Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155349Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155547Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155710Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6155875Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156033Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156180Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156343Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156511Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156673Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6156846Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157039Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157207Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157371Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157532Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157678Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157833Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6157995Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158154Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158322Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158488Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158658Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158828Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6158994Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6159148Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6159309Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6159468Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6159626Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6159787Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6159948Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-12-01T11:01:21.6160117Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6160277Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6160448Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6160606Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6160797Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6160961Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6161129Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6161360Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6161518Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6161678Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6161838Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162011Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162197Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162367Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162534Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162690Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6162846Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6163008Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6163165Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-12-01T11:01:21.6163308Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.752s) 2022-12-01T11:01:21.6163466Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6163611Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6163839Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6163999Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6164155Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6164309Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6164461Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6164613Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6164764Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6164896Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6165046Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6165202Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6165361Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6165510Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6165669Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6165827Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6165980Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6166150Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6166299Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6166454Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6166605Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6166753Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6166901Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6167047Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6167201Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6167340Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6167502Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6167659Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6167841Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6167993Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168144Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168294Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168513Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168663Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168801Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6168951Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6169109Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6169265Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6169423Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6169580Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6169734Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6169886Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170021Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170174Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170325Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170481Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170633Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6170788Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6171042Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6171296Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6171547Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6171829Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6172065Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6172311Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6172549Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6172789Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6173034Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6173305Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6173548Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6173789Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6174037Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6174382Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6174643Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6174896Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6175132Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6175381Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6175627Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6175876Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6176122Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6176361Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6176606Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6176846Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6177135Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6177381Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6177633Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6177884Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6178125Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6178400Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6178646Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6178881Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6179124Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6179366Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6179615Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6179862Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6180103Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6180354Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6180606Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6180856Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6181102Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6181342Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6181571Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6181813Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6182089Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6182329Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6182575Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6182817Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6183065Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6183344Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6183591Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6183836Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6184077Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6184322Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6184680Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6184908Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6185149Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6185395Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6185636Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6185890Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6186143Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6186388Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6186635Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6186878Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6187183Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6187426Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6187668Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6187908Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6188144Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6188390Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6188674Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6188917Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6189160Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6189394Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6189639Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6189884Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6190139Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6190390Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6190654Z 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-01T11:01:21.6190912Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6191175Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6191418Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6191673Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6191923Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6192210Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6192465Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6192719Z 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-01T11:01:21.6192972Z 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-01T11:01:21.6193220Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6193468Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6193739Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6193986Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6194230Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6194472Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6194694Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6194943Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6195186Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6195425Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6195673Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6195914Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6196166Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6196414Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6196657Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6196894Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6197138Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6197414Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6197663Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6197899Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6198139Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6198385Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6198660Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6198900Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6199144Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6199383Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6199625Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6199871Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6200119Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6200365Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6200609Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6200834Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6201081Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6201325Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6201568Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6201809Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6202054Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6202323Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6202573Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6202824Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6203072Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6203319Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6203594Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6203841Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6204071Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6204312Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6204553Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6204795Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6205033Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6205280Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6205522Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6205772Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6206022Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6206269Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6206513Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6206758Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6206998Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6207254Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6207498Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6207741Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6207983Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6208233Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6208480Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6208759Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6209009Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6209262Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6209509Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6209757Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6210005Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6210251Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6210484Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6210735Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6210978Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6211233Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6211480Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6211728Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6211974Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6212220Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6212494Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6212741Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6212988Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6213232Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6213474Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6213743Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6213988Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6214228Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6214535Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6214780Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6215027Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6215268Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6215516Z test_consistency_SparseBSC_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6215765Z 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-01T11:01:21.6216009Z 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-01T11:01:21.6216262Z test_consistency_SparseBSC_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6216504Z test_consistency_SparseBSC_masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6216746Z 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-01T11:01:21.6216967Z test_consistency_SparseBSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6217212Z 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-01T11:01:21.6217493Z 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-01T11:01:21.6217741Z test_consistency_SparseBSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6217984Z test_consistency_SparseBSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6218228Z test_consistency_SparseBSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6218471Z test_consistency_SparseBSC_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6218744Z test_consistency_SparseBSC_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6218987Z test_consistency_SparseBSC_masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6219224Z test_consistency_SparseBSC_masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6219467Z test_consistency_SparseBSC_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6219707Z test_consistency_SparseBSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6219942Z test_consistency_SparseBSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6220186Z test_consistency_SparseBSC_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6220435Z test_consistency_SparseBSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6220684Z test_consistency_SparseBSC_masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6220930Z test_consistency_SparseBSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6221179Z test_consistency_SparseBSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6221427Z test_consistency_SparseBSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6221671Z test_consistency_SparseBSC_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6221914Z test_consistency_SparseBSC_masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6222148Z test_consistency_SparseBSC_masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6222392Z test_consistency_SparseBSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6222665Z test_consistency_SparseBSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6222911Z test_consistency_SparseBSC_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6223150Z test_consistency_SparseBSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6223399Z test_consistency_SparseBSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6223644Z test_consistency_SparseBSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6223921Z test_consistency_SparseBSC_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6224164Z test_consistency_SparseBSC_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6224493Z test_consistency_SparseBSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6224739Z test_consistency_SparseBSC_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6224984Z test_consistency_SparseBSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6225234Z test_consistency_SparseBSC_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6225481Z test_consistency_SparseBSC_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6225720Z test_consistency_SparseBSC_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6225967Z test_consistency_SparseBSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6226215Z test_consistency_SparseBSC_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6226446Z test_consistency_SparseBSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6226684Z test_consistency_SparseBSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6226926Z test_consistency_SparseBSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6227169Z test_consistency_SparseBSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6227402Z test_consistency_SparseBSC_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6227716Z test_consistency_SparseBSC_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6227957Z test_consistency_SparseBSC_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6228192Z test_consistency_SparseBSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6228439Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6228690Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6228940Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6229235Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6229469Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6229712Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6229956Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6230202Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6230440Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6230776Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6231177Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6231567Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6231982Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6232419Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6232858Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6233289Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6233716Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6234105Z 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-01T11:01:21.6234611Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6235041Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6235476Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6235936Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6236386Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6236888Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6237302Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6237713Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6238021Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6238272Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6238521Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6238756Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6239007Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6239254Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6239501Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6239750Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6239992Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6240237Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6240479Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6240723Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6241013Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6241259Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6241506Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6241746Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6241979Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6242226Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6242499Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6242741Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6242987Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6243229Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6243474Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6243722Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6243972Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6244218Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6244467Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6244717Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6244970Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6245202Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6245448Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6245691Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6245937Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6246212Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6246454Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6246693Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6246941Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6247185Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6247458Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6247707Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6247951Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6248186Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6248414Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6248661Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6248905Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6249148Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6249388Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6249639Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6249897Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6250143Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6250391Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6250634Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6250879Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6251146Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6251374Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6251616Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6251863Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6252105Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6252357Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6252643Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6252889Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6253131Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6253369Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6253613Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6253859Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6254102Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6254419Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6254654Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6254899Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6255150Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6255398Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6255642Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6255885Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6256124Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6256394Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6256638Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6256880Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6257119Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6257366Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6257636Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6257873Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6258122Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6258369Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6258612Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6258858Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6259100Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6259333Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6259576Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6259818Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6260063Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6260303Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6260550Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6260779Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6261020Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6261296Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6261536Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6261779Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-12-01T11:01:21.6262015Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6262252Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6262491Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6262750Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6263000Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6263245Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6263492Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6263736Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6263970Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6264208Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6264598Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6264848Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-12-01T11:01:21.6265020Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6265197Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6265372Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6265542Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6265710Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6265878Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266032Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266199Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266366Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266589Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266757Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6266917Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6267093Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6267260Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6267437Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6267596Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6267769Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6267940Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268145Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268314Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268482Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268649Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268815Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6268964Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6269133Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6269300Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6269473Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6269644Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6269811Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6269981Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270146Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270311Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270461Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270628Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270792Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6270968Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6271135Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6271311Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6271483Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6271653Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6271821Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6271974Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6272169Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6272337Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6272502Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6272669Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6272837Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6273002Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6273178Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6273337Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6273507Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6273700Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6273867Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274032Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274196Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274362Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274526Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274696Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6274850Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6275028Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6275201Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6275369Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6275535Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6275702Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6275868Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276034Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276198Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276349Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276521Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276689Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6276860Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277025Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277188Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277351Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277552Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277702Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6277884Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6278062Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6278247Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6278430Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6278612Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6278790Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6278967Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6279169Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6279347Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6279512Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6279687Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6279862Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280036Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280205Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280372Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280540Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280708Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6280859Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281021Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281180Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281341Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281504Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281679Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6281846Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282017Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282184Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282340Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282508Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282673Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6282842Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283037Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283207Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283373Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283543Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283712Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6283862Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284026Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284190Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284356Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284550Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284723Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6284896Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285063Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285213Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285379Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285543Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285710Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6285874Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286046Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286212Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286387Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286558Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286711Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6286879Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287049Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287218Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287381Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287544Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287709Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6287873Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288034Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288190Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288385Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288558Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288732Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6288901Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6289069Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6289238Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6289402Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6289566Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6289715Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6289881Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290083Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290260Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290429Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290606Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290778Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6290948Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291104Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291271Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291435Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291604Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291776Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6291948Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292116Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292285Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292462Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292620Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292793Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6292959Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6293122Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6293290Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6293461Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6293631Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6293799Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294000Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294154Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294405Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294573Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294739Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6294906Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6295072Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6295326Z 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-01T11:01:21.6295609Z 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-01T11:01:21.6295860Z 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-01T11:01:21.6296108Z 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-01T11:01:21.6296341Z 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-01T11:01:21.6296591Z 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-01T11:01:21.6296836Z test_consistency_SparseBSR_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6297083Z 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-01T11:01:21.6297331Z test_consistency_SparseBSR_masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6297581Z 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-01T11:01:21.6297827Z 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-01T11:01:21.6298081Z test_consistency_SparseBSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6298329Z 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-01T11:01:21.6298573Z test_consistency_SparseBSR_masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6298816Z 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-01T11:01:21.6299053Z 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-01T11:01:21.6299313Z test_consistency_SparseBSR_masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6299555Z test_consistency_SparseBSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6299803Z 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-01T11:01:21.6300047Z test_consistency_SparseBSR_masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6300299Z 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-01T11:01:21.6300551Z 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-01T11:01:21.6300822Z test_consistency_SparseBSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6301071Z 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-01T11:01:21.6301319Z 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-01T11:01:21.6301563Z test_consistency_SparseBSR_masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6301807Z 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-01T11:01:21.6302043Z 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-01T11:01:21.6302285Z 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-01T11:01:21.6302514Z 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-01T11:01:21.6302761Z 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-01T11:01:21.6303018Z test_consistency_SparseBSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6303267Z 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-01T11:01:21.6303514Z test_consistency_SparseBSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6303761Z 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-01T11:01:21.6304002Z test_consistency_SparseBSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6304243Z test_consistency_SparseBSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6304652Z test_consistency_SparseBSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6304900Z test_consistency_SparseBSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6305143Z test_consistency_SparseBSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6305388Z test_consistency_SparseBSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6305631Z test_consistency_SparseBSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6305914Z test_consistency_SparseBSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6306164Z test_consistency_SparseBSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6306410Z test_consistency_SparseBSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6306645Z test_consistency_SparseBSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6306887Z test_consistency_SparseBSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6307135Z test_consistency_SparseBSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6307371Z test_consistency_SparseBSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6307612Z test_consistency_SparseBSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6307852Z 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-01T11:01:21.6308088Z 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-01T11:01:21.6308261Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6308423Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6308595Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6308767Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6308937Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6309109Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6309280Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6309445Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6309647Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6309812Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6309962Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6310124Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6310370Z 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-01T11:01:21.6310621Z 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-01T11:01:21.6310867Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6311176Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6311418Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6311661Z 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-01T11:01:21.6311905Z 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-01T11:01:21.6312079Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6312255Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6312410Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6312579Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6312746Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6312913Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6313080Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6313245Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6313416Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6313580Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6313756Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6313913Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6314083Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6314251Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6314416Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6314583Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6314746Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6314908Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315103Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315254Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315419Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315591Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315757Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6315928Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6316097Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6316266Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6316436Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6316629Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6316782Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6316947Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317107Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317285Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317454Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317627Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317798Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6317972Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318141Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318297Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318466Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318634Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318801Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6318969Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6319133Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6319305Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6319471Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6319638Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6319791Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6319956Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320119Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320281Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320476Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320638Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320807Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6320969Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6321128Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6321298Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6321469Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6321636Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6321802Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6321968Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6322162Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6322328Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6322491Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6322646Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6322808Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6322982Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6323152Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6323322Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6323490Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6323654Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6323816Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6323978Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6324129Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6324289Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6324457Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6324622Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6324795Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6324965Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6325132Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6325299Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6325448Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6325610Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6325769Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6325961Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6326120Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6326291Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6326451Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6326625Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6326795Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6326948Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327113Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327280Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327446Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327647Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327809Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6327972Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6328216Z 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-01T11:01:21.6328458Z 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-01T11:01:21.6328694Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6328943Z 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-01T11:01:21.6329186Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6329428Z 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-01T11:01:21.6329662Z 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-01T11:01:21.6329901Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.002s) 2022-12-01T11:01:21.6330137Z 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-01T11:01:21.6330377Z 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-01T11:01:21.6330613Z 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-01T11:01:21.6330846Z 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-01T11:01:21.6331017Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6331221Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6331380Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6331544Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6331709Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6331875Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6332039Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6332202Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6332371Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6332547Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6332743Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6332901Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6333070Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6333235Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6333400Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6333564Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6333727Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6333888Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6334052Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6334201Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6334443Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6334612Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6334787Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6334961Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6335131Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6335301Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6335474Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6335644Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6335795Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6335960Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6336126Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6336287Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6336454Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6336619Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6336822Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6336997Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6337166Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6337321Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6337486Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6337652Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6337815Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6337981Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6338147Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6338343Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6338508Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6338668Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6338840Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6339009Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6339176Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6339343Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6339510Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6339677Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6339842Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6340010Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6340166Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6340330Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6340501Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6340671Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6340841Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341010Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341177Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341342Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341504Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341654Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341815Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6341986Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6342180Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6342357Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6342535Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6342704Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6342873Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343028Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343196Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343363Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343527Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343693Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6343895Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6344068Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6344238Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6344514Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6344683Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6344849Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345014Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345180Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345368Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345552Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345744Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6345928Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346112Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346277Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346456Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346636Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346813Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6346990Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6347165Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6347341Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6347516Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6347688Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6347893Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348060Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348226Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348389Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348554Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348715Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6348885Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349048Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349226Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349377Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349584Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349755Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6349923Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6350092Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6350259Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6350429Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6350596Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6350755Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6350926Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351096Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351266Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351434Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351598Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351765Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6351933Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352100Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352259Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352428Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352596Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352758Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6352922Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353086Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353249Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353446Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353619Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353771Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6353947Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354120Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354290Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354460Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354628Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354797Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6354988Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355154Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355304Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355471Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355634Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355805Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6355970Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356146Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356326Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356494Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356661Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356825Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6356977Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357142Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357305Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357473Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357636Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357811Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6357980Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6358153Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6358313Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6358481Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6358648Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6358844Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359009Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359178Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359347Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359520Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359687Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6359846Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360015Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360184Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360376Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360541Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360702Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6360867Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361036Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361202Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361355Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361525Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361693Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6361858Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6362024Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6362190Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6362354Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6362518Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6362772Z 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-01T11:01:21.6363013Z 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-01T11:01:21.6363260Z 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-01T11:01:21.6363506Z 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-01T11:01:21.6363748Z 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-01T11:01:21.6363992Z 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-01T11:01:21.6364267Z test_consistency_SparseCSC_masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6364509Z test_consistency_SparseCSC_masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6364754Z 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-01T11:01:21.6364999Z test_consistency_SparseCSC_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6365242Z test_consistency_SparseCSC_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6365490Z test_consistency_SparseCSC_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6365769Z 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-01T11:01:21.6366011Z 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-01T11:01:21.6366235Z 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-01T11:01:21.6366473Z 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-01T11:01:21.6366716Z 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-01T11:01:21.6366961Z test_consistency_SparseCSC_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6367207Z test_consistency_SparseCSC_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6367450Z 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-01T11:01:21.6367699Z test_consistency_SparseCSC_masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6367946Z 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-01T11:01:21.6368196Z test_consistency_SparseCSC_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6368439Z test_consistency_SparseCSC_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6368681Z test_consistency_SparseCSC_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6368921Z 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-01T11:01:21.6369142Z 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-01T11:01:21.6369416Z 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-01T11:01:21.6369658Z test_consistency_SparseCSC_masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6369896Z test_consistency_SparseCSC_masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6370141Z 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-01T11:01:21.6370390Z test_consistency_SparseCSC_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6371511Z test_consistency_SparseCSC_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6371756Z test_consistency_SparseCSC_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6372004Z 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-01T11:01:21.6372244Z 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-01T11:01:21.6372484Z test_consistency_SparseCSC_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6372730Z 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-01T11:01:21.6372972Z test_consistency_SparseCSC_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6373204Z 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-01T11:01:21.6373447Z 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-01T11:01:21.6373687Z 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-01T11:01:21.6373934Z test_consistency_SparseCSC_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6374182Z 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-01T11:01:21.6374496Z test_consistency_SparseCSC_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6374737Z test_consistency_SparseCSC_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6374977Z test_consistency_SparseCSC_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6375251Z test_consistency_SparseCSC_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6375492Z 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-01T11:01:21.6375735Z 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-01T11:01:21.6375973Z 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-01T11:01:21.6376211Z test_consistency_SparseCSC_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6376370Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6376543Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6376740Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6376913Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377080Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377246Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377410Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377573Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377736Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6377885Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6378052Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6378210Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6378454Z 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-01T11:01:21.6378701Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6378946Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6379193Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6379437Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.002s) 2022-12-01T11:01:21.6379678Z 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-01T11:01:21.6379911Z 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-01T11:01:21.6380084Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6380240Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6380441Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6380607Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6380774Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6380936Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381103Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381265Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381434Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381584Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381757Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6381948Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382118Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382280Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382443Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382607Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382769Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6382931Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383082Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383245Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383403Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383570Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383734Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6383899Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6384065Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6384231Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6384512Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6384680Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6384846Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385009Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385172Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385345Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385513Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385684Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6385851Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386056Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386227Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386394Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386565Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386732Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6386898Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6387064Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6387227Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6387399Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6387588Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6387754Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6387917Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388081Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388244Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388403Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388564Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388726Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6388895Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6389043Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6389214Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6389384Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6389553Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6389717Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6389879Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390043Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390209Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390359Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390519Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390685Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6390847Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391018Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391187Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391385Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391555Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391717Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6391865Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392027Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392189Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392352Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392518Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392683Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6392854Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393046Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393212Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393365Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393527Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393688Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6393846Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6394008Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6394171Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6394339Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6394497Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6394656Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6394824Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6394991Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395157Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395319Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395485Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395648Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395809Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6395972Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6396135Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6396304Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6396481Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6396661Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6396899Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397072Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397241Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397410Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397574Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397726Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6397894Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6398059Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6398231Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6398426Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6398598Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6398764Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6398932Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399096Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399247Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399409Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399578Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399753Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6399922Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400091Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400257Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400423Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400573Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400735Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6400898Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401059Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401223Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401382Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401553Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401720Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6401892Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402049Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402243Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402412Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402582Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402747Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6402911Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403077Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403240Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403402Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403558Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403722Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6403944Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6404115Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6404283Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6404450Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6404614Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6404776Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6404939Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6405092Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6405256Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6405427Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6405590Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6405765Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6405936Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6406105Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6406271Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6406424Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6406590Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6406752Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6406920Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6407086Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6407254Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6407418Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6407588Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6407790Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6407947Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408116Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408278Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408442Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408604Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408766Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6408927Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6409100Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6409290Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6409455Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6409629Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6409796Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6409963Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410128Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410293Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410459Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410625Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410776Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6410945Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411111Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411277Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411438Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411600Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411764Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6411928Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412088Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412256Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412432Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412614Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412797Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6412977Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6413187Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6413366Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6413545Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6413720Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6413882Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6414058Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6414232Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6414490Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6414661Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6414853Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415022Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415185Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415347Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415496Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415656Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415819Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6415982Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416155Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416321Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416492Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416657Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416823Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6416977Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417141Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417308Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417474Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417644Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417807Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6417975Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418142Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418294Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418455Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418649Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418816Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6418980Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419149Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419314Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419483Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419645Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419795Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6419959Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420120Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420306Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420479Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420643Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420816Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6420987Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421152Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421308Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421475Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421644Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421808Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6421972Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422136Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422297Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422457Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422615Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422782Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6422957Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423127Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423293Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423459Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423625Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423788Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6423950Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6424130Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6424292Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6424580Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6424759Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6424927Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425100Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425273Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425443Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425615Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425816Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6425984Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6426152Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6426322Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6426495Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6426663Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6426836Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427007Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427178Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427334Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427501Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427667Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6427834Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6428002Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6437764Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438017Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438190Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438367Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438537Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438703Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6438870Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6439037Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6439202Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6440130Z test_consistency_SparseCSR_masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:01:21.6440213Z r = func(*args, **kwargs) 2022-12-01T11:01:21.6440282Z ok (0.023s) 2022-12-01T11:01:21.6440450Z test_consistency_SparseCSR_masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6440629Z test_consistency_SparseCSR_masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6440806Z test_consistency_SparseCSR_masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6441057Z 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-01T11:01:21.6441337Z 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-01T11:01:21.6441584Z 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-01T11:01:21.6441828Z 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-01T11:01:21.6442071Z 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-01T11:01:21.6442249Z test_consistency_SparseCSR_masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6442429Z test_consistency_SparseCSR_masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6442595Z test_consistency_SparseCSR_masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6442768Z test_consistency_SparseCSR_masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6443007Z 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-01T11:01:21.6443253Z 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-01T11:01:21.6443494Z 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-01T11:01:21.6443740Z 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-01T11:01:21.6443984Z test_consistency_SparseCSR_masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.002s) 2022-12-01T11:01:21.6444164Z test_consistency_SparseCSR_masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6444408Z 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-01T11:01:21.6444656Z 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-01T11:01:21.6444905Z 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-01T11:01:21.6445098Z test_consistency_SparseCSR_masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6445278Z test_consistency_SparseCSR_masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6445449Z test_consistency_SparseCSR_masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6445689Z 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-01T11:01:21.6445933Z 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-01T11:01:21.6446174Z 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-01T11:01:21.6446443Z 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-01T11:01:21.6446688Z 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-01T11:01:21.6446863Z test_consistency_SparseCSR_masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-12-01T11:01:21.6447047Z test_consistency_SparseCSR_masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6447216Z test_consistency_SparseCSR_masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6447392Z test_consistency_SparseCSR_masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6447571Z test_consistency_SparseCSR_masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6447745Z test_consistency_SparseCSR_masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6447915Z test_consistency_SparseCSR_masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6448088Z test_consistency_SparseCSR_masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6448263Z test_consistency_SparseCSR_masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6448434Z test_consistency_SparseCSR_masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6448607Z test_consistency_SparseCSR_masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6448766Z test_consistency_SparseCSR_masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6448944Z test_consistency_SparseCSR_masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6449123Z test_consistency_SparseCSR_masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6449298Z test_consistency_SparseCSR_masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6449471Z test_consistency_SparseCSR_masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6449643Z test_consistency_SparseCSR_masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6449813Z test_consistency_SparseCSR_masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6449979Z test_consistency_SparseCSR_masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6450145Z test_consistency_SparseCSR_masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6450335Z test_consistency_SparseCSR_masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6450503Z test_consistency_SparseCSR_masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6450673Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6450845Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6451015Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6451184Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6451352Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6451518Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6451686Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6451882Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6452045Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6452207Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6452368Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6452532Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6452707Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6452888Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6453068Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6453242Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6453407Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6453581Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6453757Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6453928Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6454095Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6454368Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6454542Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6454709Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6454874Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455028Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455192Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455362Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455524Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455696Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6455900Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456072Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456239Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456390Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456556Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456717Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6456879Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457038Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457203Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457362Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457555Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457715Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6457871Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458039Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458207Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458371Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458536Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458702Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6458866Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459032Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459207Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459362Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459537Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459703Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6459867Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460037Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460209Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460376Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460541Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460695Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6460860Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6461024Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6461196Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6461406Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6461574Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6461740Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6461902Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462063Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462208Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462368Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462530Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462702Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6462890Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6463064Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6463236Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6463404Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6463569Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6463722Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6463887Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6464052Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6464219Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6464504Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6464702Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6464864Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6465037Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6465194Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6465362Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6465531Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6465695Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6465861Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466025Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466190Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466353Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466520Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466670Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6466841Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6467060Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6467229Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6467395Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6467558Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6467721Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6467882Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6468045Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6468193Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6468365Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6468560Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6468737Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6468908Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6469077Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6469244Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6469407Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6469558Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6469724Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6469885Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6470046Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6470224Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6470393Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6470572Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6470751Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6470926Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471091Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471261Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471432Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471598Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471765Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6471932Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6472102Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6472271Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6472468Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6472625Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6472789Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6472954Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6473118Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6473286Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6473451Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6473609Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6473765Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6473923Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6474097Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6474254Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6474405Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6474559Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6474711Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6474860Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6475006Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6475159Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6475297Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6475456Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6475608Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6475769Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6475927Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6476083Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6476234Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-12-01T11:01:21.6476390Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-12-01T11:01:21.6476530Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6476676Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6476825Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6476975Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6477126Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-12-01T11:01:21.6477280Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6477430Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6477590Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-12-01T11:01:21.6477734Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-12-01T11:01:21.6477918Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6478068Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6478219Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6478367Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6478514Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6478657Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6478807Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6478959Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6479102Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6479255Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6479412Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-12-01T11:01:21.6479597Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-12-01T11:01:21.6479752Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6479905Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6480055Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-12-01T11:01:21.6480205Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6480337Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6480481Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6480630Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6480777Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-12-01T11:01:21.6480941Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-12-01T11:01:21.6481101Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6481267Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-12-01T11:01:21.6481430Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-12-01T11:01:21.6481578Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6481738Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6481894Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6482054Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6482214Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6482366Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6482524Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6482681Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6482843Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6482985Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6483150Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-12-01T11:01:21.6483344Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6483506Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6483667Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6483824Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6483979Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6484133Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6484278Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6484434Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-12-01T11:01:21.6484589Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-12-01T11:01:21.6484753Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6484939Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6485106Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6485269Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6485433Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6485592Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6485737Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6485890Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6486043Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6486196Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6486353Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6486508Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6486668Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6486821Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6486973Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6487134Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6487291Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6487449Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6487607Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6487761Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6487913Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6488069Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6488228Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6488370Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6488517Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6488663Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6488834Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6488978Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6489136Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6489289Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6489448Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6489592Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6489748Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6489899Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490047Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490203Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490428Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490583Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490736Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6490874Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491029Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491183Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491340Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491498Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491654Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6491808Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6491956Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6492107Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6492243Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6492394Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6492547Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6492698Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6492864Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-12-01T11:01:21.6493027Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493197Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493364Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493517Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493678Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493837Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6493994Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6494151Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6494411Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6494573Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6494731Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6494896Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495038Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495206Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495372Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495533Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495694Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6495856Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496048Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496206Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496349Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496507Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496662Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6496836Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497005Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497185Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497364Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497535Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497703Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6497856Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498024Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498195Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498360Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498529Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498701Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6498875Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499045Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499223Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499388Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499561Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499732Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6499930Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500099Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500263Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500427Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500591Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500758Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6500917Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501085Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501266Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501468Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501638Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501807Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6501973Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502141Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502295Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502464Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502636Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502806Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6502978Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503144Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503319Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503492Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503662Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503816Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6503982Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6504152Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6504316Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6504652Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6504871Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6505039Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6505214Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6505445Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6505610Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6505787Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6505960Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6506132Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6506304Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6506473Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6506641Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6506810Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6507021Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6507177Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6507352Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6507518Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6507695Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6507869Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6508041Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6508213Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-12-01T11:01:21.6508382Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6508548Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6508702Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6508867Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6509035Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6509200Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-12-01T11:01:21.6509374Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6509541Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6509720Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6509894Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510064Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510221Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510388Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510555Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510718Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6510911Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6511080Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6511250Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6511423Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6511576Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6511752Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6511925Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512094Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512266Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512460Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512630Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512797Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6512960Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-12-01T11:01:21.6513114Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6513279Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-12-01T11:01:21.6513451Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6513620Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6513799Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6513974Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514147Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514317Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514486Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514642Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514808Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6514971Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515137Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515304Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515476Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515644Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515819Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6515994Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6516152Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6516351Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6516517Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6516683Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6516848Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6517016Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6517181Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6517348Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6517520Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6517676Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6517877Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518050Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518222Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518392Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518559Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518726Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6518889Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6519053Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6519209Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6519378Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6519550Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6519716Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6519893Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520067Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520239Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520411Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520567Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520737Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6520904Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521065Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521236Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521401Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521603Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521768Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6521945Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522107Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522278Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522447Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522612Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522777Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6522948Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523140Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523311Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523476Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523635Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523802Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6523978Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6524152Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6524326Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6524495Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6524669Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6524840Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525004Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525152Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525318Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525485Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525660Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6525831Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526006Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526181Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526354Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526523Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526676Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6526844Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6527040Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6527208Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6527376Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6527545Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6527720Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6527886Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528060Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528221Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528396Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528603Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528769Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6528938Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6529101Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6529263Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6529428Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6529581Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-12-01T11:01:21.6529779Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.081s) 2022-12-01T11:01:21.6529980Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-12-01T11:01:21.6530195Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.067s) 2022-12-01T11:01:21.6530390Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.081s) 2022-12-01T11:01:21.6530590Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-12-01T11:01:21.6530800Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.067s) 2022-12-01T11:01:21.6530992Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.074s) 2022-12-01T11:01:21.6531193Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.057s) 2022-12-01T11:01:21.6531403Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.064s) 2022-12-01T11:01:21.6531581Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.075s) 2022-12-01T11:01:21.6531775Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.057s) 2022-12-01T11:01:21.6531983Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.063s) 2022-12-01T11:01:21.6532132Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T11:01:21.6532282Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T11:01:21.6532463Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T11:01:21.6532612Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-12-01T11:01:21.6532760Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.118s) 2022-12-01T11:01:21.6532906Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.113s) 2022-12-01T11:01:21.6533040Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-12-01T11:01:21.6533184Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-12-01T11:01:21.6533383Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6533577Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6533780Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-12-01T11:01:21.6534015Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-12-01T11:01:21.6534214Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6534520Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6534711Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6534891Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6535084Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6535278Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6535472Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6535665Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6535861Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6536053Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6536252Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6536448Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6536643Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6536825Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6537013Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6537204Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6537393Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6537581Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6537773Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6538001Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6538196Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6538386Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6538581Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6538763Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6538954Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6539149Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6539368Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6539560Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6539751Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6539939Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6540128Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6540315Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6540510Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6540689Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6540888Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6541083Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6541273Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6541463Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6541652Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6541841Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6542033Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6542223Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6542413Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6542591Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6542789Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6543013Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6543216Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6543414Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6543610Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6543802Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6543997Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6544188Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6544494Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6544737Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6544935Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6545130Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6545327Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6545521Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6545722Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6545924Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6546120Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6546316Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6546494Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6546686Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6546881Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6547075Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6547270Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6547465Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6547661Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6547853Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6548054Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6548252Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6548476Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6548669Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6548858Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6549049Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6549240Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6549428Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6549618Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6549844Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6550041Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6550234Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6550421Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6550617Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6550810Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6551005Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6551197Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6551387Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6551580Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6551767Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6551958Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6552150Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6552344Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6552543Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6552751Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6552956Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6553156Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6553357Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6553585Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6553785Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6553985Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6554183Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6554367Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6554567Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6554769Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6554968Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6555201Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6555408Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6555609Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6555807Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6556008Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6556208Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6556393Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6556590Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6556787Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6556980Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6557180Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6557379Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6557586Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6557792Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6557991Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6558190Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6558390Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6558574Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6558804Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6559002Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6559201Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6559393Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6559595Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6559794Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6559998Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6560238Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6560441Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6560627Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6560826Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6561023Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6561218Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6561416Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6561617Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6561810Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6562017Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6562218Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6562424Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6562617Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6562827Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6563024Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6563224Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6563423Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6563621Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6563819Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6564048Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6564248Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6564453Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6564642Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6564849Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6565053Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6565257Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6565500Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6565708Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6565906Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6566103Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6566303Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6566502Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6566690Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6566897Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6567098Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6567305Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6567512Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6567713Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6567912Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6568116Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6568315Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6568514Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6568702Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6568902Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6569099Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6569352Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6569554Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6569759Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6569964Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6570166Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6570363Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6570566Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6570788Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6570972Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6571171Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6571370Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6571565Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6571793Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6572015Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6572243Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6572470Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6572692Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6572914Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6573121Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6573342Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6573557Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6573777Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6573992Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6574215Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6574587Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6574809Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6575036Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6575261Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6575484Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6575705Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6575937Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6576157Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6576375Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6576590Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6576810Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6577037Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6577263Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6577481Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6577706Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6577930Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6578149Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6578354Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6578568Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6578783Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6578998Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6579210Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6579426Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6579673Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6579896Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6580116Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6580340Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6580563Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-12-01T11:01:21.6580768Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6581013Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6581226Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6581443Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6581661Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6581875Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6582090Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6582310Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6582539Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6582757Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6582981Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6583191Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6583416Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6583638Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6583855Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6584078Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6584295Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6584643Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6584920Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6585143Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.112s) 2022-12-01T11:01:21.6585368Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6585586Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6585799Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6586024Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6586316Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6586536Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6586761Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6586979Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6587202Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6587420Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6587642Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6587860Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6588084Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6588289Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6588515Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6588740Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6588964Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6589191Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6589409Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6589627Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6589841Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6590111Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6590328Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6590546Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6590768Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6590971Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6591194Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6591452Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6591672Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6591892Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6592115Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6592331Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6592548Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6592766Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6592985Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6593204Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6593421Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6593648Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6593884Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6594114Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6594340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6594571Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6594802Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6595057Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6595283Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6595508Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6595732Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6595944Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6596174Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6596399Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6596657Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6596890Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6597116Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6597344Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6597573Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6597803Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6598023Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6598248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6598470Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6598679Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6598911Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6599137Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6599369Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6599599Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6599824Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6600049Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6600315Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6600538Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6600757Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6600983Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6601194Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6601417Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6601685Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6601912Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6602143Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6602375Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6602602Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6602832Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6603058Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6603280Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6603498Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6603723Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6603935Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6604161Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6604395Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6604622Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6604855Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6605086Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6605348Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6605578Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6605808Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-12-01T11:01:21.6606032Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6606262Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6606490Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6606732Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6606957Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6607188Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6607414Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6607644Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6607880Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6608111Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6608342Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6608574Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-12-01T11:01:21.6608799Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6609025Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6609241Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-12-01T11:01:21.6609464Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6609687Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-12-01T11:01:21.6609919Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6610142Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6610403Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6610637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6610865Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6611095Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6611324Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6611548Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6611801Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6612017Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6612236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6612458Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6612687Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6612912Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6613145Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6613376Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6613602Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6613829Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-12-01T11:01:21.6614058Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6614357Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6614583Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6614795Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6615019Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6615242Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-12-01T11:01:21.6615439Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6615596Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6615765Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6615928Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616091Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616253Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616398Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616560Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616720Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6616873Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617061Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617219Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617380Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617541Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617692Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6617854Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618014Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618176Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618336Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618491Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618646Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618801Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6618956Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6619099Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-12-01T11:01:21.6619260Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6619415Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6619582Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6619742Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6619901Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6620056Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6620211Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6620352Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6620506Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6620661Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6620814Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621001Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6621163Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621322Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621487Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621647Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621793Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6621951Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622107Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622261Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622413Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622595Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622751Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-12-01T11:01:21.6622906Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-12-01T11:01:21.6622917Z 2022-12-01T11:01:21.6623199Z ---------------------------------------------------------------------- 2022-12-01T11:01:21.6623280Z Ran 3822 tests in 132.018s 2022-12-01T11:01:21.6623287Z 2022-12-01T11:01:21.6623362Z OK (skipped=661) 2022-12-01T11:01:21.6623367Z 2022-12-01T11:01:21.6623452Z Generating XML reports... 2022-12-01T11:01:21.6623771Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201105908.xml 2022-12-01T11:01:21.6624080Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201105908.xml 2022-12-01T11:01:21.6624516Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201105908.xml 2022-12-01T11:01:21.6624525Z 2022-12-01T11:01:21.6624911Z ##[endgroup] 2022-12-01T11:01:21.6625185Z FINISHED PRINTING LOG FILE of test_sparse_csr (/var/lib/jenkins/workspace/test/test-reports/test_sparse_csr_tkv795g1) 2022-12-01T11:01:21.6625190Z 2022-12-01T11:01:21.6625350Z Running test_modules ... [2022-12-01 11:01:21.572893] 2022-12-01T11:01:21.6625679Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:01:21.573210] 2022-12-01T11:04:25.8009072Z 2022-12-01T11:04:25.8009521Z Expand the folded group to see the log file of test_modules 2022-12-01T11:04:25.8010459Z ##[group]PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_n7vas_9g) 2022-12-01T11:04:25.8016171Z Test results will be stored in test-reports/python-unittest/test_modules 2022-12-01T11:04:25.8016878Z 2022-12-01T11:04:25.8017550Z Running tests... 2022-12-01T11:04:25.8017978Z ---------------------------------------------------------------------- 2022-12-01T11:04:25.8018386Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8018682Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8019135Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8019696Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8020260Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8020562Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8065329Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8066287Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8066820Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8067217Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8067596Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8067943Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8068324Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8068707Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8069090Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8069527Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8069952Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8070470Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8071135Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8071799Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8072444Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8073075Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8073685Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8074505Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8075082Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8075676Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8076232Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8076802Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8077400Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8078038Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8078643Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8079303Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8079919Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8080563Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8081175Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8081893Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8082518Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8083142Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8083804Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8084446Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8085056Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8085933Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8086529Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8087127Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8087831Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8088302Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8088648Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8089009Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8089372Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8089730Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8090107Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8090478Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8090841Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8091179Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8091528Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8091875Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8092230Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8092574Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8092936Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8093299Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8093662Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8094011Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8094426Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8094789Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8095149Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8095529Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8095891Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8096270Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8096643Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8097028Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8097413Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8097795Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8098169Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8098573Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8098927Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8099301Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8099686Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8100184Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8100582Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8100969Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8101308Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8101661Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8102008Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8102361Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8102705Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8103068Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8103428Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8103784Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8104115Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8104621Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8105133Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8105772Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8106362Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8106870Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8107299Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8107709Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8108132Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8108526Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8108883Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:25.8109226Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8109579Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8109979Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8110325Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8110643Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8110958Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8111290Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8111618Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8111960Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8112308Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8112654Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8112983Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T11:04:25.8113321Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8113661Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8113984Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8114283Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8114592Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8114907Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8115204Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8115513Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8115817Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8116125Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8116436Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8117352Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:04:25.8117948Z r = func(*args, **kwargs) 2022-12-01T11:04:25.8118130Z ok (0.005s) 2022-12-01T11:04:25.8118377Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8118719Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8119054Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8119388Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8119709Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8120040Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8120375Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8120709Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8121028Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8121374Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8121679Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8121976Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8122294Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8122609Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8122923Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8123218Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8123540Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8123861Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8124169Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8124494Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8124825Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8125148Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8125447Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8125758Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8126069Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8126384Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8126685Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8127003Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T11:04:25.8127324Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.103s) 2022-12-01T11:04:25.8127635Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T11:04:25.8127960Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T11:04:25.8128670Z 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-01T11:04:25.8129277Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8129499Z ok (0.008s) 2022-12-01T11:04:25.8129748Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8130068Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8130388Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8130694Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8131008Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8131344Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8131679Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8132025Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8132399Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8132739Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8133065Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8133388Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8133701Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8134027Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.126s) 2022-12-01T11:04:25.8134462Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.127s) 2022-12-01T11:04:25.8134834Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.125s) 2022-12-01T11:04:25.8135199Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-12-01T11:04:25.8135518Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8135833Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8136139Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8141250Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8141841Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8142344Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:04:25.8142857Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T11:04:25.8143414Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T11:04:25.8143739Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8144204Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8144862Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8145387Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8146103Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.102s) 2022-12-01T11:04:25.8146727Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.102s) 2022-12-01T11:04:25.8147354Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T11:04:25.8147964Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T11:04:25.8148625Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:04:25.8149259Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-12-01T11:04:25.8149860Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.252s) 2022-12-01T11:04:25.8150397Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.339s) 2022-12-01T11:04:25.8151014Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8151572Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8152434Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8153187Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8153914Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8154464Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8154973Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8155548Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8156160Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8156777Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8157358Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8157949Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8158544Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8159153Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8159594Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8159902Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8160204Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8160574Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8160869Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8161160Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8161449Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8161727Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8162838Z 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-01T11:04:25.8163566Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:04:25.8163817Z ok (0.005s) 2022-12-01T11:04:25.8164087Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-12-01T11:04:25.8164424Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8164752Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8165080Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8165385Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8165704Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8166015Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8166330Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8166642Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:04:25.8166965Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:04:25.8167270Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8167557Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8167881Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8168187Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8168489Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8168774Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8169072Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-12-01T11:04:25.8169385Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8169696Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-12-01T11:04:25.8169998Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.092s) 2022-12-01T11:04:25.8170321Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8170650Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8170953Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8171252Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8171551Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8171846Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8172183Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8172486Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8172797Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.208s) 2022-12-01T11:04:25.8173097Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.209s) 2022-12-01T11:04:25.8173422Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.207s) 2022-12-01T11:04:25.8173718Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.212s) 2022-12-01T11:04:25.8174026Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8174425Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8174737Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8175030Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8175327Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8175624Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8175935Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8176278Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8176617Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8176945Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8177259Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8177590Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8177904Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8178187Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8178512Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.255s) 2022-12-01T11:04:25.8178868Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.267s) 2022-12-01T11:04:25.8179261Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.255s) 2022-12-01T11:04:25.8179601Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.254s) 2022-12-01T11:04:25.8179925Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:04:25.8180222Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:04:25.8180504Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8180795Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8181102Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T11:04:25.8181412Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T11:04:25.8181707Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.165s) 2022-12-01T11:04:25.8182020Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.155s) 2022-12-01T11:04:25.8182317Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8182594Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8182882Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8183251Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8183576Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.164s) 2022-12-01T11:04:25.8183911Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.163s) 2022-12-01T11:04:25.8184268Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.123s) 2022-12-01T11:04:25.8184967Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.124s) 2022-12-01T11:04:25.8185569Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-12-01T11:04:25.8186168Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.113s) 2022-12-01T11:04:25.8186810Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.303s) 2022-12-01T11:04:25.8187388Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.304s) 2022-12-01T11:04:25.8187979Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8188577Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8189067Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8189378Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8189689Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8190008Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8190329Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8190626Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:04:25.8190916Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:04:25.8191204Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:04:25.8191489Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-12-01T11:04:25.8191777Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:04:25.8192093Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:04:25.8192495Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8192803Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:04:25.8193105Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8193397Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8193691Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:04:25.8193975Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.894s) 2022-12-01T11:04:25.8194277Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.896s) 2022-12-01T11:04:25.8194587Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8194881Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8195167Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:04:25.8195461Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T11:04:25.8195758Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.556s) 2022-12-01T11:04:25.8196048Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.560s) 2022-12-01T11:04:25.8196774Z 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-01T11:04:25.8197382Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8197962Z /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:04:25.8198437Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8199005Z /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:04:25.8199483Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8200043Z /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:04:25.8200511Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8200742Z ok (0.029s) 2022-12-01T11:04:25.8201346Z 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-01T11:04:25.8201885Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8202439Z /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:04:25.8202915Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8203478Z /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:04:25.8203954Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8204496Z /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:04:25.8204996Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8205228Z ok (0.031s) 2022-12-01T11:04:25.8205831Z 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-01T11:04:25.8206352Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8206916Z /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:04:25.8207398Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8207965Z /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:04:25.8208429Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8208985Z /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:04:25.8209463Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8209732Z ok (0.033s) 2022-12-01T11:04:25.8210339Z 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-01T11:04:25.8210887Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8211452Z /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:04:25.8211935Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8212156Z ok (0.015s) 2022-12-01T11:04:25.8212776Z 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-01T11:04:25.8213329Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8213892Z /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:04:25.8214436Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8214668Z ok (0.016s) 2022-12-01T11:04:25.8215287Z 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-01T11:04:25.8215842Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8216397Z /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:04:25.8216875Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8217106Z ok (0.019s) 2022-12-01T11:04:25.8217337Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8217694Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.856s) 2022-12-01T11:04:25.8218047Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.857s) 2022-12-01T11:04:25.8218369Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:04:25.8218648Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:04:25.8218947Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.318s) 2022-12-01T11:04:25.8219254Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.312s) 2022-12-01T11:04:25.8219552Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8219831Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8220157Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.475s) 2022-12-01T11:04:25.8220515Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.845s) 2022-12-01T11:04:25.8220872Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.759s) 2022-12-01T11:04:25.8221207Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (3.316s) 2022-12-01T11:04:25.8221527Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8221897Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8222206Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8222524Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8222858Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8223177Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8223507Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:04:25.8223825Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T11:04:25.8224130Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T11:04:25.8224564Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.084s) 2022-12-01T11:04:25.8224879Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T11:04:25.8225389Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:04:25.8225999Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:04:25.8226827Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:04:25.8227351Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T11:04:25.8227885Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8228359Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:04:25.8228874Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.134s) 2022-12-01T11:04:25.8229456Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.418s) 2022-12-01T11:04:25.8229785Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.353s) 2022-12-01T11:04:25.8230089Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:04:25.8230402Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T11:04:25.8230704Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.187s) 2022-12-01T11:04:25.8231000Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.801s) 2022-12-01T11:04:25.8231430Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (14.821s) 2022-12-01T11:04:25.8232171Z 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-01T11:04:25.8232726Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8233285Z /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:04:25.8233761Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8234333Z /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:04:25.8234813Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8235364Z /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:04:25.8235847Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8236134Z ok (0.083s) 2022-12-01T11:04:25.8236743Z 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-01T11:04:25.8237278Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8237845Z /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:04:25.8238324Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8238885Z /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:04:25.8239363Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8239910Z /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:04:25.8240386Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8240617Z ok (0.085s) 2022-12-01T11:04:25.8241213Z 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-01T11:04:25.8241760Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8242315Z /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:04:25.8242794Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8243346Z /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:04:25.8243808Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8244400Z /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:04:25.8244876Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8245092Z ok (0.093s) 2022-12-01T11:04:25.8245714Z 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-01T11:04:25.8246276Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8246839Z /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:04:25.8247314Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8247529Z ok (0.041s) 2022-12-01T11:04:25.8248147Z 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-01T11:04:25.8248738Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8249300Z /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:04:25.8249763Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8249992Z ok (0.044s) 2022-12-01T11:04:25.8250620Z 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-01T11:04:25.8251176Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8251721Z /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:04:25.8252202Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8252433Z ok (0.053s) 2022-12-01T11:04:25.8252658Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:04:25.8252994Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (6.857s) 2022-12-01T11:04:25.8253351Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (6.829s) 2022-12-01T11:04:25.8253678Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T11:04:25.8253966Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.163s) 2022-12-01T11:04:25.8254266Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (7.149s) 2022-12-01T11:04:25.8254660Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (7.142s) 2022-12-01T11:04:25.8254954Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8255253Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8255586Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (11.250s) 2022-12-01T11:04:25.8255956Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.442s) 2022-12-01T11:04:25.8256361Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.901s) 2022-12-01T11:04:25.8256703Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (29.716s) 2022-12-01T11:04:25.8270189Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8270675Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8271072Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8271441Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8271803Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8272158Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8272504Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8272859Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8273206Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8273553Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8274028Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8274374Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8274717Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8275060Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8275384Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8275720Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8276055Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8276386Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8277504Z 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-01T11:04:25.8278250Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:04:25.8278497Z ok (0.003s) 2022-12-01T11:04:25.8278790Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T11:04:25.8279164Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8279533Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8279894Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8280250Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8280659Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8281021Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8281378Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8281741Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8282098Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8282444Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8282780Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8283107Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8283454Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8283803Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8284142Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8284456Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:04:25.8284818Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:04:25.8285165Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8285524Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8285863Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8286204Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8286548Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8286882Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8287209Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8287555Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8287890Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T11:04:25.8288207Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T11:04:25.8288948Z 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-01T11:04:25.8289511Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:04:25.8289751Z ok (0.005s) 2022-12-01T11:04:25.8290001Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8290351Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8290702Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8291045Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8291376Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8291774Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8292156Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8292527Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8292892Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8293265Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8293634Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8293979Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8294317Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8294757Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.056s) 2022-12-01T11:04:25.8295129Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:04:25.8295470Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8295851Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8296181Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8296511Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8296823Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:04:25.8297156Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.046s) 2022-12-01T11:04:25.8297491Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8297825Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8298148Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8298484Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8298846Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-12-01T11:04:25.8299220Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T11:04:25.8299609Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:04:25.8299998Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T11:04:25.8300363Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.148s) 2022-12-01T11:04:25.8300699Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.152s) 2022-12-01T11:04:25.8301046Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8301388Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8301727Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8302051Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8302423Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8302768Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8303095Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8303427Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8303766Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8304101Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8304586Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8304974Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8305313Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8305652Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8305978Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8306314Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8306722Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8307015Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8307317Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8307620Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:04:25.8307943Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8308267Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:04:25.8308603Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8308959Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-12-01T11:04:25.8309314Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8309633Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8309966Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8310310Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:04:25.8310658Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:04:25.8311010Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8311372Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8311713Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8312036Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8312351Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8312652Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8312972Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8313298Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8313664Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8313974Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8314274Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8314591Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8314909Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8315226Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8315550Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8315910Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8316245Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8316545Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8316870Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8317206Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8317558Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8317864Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8318176Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.213s) 2022-12-01T11:04:25.8318493Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.214s) 2022-12-01T11:04:25.8318811Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.212s) 2022-12-01T11:04:25.8319117Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.211s) 2022-12-01T11:04:25.8319436Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:04:25.8319752Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8320052Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8320371Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8320703Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8321049Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8321377Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8321730Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8322092Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8322455Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.006s) 2022-12-01T11:04:25.8322831Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8323204Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.007s) 2022-12-01T11:04:25.8323560Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8323881Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8324275Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8324669Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8325050Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8325421Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8325784Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8326116Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8326437Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8326732Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8327049Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:04:25.8327367Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:04:25.8327668Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:04:25.8327987Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:04:25.8328331Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8328629Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8328922Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8329232Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8329585Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8329961Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8330358Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8330763Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8331167Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8331556Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8331925Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8332268Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8332653Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8333045Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8333453Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8333860Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8334249Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8334693Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8335129Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8335531Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8335935Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8336321Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8336718Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8337110Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8337510Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8337896Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8338283Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8338656Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8339060Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8339416Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8339777Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8340138Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8340504Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8340852Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8341241Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8341645Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8342043Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8342429Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8342826Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8343212Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8343601Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8343970Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8344359Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8344882Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8345283Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8345710Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8346080Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8346454Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8346816Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8347193Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8347558Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8347936Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8348310Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8348690Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8349074Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8349464Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8349899Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8350283Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8350661Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8351035Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8351394Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8351768Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8352142Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8352520Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8352890Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8353276Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8353661Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8354040Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8354404Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8354787Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8355164Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8355536Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8355896Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8356328Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8356738Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8357151Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8357548Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8357944Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8358347Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8358734Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8359093Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8359491Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8359912Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8360395Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8360803Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8361204Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8361576Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8361952Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8362308Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8362687Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8363069Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8363445Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8363815Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8364189Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8364554Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8364912Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8365288Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8365692Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8366112Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8366571Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8367016Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8367460Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8367907Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8368319Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8368694Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:25.8369083Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8369470Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:04:25.8369832Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:04:25.8370193Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8370572Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8370905Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8371236Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8371590Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8371949Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8372302Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8372641Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8373001Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8373357Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8373713Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:04:25.8374037Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:04:25.8374434Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-12-01T11:04:25.8374770Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:04:25.8375080Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:04:25.8375399Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:04:25.8375719Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:04:25.8376040Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T11:04:25.8376345Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:04:25.8376689Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:04:25.8377062Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-12-01T11:04:25.8377484Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:04:25.8377826Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8378173Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8378515Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8378842Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8379177Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:04:25.8379529Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:04:25.8379881Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T11:04:25.8380221Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T11:04:25.8380559Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8380880Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:04:25.8381205Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:04:25.8381557Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:04:25.8381886Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-12-01T11:04:25.8382208Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:04:25.8382527Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.478s) 2022-12-01T11:04:25.8382865Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.474s) 2022-12-01T11:04:25.8383204Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.477s) 2022-12-01T11:04:25.8383540Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.477s) 2022-12-01T11:04:25.8383873Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:04:25.8384226Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:04:25.8384731Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8385065Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8385382Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:04:25.8385711Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:04:25.8386040Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T11:04:25.8386364Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T11:04:25.8386700Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.236s) 2022-12-01T11:04:25.8387039Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.229s) 2022-12-01T11:04:25.8387380Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.232s) 2022-12-01T11:04:25.8387704Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.217s) 2022-12-01T11:04:25.8388047Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:04:25.8388447Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T11:04:25.8388773Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:04:25.8389109Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:04:25.8389440Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:04:25.8389781Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:04:25.8390117Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:04:25.8390486Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:04:25.8390855Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8391221Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8391570Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:04:25.8391927Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:04:25.8392274Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:04:25.8392651Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:04:25.8392987Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.230s) 2022-12-01T11:04:25.8393366Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.210s) 2022-12-01T11:04:25.8393749Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.225s) 2022-12-01T11:04:25.8394114Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.204s) 2022-12-01T11:04:25.8394470Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:04:25.8394800Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:04:25.8395127Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:04:25.8395430Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:04:25.8395761Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.780s) 2022-12-01T11:04:25.8396099Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.770s) 2022-12-01T11:04:25.8396440Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.783s) 2022-12-01T11:04:25.8396762Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.768s) 2022-12-01T11:04:25.8397093Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8397412Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:04:25.8397719Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:04:25.8398044Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:04:25.8398400Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.682s) 2022-12-01T11:04:25.8398776Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.668s) 2022-12-01T11:04:25.8399191Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.514s) 2022-12-01T11:04:25.8399591Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.503s) 2022-12-01T11:04:25.8399990Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.461s) 2022-12-01T11:04:25.8400391Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.453s) 2022-12-01T11:04:25.8400748Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (1.062s) 2022-12-01T11:04:25.8401082Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.040s) 2022-12-01T11:04:25.8401418Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8401733Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8402062Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8402391Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8402705Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8402992Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8403340Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8403666Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8403992Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8404305Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8404633Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8404956Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8405260Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8405582Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8405891Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8406192Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8406472Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8406765Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8407052Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8407325Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8407618Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8407904Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8408208Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8408540Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T11:04:25.8408885Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8409206Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8409508Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8409818Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8410168Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8410489Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8410781Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8411102Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:04:25.8411426Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:04:25.8411716Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8412002Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8412295Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8412596Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8412880Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8413179Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8413480Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-12-01T11:04:25.8413772Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8414080Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:04:25.8414501Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:04:25.8414821Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8415125Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8415438Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8415745Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8416032Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8416324Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8416728Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8417029Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:04:25.8417333Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.208s) 2022-12-01T11:04:25.8417648Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.211s) 2022-12-01T11:04:25.8417942Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.211s) 2022-12-01T11:04:25.8418253Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.218s) 2022-12-01T11:04:25.8418557Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8418848Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8419147Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8419448Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:04:25.8419755Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8420041Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:04:25.8420367Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8420699Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8421020Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8421352Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:04:25.8421730Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8422064Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8422363Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8422655Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:04:25.8422977Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.249s) 2022-12-01T11:04:25.8423312Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.248s) 2022-12-01T11:04:25.8423663Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.329s) 2022-12-01T11:04:25.8424015Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.249s) 2022-12-01T11:04:25.8424340Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8424733Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8425027Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8425323Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:04:25.8425607Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.168s) 2022-12-01T11:04:25.8425985Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.169s) 2022-12-01T11:04:25.8426294Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.165s) 2022-12-01T11:04:25.8426608Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.166s) 2022-12-01T11:04:25.8426897Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8427188Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:04:25.8427480Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8427760Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8428083Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.178s) 2022-12-01T11:04:25.8428438Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.180s) 2022-12-01T11:04:25.8428802Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.138s) 2022-12-01T11:04:25.8429157Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.140s) 2022-12-01T11:04:25.8429526Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.124s) 2022-12-01T11:04:25.8429898Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.127s) 2022-12-01T11:04:25.8430239Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.330s) 2022-12-01T11:04:25.8430528Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.337s) 2022-12-01T11:04:25.8430842Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8431165Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8431473Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8431800Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8432111Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8432406Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8432701Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8433074Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8433399Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8433709Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8434033Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8434349Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8434668Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8434975Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8435280Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8435575Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8435854Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8436143Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8436430Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8436710Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8436976Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8437296Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8437599Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8437912Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8438233Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8438553Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8438868Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8439164Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8439474Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8439781Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8440073Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8440383Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:04:25.8440704Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8441001Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8441270Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8441562Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8441864Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8442145Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8442432Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8442727Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8443027Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8443313Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8443611Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:04:25.8443916Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8444264Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8444571Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8444867Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8445155Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8445426Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8445720Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8446012Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8446296Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8446596Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:04:25.8446900Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:04:25.8447204Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:04:25.8447492Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8447789Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8448084Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8448397Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8448694Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8448986Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8449297Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8449611Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8449943Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8450270Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8450582Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8450906Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8451213Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8451500Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8451801Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T11:04:25.8452146Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T11:04:25.8452492Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T11:04:25.8452839Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T11:04:25.8453144Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8453433Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8453716Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8453988Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:04:25.8454283Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:04:25.8454672Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T11:04:25.8454979Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:04:25.8455266Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T11:04:25.8455606Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8455895Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:04:25.8456169Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8456455Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-12-01T11:04:25.8456772Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-12-01T11:04:25.8457105Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T11:04:25.8457455Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:04:25.8457821Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T11:04:25.8458180Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:04:25.8458534Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:04:25.8458867Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.121s) 2022-12-01T11:04:25.8459166Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.122s) 2022-12-01T11:04:25.8459338Z 2022-12-01T11:04:25.8459613Z ---------------------------------------------------------------------- 2022-12-01T11:04:25.8459885Z Ran 918 tests in 181.839s 2022-12-01T11:04:25.8460003Z 2022-12-01T11:04:25.8460104Z OK (skipped=214, expected failures=17) 2022-12-01T11:04:25.8460236Z 2022-12-01T11:04:25.8460322Z Generating XML reports... 2022-12-01T11:04:25.8460715Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201110123.xml 2022-12-01T11:04:25.8460939Z 2022-12-01T11:04:25.8461290Z ##[endgroup] 2022-12-01T11:04:25.8461669Z FINISHED PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_n7vas_9g) 2022-12-01T11:04:25.8461881Z 2022-12-01T11:04:25.8462016Z Running test_nn ... [2022-12-01 11:04:25.802882] 2022-12-01T11:04:25.8462464Z Executing ['/opt/conda/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:04:25.803207] 2022-12-01T11:08:29.3964071Z 2022-12-01T11:08:29.3964441Z Expand the folded group to see the log file of test_nn 2022-12-01T11:08:29.3965235Z ##[group]PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_ud_zezst) 2022-12-01T11:08:29.3966969Z Test results will be stored in test-reports/python-unittest/test_nn 2022-12-01T11:08:29.3967436Z 2022-12-01T11:08:29.3967520Z Running tests... 2022-12-01T11:08:29.3967912Z ---------------------------------------------------------------------- 2022-12-01T11:08:29.3968235Z test_add_relu (__main__.TestAddRelu) ... ok (0.003s) 2022-12-01T11:08:29.3968628Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-12-01T11:08:29.3969179Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T11:08:29.3969630Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-12-01T11:08:29.3970080Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-12-01T11:08:29.3970527Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.323s) 2022-12-01T11:08:29.3970973Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:08:29.3971432Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.3972469Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... /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:08:29.3973388Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:08:29.3973746Z ok (0.016s) 2022-12-01T11:08:29.3974327Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-12-01T11:08:29.3974846Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:08:29.3975285Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T11:08:29.3975695Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:08:29.3976134Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:08:29.3976549Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-12-01T11:08:29.3977000Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T11:08:29.3977444Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:08:29.3977895Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.005s) 2022-12-01T11:08:29.3978346Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:08:29.3978817Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3979271Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.004s) 2022-12-01T11:08:29.3979729Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:08:29.3980215Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3980664Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.039s) 2022-12-01T11:08:29.3981243Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.014s) 2022-12-01T11:08:29.3981723Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3982187Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:08:29.3982686Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3983132Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.019s) 2022-12-01T11:08:29.3983628Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-12-01T11:08:29.3984088Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3984792Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.204s) 2022-12-01T11:08:29.3985267Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.071s) 2022-12-01T11:08:29.3985741Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3986215Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.012s) 2022-12-01T11:08:29.3986648Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-12-01T11:08:29.3987813Z This test is to test whether lazymodule can register other forward hook ... /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:08:29.3988718Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:08:29.3989093Z ok (0.002s) 2022-12-01T11:08:29.3989460Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.009s) 2022-12-01T11:08:29.3989923Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T11:08:29.3990403Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:08:29.3990849Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.009s) 2022-12-01T11:08:29.3991320Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T11:08:29.3991786Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:08:29.3992243Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.010s) 2022-12-01T11:08:29.3992706Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T11:08:29.3993162Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.006s) 2022-12-01T11:08:29.3993723Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-12-01T11:08:29.3994185Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3994643Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.3995103Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.3995591Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.3996063Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-12-01T11:08:29.3997182Z This test is to test whether lazymodule can register other pre-forward hook ... /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:08:29.3998157Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:08:29.3998548Z ok (0.002s) 2022-12-01T11:08:29.3998920Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.3999392Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.3999827Z test_linear (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.4000241Z test_linear_state (__main__.TestLazyModules) ... ok (0.002s) 2022-12-01T11:08:29.4000703Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4001247Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.4001690Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.007s) 2022-12-01T11:08:29.4002116Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.4002500Z test_weight_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-12-01T11:08:29.4003906Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:08:29.4005050Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:08:29.4005439Z ok (0.003s) 2022-12-01T11:08:29.4005826Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T11:08:29.4006341Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T11:08:29.4006845Z This test is to test when multiple forward hook functions can be registered ... ok (0.002s) 2022-12-01T11:08:29.4007353Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-12-01T11:08:29.4007970Z This test is to test when multiple pre-forward hook functions can be ... ok (0.002s) 2022-12-01T11:08:29.4008532Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T11:08:29.4009108Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.002s) 2022-12-01T11:08:29.4009627Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.018s) 2022-12-01T11:08:29.4010075Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4010548Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4011027Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4011508Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4012015Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4012571Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4013078Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4013608Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4014129Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4014645Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4015159Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4015741Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4016273Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4016781Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4017271Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4017772Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4018290Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4018774Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4019267Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4019842Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4020334Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4020829Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4021300Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4021783Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4022270Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4022777Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4023261Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.129s) 2022-12-01T11:08:29.4023722Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4024136Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4024684Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4025154Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4025641Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4026136Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4026669Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4027187Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4027690Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4028245Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4028809Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4029367Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4029916Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4030478Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4031168Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4031680Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4032134Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4032677Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4033247Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4033744Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4034261Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4034790Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4035360Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4035863Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4036363Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4036810Z test_AvgPool1d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4037237Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4037691Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4038264Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4038645Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4039035Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4039420Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4039820Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4040186Z test_AvgPool2d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4040551Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4040921Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4041294Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4041686Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4042095Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4042510Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4042919Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4045314Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4045793Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4046235Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4046690Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4047129Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4047580Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4047990Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4048374Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4048759Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4049145Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4049613Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4050006Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4050381Z test_AvgPool3d (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4050747Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4051104Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4051495Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4051883Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4052264Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4052704Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4053184Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4053680Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4054151Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4054644Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4055142Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4055601Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4056081Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4056585Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4057123Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4057621Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4060615Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4061129Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4061696Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4062202Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4062692Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4063217Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4063747Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4064236Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4064917Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4065388Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4065850Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4066293Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4066725Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4067143Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4067550Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4067942Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4068318Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4068752Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4069223Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4069596Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4069995Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4070435Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4070931Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4071371Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4071821Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4072278Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4072870Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4073296Z test_BCELoss (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4073670Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4074101Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4074509Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4074925Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4075330Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4075763Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4076347Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4076836Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4077250Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4077655Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4078185Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4078722Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4079238Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4079724Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4080132Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4080480Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4080761Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4081044Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4081334Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4081632Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4081918Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4082224Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4082571Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4082906Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4083252Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4083538Z test_BCELoss_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4083828Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4084148Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4084475Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4084801Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4085081Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4085386Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4085692Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4086077Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4086368Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4086671Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4087014Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4087354Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4088029Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /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:08:29.4088481Z warnings.warn(warning.format(ret)) 2022-12-01T11:08:29.4088967Z /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:08:29.4089316Z warnings.warn(warning.format(ret)) 2022-12-01T11:08:29.4089496Z ok (0.011s) 2022-12-01T11:08:29.4089764Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4090092Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4090420Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4090797Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4091169Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4091506Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4091835Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4092205Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4092571Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4092882Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4093217Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4093582Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4093954Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4094268Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4094677Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4094998Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4095331Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4095645Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4095983Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4096355Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4096719Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4097041Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4097401Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4097762Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4098104Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4098408Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4098705Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4098987Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:08:29.4099293Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4099635Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4099964Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4100270Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4100597Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4100902Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:08:29.4101192Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4101472Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4101779Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4102090Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4102405Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4102740Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4103077Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4103391Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4103676Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4103979Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4104286Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4104739Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4105057Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4105379Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.035s) 2022-12-01T11:08:29.4105711Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4106007Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4106311Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4106613Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4106912Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4107197Z test_BatchNorm2d (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4107458Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4107777Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4108080Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4108468Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4108799Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4109066Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4109351Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4109639Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4109934Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4110217Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4110523Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4110861Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4111148Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4111451Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4111762Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4112073Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4112377Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4112694Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4113024Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4113315Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4113647Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4113950Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4114258Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4114530Z test_BatchNorm3d (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4114789Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4115108Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4115405Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4115735Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4116063Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4116344Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4116615Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4116905Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4117200Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4117524Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4118056Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4118488Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4118788Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4119080Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4119391Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4119702Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4120054Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4120372Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4120696Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4121000Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4121286Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4121585Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4121900Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4122165Z test_CELU (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4122459Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4122736Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4123016Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4123278Z test_CELU_scalar (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4123549Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4123848Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4124173Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4124542Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4124890Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4125254Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4125646Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4125985Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4126325Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4126691Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4127021Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4127379Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4127777Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4128104Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4128403Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4128754Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4129076Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4129403Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4129774Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4130118Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4130445Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4130730Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4131017Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4131328Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4131673Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4131977Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4132314Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4132718Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4133022Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4133332Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4133676Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4133989Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4134312Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4151728Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4152090Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4152368Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4152664Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:08:29.4152957Z test_ConstantPad1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4153217Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4153506Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4153807Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:08:29.4154116Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4154436Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4154720Z test_ConstantPad2d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4154977Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4155283Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4155603Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4155903Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4156218Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4156498Z test_ConstantPad3d (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4156754Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:08:29.4157056Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4157388Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4157670Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4157980Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4158265Z test_Conv1d (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4158507Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:08:29.4158931Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4159254Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4159527Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4159798Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4160077Z test_Conv1d_groups (__main__.TestNN) ... ok (0.073s) 2022-12-01T11:08:29.4160356Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4161300Z test_Conv1d_module_same_padding (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T11:08:29.4161831Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4162009Z ok (0.006s) 2022-12-01T11:08:29.4162212Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4162475Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4162755Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4163042Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4163306Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4163584Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4163863Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4164152Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4164423Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4164670Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4164951Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4165253Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4165540Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4165846Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4166136Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4166404Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4166698Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4167010Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4167306Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4167624Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4167919Z test_Conv1d_stride (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4168199Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4168462Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:08:29.4168743Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4169028Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4169318Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4169593Z test_Conv2d (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4169826Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4170098Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4170348Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4170615Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.048s) 2022-12-01T11:08:29.4170931Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4171238Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4171512Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:08:29.4171797Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4172077Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.043s) 2022-12-01T11:08:29.4172390Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4172728Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.047s) 2022-12-01T11:08:29.4173038Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4173326Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.043s) 2022-12-01T11:08:29.4173626Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4173935Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.046s) 2022-12-01T11:08:29.4174247Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4174628Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4174913Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4175211Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4175518Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4175814Z test_Conv2d_groups (__main__.TestNN) ... ok (0.043s) 2022-12-01T11:08:29.4176095Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4176368Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4176627Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4176884Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4177171Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4177461Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4177786Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4178098Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4178404Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4178712Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4179028Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4179386Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4179685Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4179953Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4180208Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4180476Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4180768Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4181082Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4181410Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4181676Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4181963Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4182266Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4182541Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4182824Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4183104Z test_Conv2d_padding (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4183389Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4183709Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4184029Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4184338Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4184793Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4185105Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4185423Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4185718Z test_Conv2d_strided (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4185988Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4186285Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4186605Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4186896Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4187198Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4187489Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4187775Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-12-01T11:08:29.4188062Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4188384Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4188692Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.044s) 2022-12-01T11:08:29.4188984Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4189261Z test_Conv3d (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4189504Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4189794Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4190079Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4190397Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4190709Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.058s) 2022-12-01T11:08:29.4191010Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4191328Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4191597Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4191880Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4192158Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4192524Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4192811Z test_Conv3d_groups (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4193080Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4193366Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4193623Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4193893Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4194195Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4194499Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4194757Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4195071Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4195371Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4195684Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4195979Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.048s) 2022-12-01T11:08:29.4196245Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4196535Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.050s) 2022-12-01T11:08:29.4196839Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4197115Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.046s) 2022-12-01T11:08:29.4197402Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4197703Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.046s) 2022-12-01T11:08:29.4198022Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4198301Z test_Conv3d_stride (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4198578Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4198869Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4199153Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4199461Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4199793Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4200111Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4200412Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4200717Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4201015Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4201289Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.031s) 2022-12-01T11:08:29.4201576Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4201877Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4202198Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4202491Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4202795Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4203090Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4203370Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4203694Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4204001Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4204308Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4204598Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4204903Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4205205Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4205482Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4205767Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4206091Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.031s) 2022-12-01T11:08:29.4206404Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4206712Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4207053Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4207376Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4207669Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4207992Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4208331Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4208689Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4208977Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.030s) 2022-12-01T11:08:29.4209285Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4209602Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4209926Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4210249Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4210555Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (4.212s) 2022-12-01T11:08:29.4210862Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4211174Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4211476Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4211750Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4212052Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4212344Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4212650Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4212951Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4213252Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4213605Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4213959Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4214263Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4214675Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4215083Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4215453Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4215778Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4216132Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4216534Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4216930Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4217294Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4217651Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4218037Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4218423Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4218750Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4219094Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4219477Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4219846Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4220182Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4220530Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4220912Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4221274Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4221607Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4221950Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4222326Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4222689Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4223007Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4223271Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4223565Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4223907Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4224249Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4224708Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4225031Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4225405Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4225776Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4226181Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4226530Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4226927Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4227321Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4227689Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4228059Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4228520Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4228940Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4229322Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4229698Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4230115Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4230536Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4230917Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4231280Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4231690Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4232097Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4232427Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4232760Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4233129Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4233497Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4233823Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4234179Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4234566Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4234948Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4235297Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4235677Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4236098Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4236515Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4236898Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4237271Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4237670Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4238073Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4238415Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4238803Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4239204Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4239595Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4239924Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4240277Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4240662Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4241033Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4241392Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4241776Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4242191Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4242585Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4242930Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4243267Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4243639Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4243995Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4244315Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4244641Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4245002Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4245344Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4245679Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4246041Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4246424Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4246816Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4247233Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4247619Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4248026Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4248441Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4248818Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4249206Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4249642Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4250063Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4250457Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4250871Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4251299Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4251738Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4252101Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4252441Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4252798Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4253161Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4253496Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4253847Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4254222Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4254678Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4255039Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.078s) 2022-12-01T11:08:29.4255425Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4255828Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4256243Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4256609Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4256971Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4257355Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4257779Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4258126Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4258477Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4258850Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4259231Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4259587Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4259983Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4260398Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4260812Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4261158Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4261478Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4261844Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4262209Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4262549Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4262900Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4263294Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4263681Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4264025Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4264468Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4264878Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4265269Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4265628Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4265996Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4266406Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4266820Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4267194Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4267519Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4267854Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4268160Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4268463Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4268869Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4269222Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4269547Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4269882Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4270271Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4270654Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4271049Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4271367Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4271730Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4272088Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4272410Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4272768Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4273155Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4273545Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4273860Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4274184Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4274542Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4274899Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4275187Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4275475Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4275742Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4275991Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4276258Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4276545Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4276824Z test_ELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4277083Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4277354Z test_Embedding (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4277621Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4277931Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4278229Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4278523Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4278813Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4279140Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4279446Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4279775Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4280069Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4280390Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4280699Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4280986Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4281277Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4281571Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4281872Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4282207Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4282540Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4282828Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4283127Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4283421Z test_Embedding_sparse (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4283712Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4283984Z test_Flatten (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4284239Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4284519Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4284813Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4285074Z test_Fold (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4285338Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4285610Z test_Fold_int_input (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4285891Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4286164Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4286462Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4286765Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4287061Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4287372Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4287696Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4288029Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4288363Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4288723Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4289107Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4289456Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4289804Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4290131Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4290450Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4290765Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4291138Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4291500Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4291881Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4292214Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4292541Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4292857Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4293167Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4293522Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4293873Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4294233Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4294685Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4295049Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4295398Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4295724Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4296027Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4296357Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4296701Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4297046Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4297424Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4297732Z test_GELU (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4297994Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4298254Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4298544Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4298823Z test_GELU_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4299090Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4299354Z test_GLU (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4299617Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4299873Z test_GLU_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4300124Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4300395Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4300681Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4300955Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4301214Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.041s) 2022-12-01T11:08:29.4301512Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4301805Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.040s) 2022-12-01T11:08:29.4302117Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4302494Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4302783Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.042s) 2022-12-01T11:08:29.4303074Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4303412Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4303765Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4304078Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4304477Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4304858Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4305179Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4305471Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4305780Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4306087Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4306403Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4306687Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4306982Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4307280Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4307575Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4307921Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4308283Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4308596Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4308886Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4309188Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4309502Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4309792Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4310097Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4310401Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4310722Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4311058Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4311425Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4311727Z test_Hardshrink (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4312006Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4312280Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4312582Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4312879Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4313157Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4313492Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4313798Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4314087Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4314384Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4314664Z test_Hardtanh (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4314937Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4315209Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4315510Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4315834Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4316114Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4316406Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4316721Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4317075Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4317408Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4317717Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4318047Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4318414Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4318761Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4319097Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4319440Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4319768Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4320123Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4320521Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4320913Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4321242Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4321590Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4321970Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4322355Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4322680Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4323026Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4323407Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4323770Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4324110Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4324506Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4324882Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4325241Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4325573Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4325898Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4326224Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4326553Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4326957Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4327340Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4327678Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4328051Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4328459Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4328864Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4329202Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4329548Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4329933Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4330308Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4330596Z test_HuberLoss (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4330880Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4331202Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4331520Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4331820Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4332102Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.061s) 2022-12-01T11:08:29.4332386Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4332671Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4332987Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4333341Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4333693Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4333989Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4334307Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4334729Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4335067Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4335411Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4335727Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4336084Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4336420Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4336721Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4337035Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4337390Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4337752Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4338107Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4338413Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4338690Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4338978Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4339277Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4339582Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4339884Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4340199Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4340523Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4340832Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4341155Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4341474Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4341808Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4342131Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4342482Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4342830Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4343174Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4343485Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4343773Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4344064Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4344346Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4344790Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4345106Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4345408Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4345736Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4346056Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4346388Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4346758Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4347091Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4347427Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4347776Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4348111Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4348467Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4348778Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4349087Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4349381Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4349677Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4349980Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4350282Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4350598Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4350921Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4351226Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4351548Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4351871Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4352204Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4352525Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4352866Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4353207Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4353563Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4354501Z test_KLDivLoss (__main__.TestNN) ... /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:08:29.4355168Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4355956Z /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:08:29.4356574Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4357353Z /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:08:29.4357991Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4358233Z ok (0.009s) 2022-12-01T11:08:29.4358451Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4358725Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4359019Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4359347Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4359664Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4360534Z test_KLDivLoss_log_target (__main__.TestNN) ... /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:08:29.4361199Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4361973Z /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:08:29.4362587Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4362655Z ok (0.009s) 2022-12-01T11:08:29.4362824Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4362993Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4363144Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4363281Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4363462Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4363645Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4363820Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4363947Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4364117Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4364289Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4364458Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4364571Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4364740Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4364906Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4365071Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4365197Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4365365Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4365536Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4365737Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4365854Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4365995Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4366127Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4366298Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4366426Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4366588Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4366729Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4366932Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4367604Z test_KLDivLoss_scalar (__main__.TestNN) ... /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:08:29.4367827Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4368431Z /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:08:29.4368638Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4369230Z /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:08:29.4369449Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4369517Z ok (0.010s) 2022-12-01T11:08:29.4369679Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4369840Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4369998Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4370684Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /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:08:29.4370908Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4371500Z /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:08:29.4371720Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4371792Z ok (0.009s) 2022-12-01T11:08:29.4371954Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4372161Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4372334Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4372481Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4372669Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4372854Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4373036Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4373203Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4373369Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4373543Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4373715Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4373839Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4374007Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4374176Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4374342Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4374576Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4374753Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4374871Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4375040Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375143Z test_L1Loss (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4375292Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375439Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375586Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375732Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375881Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4375991Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4376159Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4376321Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4376484Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4376605Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4376770Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4376934Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4377096Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4377218Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4377413Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4377572Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4377730Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4377841Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4377963Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4378122Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4378270Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4378425Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4378570Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4378683Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4378839Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4378993Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4379145Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4379300Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4379450Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4379556Z test_LPPool1d (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4379704Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4379810Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4379969Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4380080Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4380229Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4380332Z test_LPPool2d (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4380475Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4380584Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:08:29.4380718Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4380821Z test_LSTM_cell (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4380950Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4381079Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4381213Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4381383Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4381522Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4381697Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4381833Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4381997Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4382141Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:08:29.4382324Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4382503Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4382682Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4382823Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4382999Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4383130Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4383284Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4383420Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4383620Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4383758Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (0.669s) 2022-12-01T11:08:29.4383929Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4384072Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (0.589s) 2022-12-01T11:08:29.4384255Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4384517Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4384695Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4384820Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4384994Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4385102Z test_LeakyReLU (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4385248Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4385369Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4385530Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4385649Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4385809Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4385923Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4386089Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4386216Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4386381Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4386486Z test_Linear (__main__.TestNN) ... ok (0.047s) 2022-12-01T11:08:29.4386627Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4386744Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4386899Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4386995Z test_Linear_no_bias (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4387143Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4387268Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4387430Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4387564Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4387739Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4387935Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:08:29.4388114Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4388206Z test_LogSigmoid (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4388352Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4388474Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4388633Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4388750Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4388905Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4389046Z test_LogSoftmax (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4389193Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4389303Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4389461Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4389594Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4389760Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4389883Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4390042Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4390150Z test_MSELoss (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4390304Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4390440Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4390590Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4390712Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4390877Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391041Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391207Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391329Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4391494Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391661Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391812Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4391932Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4392094Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4392257Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4392418Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4392535Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4392686Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4392809Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4392958Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4393095Z test_MSELoss_prec (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4393251Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4393404Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4393553Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4393702Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4393812Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4393971Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4394125Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4394291Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4394448Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4394577Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4394751Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4394922Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395092Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395261Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395381Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4395533Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395698Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395859Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4395979Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4396148Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4396311Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4396476Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4396607Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4396778Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4396938Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4397110Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4397254Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4397440Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4397625Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4397808Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4397947Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4398131Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4398340Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4398505Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4398644Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4398825Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399001Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399175Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399312Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4399517Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399696Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399871Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4399994Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4400173Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4400352Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4400528Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4400633Z test_MaxPool1d (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4400778Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4400906Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4401067Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4401168Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4401320Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4401436Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4401587Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4401702Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4401848Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4401975Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4402134Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4402229Z test_MaxPool3d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4402374Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4402500Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4402662Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4402776Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4402925Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4403047Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4403208Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4403311Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4403487Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4403612Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4403776Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4403889Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4404037Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4404166Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4404329Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4404428Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4404602Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4404731Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4404898Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4404996Z test_Mish (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4405132Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4405247Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4405394Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4405488Z test_Mish_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4405631Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4405737Z test_ModuleDict (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4405840Z test_ModuleList (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4405968Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.061s) 2022-12-01T11:08:29.4406109Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4406287Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4406414Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4406577Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4406750Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4406919Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4407089Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4407230Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4407405Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4407550Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4407738Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4407925Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4408100Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4408285Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4408455Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4408627Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4408842Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4409009Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4409147Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4409318Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4409466Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4409639Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4409825Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4410037Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4410183Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4410367Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4410549Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4410732Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4410876Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4411060Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4411230Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4411415Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4411552Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.068s) 2022-12-01T11:08:29.4411722Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4411863Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.061s) 2022-12-01T11:08:29.4412050Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4412232Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4412413Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4412598Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4412720Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4412900Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4413078Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4413255Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4413407Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4413601Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4413792Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4413985Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4414171Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4414417Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4414609Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4414796Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4414947Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4415140Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4415368Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4415565Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4415711Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4415893Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4416027Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4416213Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4416400Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4416586Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4416742Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4416933Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4417093Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4417295Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4417497Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4417694Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4417797Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4417915Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4418079Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4418242Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4418401Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4418531Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4418695Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4418830Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4418992Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419172Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419350Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419552Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419709Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419867Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4419990Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4420157Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4420325Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4420476Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4420640Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4420811Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4420952Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4421136Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4421316Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4421496Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4421623Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4421771Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4421892Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4422053Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4422215Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4422374Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4422507Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4422671Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4422808Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4422984Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4423146Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4423322Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4423457Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4423628Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4423804Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4423976Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4424099Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4424268Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4424580Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4424740Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4424933Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4425109Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4425251Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4425434Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4425619Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4425801Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4425905Z test_NLLLoss (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4426044Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4426204Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4426337Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4426509Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4426636Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4426802Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4426920Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4427075Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4427194Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4427363Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4427492Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4427655Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4427763Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4427918Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428068Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428217Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428366Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428472Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4428640Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428808Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4428971Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4429131Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4429254Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4429421Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4429588Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4429740Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4429907Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430054Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4430215Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430374Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430534Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430693Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430846Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4430995Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4431156Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4431302Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4431415Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4431573Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4431731Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4431886Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432037Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432170Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4432330Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432503Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432673Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432842Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4432957Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4433117Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4433277Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4433436Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4433590Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4433711Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4433889Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4434066Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4434239Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4434413Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4434530Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4434695Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4434854Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435016Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435200Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435324Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4435490Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435655Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435817Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4435940Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4436108Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4436301Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4436470Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4436577Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4436741Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4436903Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4437066Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4437182Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4437331Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4437462Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4437629Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4437742Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4437902Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4438041Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4438217Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4438362Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4438541Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4438660Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4438827Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4438990Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4439141Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4439301Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4439413Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4439573Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4439729Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4439883Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4440038Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4440171Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4440365Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4440538Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4440707Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4440875Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4441007Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4441186Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4441389Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4441563Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4441739Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4441831Z test_PReLU_1d (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:08:29.4441973Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4442090Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:08:29.4442245Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4442348Z test_PReLU_2d (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4442489Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4442606Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4442762Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4442851Z test_PReLU_3d (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4442992Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4443108Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4443260Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4443397Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4443511Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4443662Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4443770Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4443906Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4444030Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:08:29.4444195Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4444314Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4444472Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4444591Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4444746Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4444865Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4445008Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4445127Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4445282Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4445403Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4445598Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4445717Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4445873Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4445993Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4446136Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4446254Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4446409Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4446527Z test_PairwiseDistance (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4446696Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.024s) 2022-12-01T11:08:29.4446875Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4447008Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4447179Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4447333Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4447451Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4447618Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4447761Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4447941Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4448054Z test_ParameterDict (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4448183Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4448292Z test_ParameterList (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4448411Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4448525Z test_ParameterList_replication (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4448634Z test_PixelShuffle (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4448780Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4448896Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4449047Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4449171Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4449343Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4449511Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4449663Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4449801Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4449984Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4450162Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4450339Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4450473Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4450652Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4450867Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4451042Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4451161Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4451338Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4451510Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4451683Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4451841Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4452016Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4452191Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4452366Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4452481Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4452651Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4452818Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4452986Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4453131Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4453312Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4453498Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4453678Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4453803Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4453951Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4454054Z test_RNN_cell (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4454179Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4454306Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4454518Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4454644Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.038s) 2022-12-01T11:08:29.4454781Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T11:08:29.4454927Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-12-01T11:08:29.4455059Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-12-01T11:08:29.4455195Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-12-01T11:08:29.4455321Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.002s) 2022-12-01T11:08:29.4455455Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-12-01T11:08:29.4455572Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4455689Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4455791Z test_RReLU (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4455975Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4456075Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4456225Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4456339Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4456486Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4456610Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4456772Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4456871Z test_ReLU (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4456970Z test_ReLU6 (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4457122Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4457237Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4457388Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4457497Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4457642Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4457780Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4457892Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4458041Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4458134Z test_ReLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4458281Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4458402Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4458527Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4458689Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4458814Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4458977Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4459127Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4459229Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4459353Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.027s) 2022-12-01T11:08:29.4459516Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4459667Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4459800Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4459975Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4460089Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.020s) 2022-12-01T11:08:29.4460213Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.039s) 2022-12-01T11:08:29.4460361Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4460508Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4460637Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4460803Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4460922Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4461048Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4461212Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4461372Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.025s) 2022-12-01T11:08:29.4461526Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4461680Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4461795Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4461922Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4462085Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4462237Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4462398Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4462567Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4462673Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4462797Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4462964Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4463119Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4463251Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4463418Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4463516Z test_SELU (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4463653Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4463755Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4463906Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4464012Z test_SELU_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4464157Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4464269Z test_Sequential_add (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4464520Z test_Sequential_append (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4464642Z test_Sequential_delitem (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4464755Z test_Sequential_extend (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4464856Z test_Sequential_getitem (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4464970Z test_Sequential_iadd (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465079Z test_Sequential_imul (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4465198Z test_Sequential_insert (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465327Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465437Z test_Sequential_mul (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465550Z test_Sequential_pop (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465661Z test_Sequential_rmul (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465761Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465883Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4465984Z test_SiLU (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4466121Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4466233Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4466385Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4466494Z test_SiLU_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4466625Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4466795Z test_Sigmoid (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4466935Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4467054Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4467209Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4467323Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4467470Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4467581Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4467683Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4467870Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468025Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468180Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468331Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468461Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4468636Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468807Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4468976Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4469091Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4469262Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4469436Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4469601Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4469730Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4469901Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4470070Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4470239Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4470347Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4470506Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4470635Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4470802Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4470921Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4471085Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4471246Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4471405Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4471537Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4471702Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4471907Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4472080Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4472206Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4472377Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4472544Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4472711Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4472830Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4473015Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4473121Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4473279Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4473438Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4473593Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4473727Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4473903Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4474079Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4474254Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4474374Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4474553Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4474723Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4474893Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4475029Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4475201Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4475370Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4475548Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4475672Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4475822Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4475953Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4476128Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4476300Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4476470Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4476573Z test_Softmax (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4476677Z test_Softmax2d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4476823Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4476929Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4477117Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4477258Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4477375Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4477527Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4477638Z test_Softmax_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4477785Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4477887Z test_Softmin (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4478012Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4478159Z test_Softmin_multidim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4478310Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4478428Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4478580Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4478689Z test_Softmin_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4478837Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4478941Z test_Softplus (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4479037Z test_Softplus_beta (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4479184Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4479306Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4479467Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4479598Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4479767Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4479914Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4480034Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4480175Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4480282Z test_Softshrink (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4480425Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4480541Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4480691Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4480815Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4480975Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4481096Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4481238Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4481343Z test_Softsign (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4481484Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4481601Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4481752Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4481866Z test_Softsign_scalar (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4482015Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4482115Z test_Tanh (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4482265Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4482377Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4482525Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4482631Z test_Tanh_scalar (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4482774Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4482880Z test_Tanhshrink (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4483023Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4483143Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4483286Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4483429Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4483583Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4483703Z test_Threshold_large_value (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4483857Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4483977Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4484133Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4484256Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4484403Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4484535Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4484709Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4484863Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.128s) 2022-12-01T11:08:29.4485054Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4485204Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.128s) 2022-12-01T11:08:29.4485392Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4485540Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.075s) 2022-12-01T11:08:29.4485726Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4485863Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.288s) 2022-12-01T11:08:29.4486052Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4486169Z test_Transformer_cell (__main__.TestNN) ... ok (0.600s) 2022-12-01T11:08:29.4486298Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.718s) 2022-12-01T11:08:29.4486465Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4486607Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4486790Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4486961Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4487146Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4487288Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4487468Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4487674Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4487849Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4487985Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4488165Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4488340Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4488502Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4488668Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4488826Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4488926Z test_Unfold (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4489065Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4489176Z test_Unfold_int_input (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4489324Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4489429Z test_ZeroPad2d (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4489531Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4489684Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4489828Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4489951Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4490110Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4490231Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4490388Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4490506Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:08:29.4490599Z test_add_module (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4490735Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4490840Z test_affine_grid (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4490948Z test_affine_grid_3d (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4491070Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4491173Z test_assignment (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4491325Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4491456Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:08:29.4491598Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:08:29.4491713Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.029s) 2022-12-01T11:08:29.4491853Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4491972Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4492132Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:08:29.4492286Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4492446Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4492610Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4492805Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4492978Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4493135Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4493262Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4493384Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4493499Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4493615Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4493751Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4493900Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4494059Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4494244Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.034s) 2022-12-01T11:08:29.4494476Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4494617Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4494770Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4494933Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4495056Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4495212Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4495304Z test_bilinear (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4495424Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4495535Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4495656Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4495975Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:08:29.4496192Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:08:29.4496424Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:08:29.4496543Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4496657Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4496779Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4496903Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4497035Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4497157Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4497271Z test_caching_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4497398Z Test the caching system of a parametrization ... ok (0.003s) 2022-12-01T11:08:29.4497549Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T11:08:29.4497781Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.003s) 2022-12-01T11:08:29.4498521Z test_call_supports_python_dict_output (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:08:29.4498784Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-12-01T11:08:29.4498851Z ok (0.002s) 2022-12-01T11:08:29.4498963Z test_channel_shuffle (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4499088Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4499189Z test_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4499298Z test_clip_grad_norm (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4499394Z test_clip_grad_value (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4499501Z test_compute_nparams_to_prune (__main__.TestNN) 2022-12-01T11:08:29.4499644Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-12-01T11:08:29.4499753Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4499907Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4500021Z test_conv_backcompat (__main__.TestNN) ... ok (0.028s) 2022-12-01T11:08:29.4500178Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.002s) 2022-12-01T11:08:29.4500294Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4500427Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.116s) 2022-12-01T11:08:29.4500541Z test_conv_padding_mode (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4501359Z test_conv_shapecheck (__main__.TestNN) ... /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-01T11:08:29.4501518Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:08:29.4501585Z ok (0.174s) 2022-12-01T11:08:29.4501686Z test_conv_tbc (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4501829Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:08:29.4501965Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4502100Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4502216Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4502350Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.052s) 2022-12-01T11:08:29.4502465Z test_cosine_similarity (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4502581Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4502709Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.006s) 2022-12-01T11:08:29.4502834Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4502977Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4503129Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:08:29.4503371Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.001s) 2022-12-01T11:08:29.4503514Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T11:08:29.4503654Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.002s) 2022-12-01T11:08:29.4503759Z test_custom_from_mask_pruning (__main__.TestNN) 2022-12-01T11:08:29.4503894Z Test that the CustomFromMask is capable of receiving ... ok (0.002s) 2022-12-01T11:08:29.4504016Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4504255Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.011s) 2022-12-01T11:08:29.4504489Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4504594Z test_dir_digit (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4504714Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4504828Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4504944Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4505093Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4505243Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4505347Z test_extra_state (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4505477Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4505652Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4505774Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4506384Z test_fb_fc_packed (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:374.) 2022-12-01T11:08:29.4506464Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4507031Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/QuantizedLinear.cpp:409.) 2022-12-01T11:08:29.4507110Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4507176Z ok (0.002s) 2022-12-01T11:08:29.4507281Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4507394Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.026s) 2022-12-01T11:08:29.4507498Z test_functional_grad_conv (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4507615Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.204s) 2022-12-01T11:08:29.4507735Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4507867Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4507998Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4508102Z test_get_buffer (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4508225Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4508350Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T11:08:29.4508442Z test_global_pruning (__main__.TestNN) 2022-12-01T11:08:29.4508596Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.003s) 2022-12-01T11:08:29.4508718Z test_global_pruning_importance_scores (__main__.TestNN) 2022-12-01T11:08:29.4508864Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.004s) 2022-12-01T11:08:29.4508977Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.050s) 2022-12-01T11:08:29.4509092Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.051s) 2022-12-01T11:08:29.4509200Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.058s) 2022-12-01T11:08:29.4509297Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.058s) 2022-12-01T11:08:29.4509407Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.076s) 2022-12-01T11:08:29.4509515Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.072s) 2022-12-01T11:08:29.4509621Z test_grid_sample (__main__.TestNN) ... ok (1.594s) 2022-12-01T11:08:29.4509729Z test_grid_sample_3d (__main__.TestNN) ... ok (0.133s) 2022-12-01T11:08:29.4510353Z test_grid_sample_error_checking (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-12-01T11:08:29.4510528Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T11:08:29.4510595Z ok (0.031s) 2022-12-01T11:08:29.4510738Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:08:29.4510851Z test_hardtanh_backward (__main__.TestNN) ... ok (0.106s) 2022-12-01T11:08:29.4510975Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4511086Z test_hook_backward_size (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4511522Z test_hook_backward_writeable (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:08:29.4511690Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:08:29.4512292Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:08:29.4512536Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:08:29.4512603Z ok (0.002s) 2022-12-01T11:08:29.4512693Z test_hook_cpp (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4512805Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4512937Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4513046Z test_hook_inplace (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4513161Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4513287Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4513405Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4513518Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4513619Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4514267Z test_hooks (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-12-01T11:08:29.4514511Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-12-01T11:08:29.4514579Z ok (0.020s) 2022-12-01T11:08:29.4514702Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4514801Z test_identity_pruning (__main__.TestNN) 2022-12-01T11:08:29.4514936Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-12-01T11:08:29.4515056Z test_initialization_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4515206Z Test that it is possible to initialize a parametrization when it ... ok (0.006s) 2022-12-01T11:08:29.4515302Z test_inplace_thnn (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4515408Z test_interpolate (__main__.TestNN) ... ok (0.285s) 2022-12-01T11:08:29.4515527Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4515686Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4515816Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4515987Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4516147Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4516312Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4516443Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4516623Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4516765Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4516924Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4517119Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4517326Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4517456Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4517599Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4517779Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4517930Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4518053Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4518209Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4518340Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4518511Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4518639Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4518806Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4518949Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4519119Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4519262Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4519422Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4519616Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4519796Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4519926Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4520071Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4520253Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4520416Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4520561Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T11:08:29.4520679Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4520815Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4520986Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4521144Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4521306Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4521472Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4521597Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4521724Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4521905Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4522065Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4522194Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4522386Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4522508Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4522667Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4522797Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4522963Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4523069Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4523227Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4523364Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4523538Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4523669Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4523835Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4523956Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4524112Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4524229Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4524393Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4524521Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4524687Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4524813Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4524979Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4525108Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4525272Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4525385Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4525544Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4525670Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4525835Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4525961Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4526122Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4526245Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.022s) 2022-12-01T11:08:29.4526436Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4526567Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4526722Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4526851Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.018s) 2022-12-01T11:08:29.4526998Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4527184Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4527351Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4527481Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4527655Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4527842Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4527995Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4528817Z test_invalid_conv1d (__main__.TestNN) ... /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-01T11:08:29.4528977Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:08:29.4529045Z ok (0.072s) 2022-12-01T11:08:29.4529158Z test_invalid_conv2d (__main__.TestNN) ... ok (0.138s) 2022-12-01T11:08:29.4529269Z test_invalid_conv3d (__main__.TestNN) ... ok (0.068s) 2022-12-01T11:08:29.4529391Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4530071Z test_kl_div_with_diff_type (__main__.TestNN) ... /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:08:29.4530296Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4530364Z ok (0.002s) 2022-12-01T11:08:29.4530494Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4530595Z test_l1_loss_correct (__main__.TestNN) ... ok (9.330s) 2022-12-01T11:08:29.4530702Z test_l1_unstructured_pruning (__main__.TestNN) 2022-12-01T11:08:29.4530846Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-12-01T11:08:29.4530982Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-12-01T11:08:29.4531123Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.003s) 2022-12-01T11:08:29.4531261Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4531380Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4531472Z test_ln_structured_pruning (__main__.TestNN) 2022-12-01T11:08:29.4531588Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-12-01T11:08:29.4531714Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-12-01T11:08:29.4531828Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-12-01T11:08:29.4531938Z test_load_state_dict (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4532054Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4532225Z test_load_state_dict_child (__main__.TestNN) ... ok (0.207s) 2022-12-01T11:08:29.4532343Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4532451Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4532572Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.141s) 2022-12-01T11:08:29.4532687Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4532797Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4532909Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4533060Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4533170Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4533333Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4533450Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4533604Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4533722Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4533876Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4534000Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4534154Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4534280Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4534502Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4535140Z test_loss_equal_input_target_shape (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4535223Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4535828Z /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:08:29.4536053Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T11:08:29.4536122Z ok (0.024s) 2022-12-01T11:08:29.4536260Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4536389Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4536509Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4536633Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4536737Z test_module_backcompat (__main__.TestNN) ... ok (0.021s) 2022-12-01T11:08:29.4536856Z test_module_to_argparse (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4536956Z test_modules (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4537072Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4537222Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.748s) 2022-12-01T11:08:29.4537369Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.754s) 2022-12-01T11:08:29.4537495Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4537632Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4537749Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4538441Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T11:08:29.4538520Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4538586Z ok (0.003s) 2022-12-01T11:08:29.4538706Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4538852Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4539032Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4539166Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4539317Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4539417Z test_named_children (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4539524Z test_named_modules (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4539643Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4539768Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4539882Z test_new_spectral_norm (__main__.TestNN) ... ok (0.072s) 2022-12-01T11:08:29.4539998Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4540119Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4540236Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.037s) 2022-12-01T11:08:29.4540341Z test_nnpack_conv (__main__.TestNN) ... ok (0.307s) 2022-12-01T11:08:29.4540439Z test_no_grad (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4540559Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4540664Z test_normalize (__main__.TestNN) ... ok (0.010s) 2022-12-01T11:08:29.4540776Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4541455Z test_orthogonal_parametrization (__main__.TestNN) ... /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-01T11:08:29.4541551Z warnings.warn(msg, FutureWarning) 2022-12-01T11:08:29.4541616Z ok (0.289s) 2022-12-01T11:08:29.4541741Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4541895Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4542010Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4542118Z test_padding_list (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4542234Z test_pairwise_distance (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4542350Z test_parameter_assignment (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4542476Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4542606Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4542736Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4542852Z test_parameters_to_vector (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4542974Z test_parametrization_same_training_mode (__main__.TestNN) 2022-12-01T11:08:29.4543118Z Test training mode updated on parametrization registration ... ok (0.002s) 2022-12-01T11:08:29.4543220Z test_parse_to (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4543366Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4543465Z test_pdist (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:08:29.4543638Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.010s) 2022-12-01T11:08:29.4543792Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-12-01T11:08:29.4543903Z test_pdist_empty_col (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4544015Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4544120Z test_pdist_large (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4544209Z test_pdist_zeros (__main__.TestNN) 2022-12-01T11:08:29.4544326Z Test that grad is still valid when dist is 0 ... ok (0.016s) 2022-12-01T11:08:29.4544583Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4544694Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (1.002s) 2022-12-01T11:08:29.4545375Z test_pointwise_loss_broadcast (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4545459Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4546003Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4546080Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4546617Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4546696Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4547240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4547317Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4547837Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4547912Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4548434Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4548498Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4549024Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4549100Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4549626Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4549701Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4550240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4550353Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4550886Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4550963Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4551530Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4551609Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4552131Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4552195Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4552722Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4552797Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4553317Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4553394Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4553921Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4553998Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4554521Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4554597Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4555124Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4555202Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4555717Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4555780Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4556310Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4556413Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4556937Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4557013Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4557539Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4557615Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4558162Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4558241Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4558771Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4558847Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4559367Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4559431Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4559957Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-12-01T11:08:29.4560035Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4560100Z ok (0.074s) 2022-12-01T11:08:29.4560246Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4560378Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4560513Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4560639Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4560877Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:08:29.4561006Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4561108Z test_prune (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4561230Z test_prune_importance_scores (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4561367Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4561481Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4561597Z test_pruning_container_compute_mask (__main__.TestNN) 2022-12-01T11:08:29.4561737Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.004s) 2022-12-01T11:08:29.4561831Z test_pruning_id_consistency (__main__.TestNN) 2022-12-01T11:08:29.4562041Z Test that pruning doesn't change the id of the parameters, which ... ok (0.002s) 2022-12-01T11:08:29.4562136Z test_pruning_rollback (__main__.TestNN) 2022-12-01T11:08:29.4562281Z Test that if something fails when the we try to compute the mask, ... ok (0.003s) 2022-12-01T11:08:29.4562410Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4562574Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4562684Z test_random_pruning (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4562787Z test_random_pruning_0perc (__main__.TestNN) 2022-12-01T11:08:29.4562909Z Test that a mask of 1s does not change forward or backward. ... ok (0.005s) 2022-12-01T11:08:29.4563014Z test_random_pruning_forward (__main__.TestNN) 2022-12-01T11:08:29.4563120Z check forward with mask (by hand). ... ok (0.003s) 2022-12-01T11:08:29.4563230Z test_random_pruning_new_weight (__main__.TestNN) 2022-12-01T11:08:29.4563362Z Test that module.name now contains a pruned version of ... ok (0.004s) 2022-12-01T11:08:29.4563462Z test_random_pruning_orig (__main__.TestNN) 2022-12-01T11:08:29.4563657Z Test that original tensor is correctly stored in 'orig' ... ok (0.003s) 2022-12-01T11:08:29.4563791Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4563892Z test_random_pruning_sizes (__main__.TestNN) 2022-12-01T11:08:29.4564037Z Test that the new parameters and buffers created by the pruning ... ok (0.004s) 2022-12-01T11:08:29.4564171Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4564302Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4564458Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.003s) 2022-12-01T11:08:29.4564591Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4564725Z Test that it is possible to nest the parametrizations ... ok (0.004s) 2022-12-01T11:08:29.4564836Z test_register_and_remove_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4564971Z Test that it is possible to add a few parametrizations ... ok (0.030s) 2022-12-01T11:08:29.4565119Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4565265Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4565415Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4565554Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4565708Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4565853Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4566005Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4566109Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4566201Z test_remove_pruning (__main__.TestNN) 2022-12-01T11:08:29.4566341Z `prune.remove` removes the hook and the reparametrization ... ok (0.005s) 2022-12-01T11:08:29.4566453Z test_remove_pruning_exception (__main__.TestNN) 2022-12-01T11:08:29.4566591Z Removing from an unpruned tensor throws an assertion error ... ok (0.002s) 2022-12-01T11:08:29.4566696Z test_remove_pruning_forward (__main__.TestNN) 2022-12-01T11:08:29.4566838Z Remove pruning and check forward is unchanged from previous ... ok (0.002s) 2022-12-01T11:08:29.4566923Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4567030Z test_requires_grad_ (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4567136Z test_rnn_args_check (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4567354Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-12-01T11:08:29.4567473Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.017s) 2022-12-01T11:08:29.4567579Z test_rnn_pruning (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4567690Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4567810Z test_serialization_parametrization (__main__.TestNN) 2022-12-01T11:08:29.4567953Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.008s) 2022-12-01T11:08:29.4568090Z test_share_memory (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4568220Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.011s) 2022-12-01T11:08:29.4568362Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.005s) 2022-12-01T11:08:29.4568468Z test_softmax_cpu (__main__.TestNN) ... ok (0.006s) 2022-12-01T11:08:29.4568587Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4568748Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4568868Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4569013Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4569163Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4569325Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4569437Z test_softmax_lastdim (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4569582Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4569700Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.015s) 2022-12-01T11:08:29.4569855Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4569965Z test_softmax_spatial (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4570100Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4570218Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.014s) 2022-12-01T11:08:29.4570370Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4570492Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.016s) 2022-12-01T11:08:29.4570651Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-12-01T11:08:29.4570752Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4570861Z test_spectral_norm (__main__.TestNN) ... ok (0.049s) 2022-12-01T11:08:29.4570963Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4571081Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4571207Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.032s) 2022-12-01T11:08:29.4571324Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4571427Z test_state_dict (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4571580Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4571734Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:29.4571892Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.002s) 2022-12-01T11:08:29.4571996Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-12-01T11:08:29.4572104Z test_threshold_int (__main__.TestNN) ... ok (0.001s) 2022-12-01T11:08:29.4572198Z test_to (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4572326Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4572453Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-12-01T11:08:29.4572622Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-12-01T11:08:29.4572774Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4572916Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-12-01T11:08:29.4573075Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.003s) 2022-12-01T11:08:29.4573217Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-12-01T11:08:29.4573429Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.004s) 2022-12-01T11:08:29.4573552Z test_transformer_args_check (__main__.TestNN) ... ok (0.223s) 2022-12-01T11:08:29.4573679Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.013s) 2022-12-01T11:08:29.4573799Z test_transformerdecoder (__main__.TestNN) ... ok (0.168s) 2022-12-01T11:08:29.4573929Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.036s) 2022-12-01T11:08:29.4574063Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.053s) 2022-12-01T11:08:29.4574165Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4574290Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4574489Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.007s) 2022-12-01T11:08:29.4574646Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4574782Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.008s) 2022-12-01T11:08:29.4574880Z test_type (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4574997Z test_type_before_parametrizations (__main__.TestNN) 2022-12-01T11:08:29.4575153Z Test that type_before_parametrizations always retrieves original type ... ok (0.002s) 2022-12-01T11:08:29.4575824Z test_unflatten (__main__.TestNN) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1761.) 2022-12-01T11:08:29.4575935Z return super(Tensor, self).refine_names(names) 2022-12-01T11:08:29.4576002Z ok (0.002s) 2022-12-01T11:08:29.4576124Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4576239Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.012s) 2022-12-01T11:08:29.4590090Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-12-01T11:08:29.4590324Z Since it may happen that the tensor to prune has entries with the ... ok (0.002s) 2022-12-01T11:08:29.4590485Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4590613Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.033s) 2022-12-01T11:08:29.4590763Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4590880Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.089s) 2022-12-01T11:08:29.4591032Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4591151Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.023s) 2022-12-01T11:08:29.4591299Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.019s) 2022-12-01T11:08:29.4591420Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4591537Z test_validate_pruning_amount (__main__.TestNN) 2022-12-01T11:08:29.4591676Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-12-01T11:08:29.4591789Z test_validate_pruning_amount_init (__main__.TestNN) 2022-12-01T11:08:29.4591912Z Test the first util function that validates the pruning ... ok (0.001s) 2022-12-01T11:08:29.4592031Z test_vector_to_parameters (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4592140Z test_weight_norm (__main__.TestNN) ... ok (0.009s) 2022-12-01T11:08:29.4592260Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.002s) 2022-12-01T11:08:29.4592362Z test_zero_grad (__main__.TestNN) ... ok (0.004s) 2022-12-01T11:08:29.4592503Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4592645Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4592793Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4593079Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4593267Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4593449Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4593630Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4593806Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4593988Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4594221Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4594392Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.999s) 2022-12-01T11:08:29.4594541Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.270s) 2022-12-01T11:08:29.4594728Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4594913Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4595095Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4595276Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4595462Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4595646Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4595831Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4596010Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4596190Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4596353Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4596527Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4596678Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:08:29.4596845Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4597033Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4597215Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4597394Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4597589Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4597783Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4597947Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4598126Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4598316Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4598458Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4598600Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4598742Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.097s) 2022-12-01T11:08:29.4598916Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4599067Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4599204Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4599355Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4599539Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:08:29.4599684Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:08:29.4599826Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.506s) 2022-12-01T11:08:29.4599983Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4600133Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:08:29.4600281Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:08:29.4600442Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4600612Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4600770Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:08:29.4600927Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:08:29.4601082Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.186s) 2022-12-01T11:08:29.4601233Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.817s) 2022-12-01T11:08:29.4601387Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.287s) 2022-12-01T11:08:29.4601549Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:08:29.4601706Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:08:29.4601859Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.132s) 2022-12-01T11:08:29.4602016Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.545s) 2022-12-01T11:08:29.4602178Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.150s) 2022-12-01T11:08:29.4602331Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.359s) 2022-12-01T11:08:29.4602474Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.214s) 2022-12-01T11:08:29.4602610Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:08:29.4602778Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4602928Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.074s) 2022-12-01T11:08:29.4603052Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4603193Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4603332Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:08:29.4603479Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.869s) 2022-12-01T11:08:29.4603628Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (18.355s) 2022-12-01T11:08:29.4603804Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4603984Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4604162Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4604295Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:08:29.4604472Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4604647Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4604787Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:08:29.4604993Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4605168Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4605329Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:08:29.4605518Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4605707Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4605843Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4606005Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.244s) 2022-12-01T11:08:29.4606179Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4606352Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4606522Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4606685Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4606841Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:08:29.4606993Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4607160Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4607310Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4607466Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4607621Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4607780Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4607940Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4608100Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4608256Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4608401Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4608554Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4608713Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4608869Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4609021Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4609214Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4609380Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4609539Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4609690Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4609848Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4609988Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4610150Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4610334Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4610503Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.265s) 2022-12-01T11:08:29.4610667Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.065s) 2022-12-01T11:08:29.4610824Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:08:29.4610977Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4611145Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.107s) 2022-12-01T11:08:29.4611307Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4611449Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4611601Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4611762Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4611922Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4612081Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4612236Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4612383Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4612612Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4612826Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4613048Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4613274Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4613498Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4613718Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4613942Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4614164Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4614474Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4614737Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4614959Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4615178Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4615400Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4615636Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4615859Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4616078Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4616300Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4616519Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4616742Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4616964Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4617190Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4617404Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4617622Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4617839Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4618038Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4618252Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4618468Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4618677Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4618885Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4619094Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4619307Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4619514Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4619771Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4619995Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4620221Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4620430Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4620677Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4620904Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4621126Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4621343Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4621556Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4621768Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4621979Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4622189Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4622397Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4622606Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4622812Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4623007Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4623237Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4623463Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4623686Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4623908Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4624126Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4624351Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4624772Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4624991Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4625201Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4625413Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4625609Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4625889Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4626104Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4626313Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4626521Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4626728Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4626932Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4627133Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4627336Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4627535Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4627731Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4627918Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4628111Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4628309Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4628510Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4628709Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4628907Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4629106Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4629301Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4629494Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4629691Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4629914Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4630111Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4630308Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4630504Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4630702Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4630919Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4631116Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4631314Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4631509Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4631717Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4631911Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4632121Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4632327Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4632537Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4632744Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4632951Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4633156Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4633363Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4633570Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4633775Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4633967Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4634173Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4634376Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4634581Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4634787Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4635020Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4635226Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4635429Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4635631Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4635833Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4636061Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4636255Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4636460Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4636663Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4636863Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4637056Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4637255Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4637455Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4637657Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4637852Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4638046Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4638234Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4638433Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4638629Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4638828Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4639026Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4639221Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4639414Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4639609Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4639812Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4640041Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4640220Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4640417Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4640617Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4640813Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4641007Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4641232Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4641453Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4641667Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4641884Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4642098Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4642313Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4642511Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4642724Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4642937Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4643164Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4643389Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4643613Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4643841Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4644066Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4644289Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4644512Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4644733Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4644935Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4645176Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4645391Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4645603Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4645815Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4646026Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4646269Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4646483Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4646709Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4646935Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4647157Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4647365Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4647589Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4647811Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4648031Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4648255Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4648471Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4648684Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4648897Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4649106Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4649317Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4649528Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4649739Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4649937Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4650197Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4650420Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4650644Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4650866Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4651116Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4651342Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4651563Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4651783Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4652010Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4652235Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4652447Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4652673Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4652895Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4653120Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4653344Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4653568Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4653793Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4654018Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4654240Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4654530Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4654756Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4654980Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4655222Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4655442Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4655664Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4655885Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4656134Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4656355Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4656576Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4656799Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4657024Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4657243Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4657452Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4657646Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4657853Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4658056Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4658258Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4658455Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4658651Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4658852Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4659051Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4659245Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4659439Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4659614Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4659805Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4659998Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4660227Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4660418Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4660643Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4660865Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4661081Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4661325Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4661551Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4661769Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4661970Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4662185Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4662392Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4662597Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4662803Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4663004Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4663204Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4663401Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4663595Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4663798Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4663995Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4664177Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4664501Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4664693Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4664885Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4665076Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4665273Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4665515Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4665740Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T11:08:29.4665963Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4666178Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T11:08:29.4666380Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4666633Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T11:08:29.4666856Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4667071Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T11:08:29.4667286Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4667493Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:08:29.4667699Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4667904Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:08:29.4668105Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:08:29.4668308Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:08:29.4668505Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:08:29.4668685Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4668885Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:08:29.4669080Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4669276Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4669469Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4669660Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4669856Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:08:29.4670046Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4670236Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4670414Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4670665Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.020s) 2022-12-01T11:08:29.4670886Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4671099Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4671314Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4671560Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4671779Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4671997Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4672212Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.019s) 2022-12-01T11:08:29.4672422Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4672628Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4672824Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4673030Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4673237Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4673441Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4673639Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4673841Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4674046Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4674253Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4674458Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4674661Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4674864Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4675053Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4675258Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4675460Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4675697Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4675900Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4676104Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4676306Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4676511Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4676742Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4676947Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4677133Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4677347Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4677565Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4677779Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4677995Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4678209Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4678420Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4678631Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4678838Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4679053Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4679265Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4679462Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4679670Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4679881Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4680093Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4680301Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4680513Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4680758Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4680969Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4681176Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4681386Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4681596Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4681815Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4682030Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4682237Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4682450Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4682659Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4682867Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4683075Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4683283Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4683489Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4683690Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4683894Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4684090Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4684301Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4684508Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4684713Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4684918Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4685125Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4685325Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4685530Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4685770Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4685976Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4686167Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4686371Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4686577Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4686807Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4687009Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4687211Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4687412Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4687611Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4687809Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4688008Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4688209Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4688394Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4688594Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4688787Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4688998Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4689208Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4689420Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4689632Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4689837Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4690042Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4690252Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4690446Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4690641Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4690865Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4691058Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4691245Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:08:29.4691433Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4691625Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4691834Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4692022Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4692229Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4692419Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4692621Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4692819Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:08:29.4693015Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4693212Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-12-01T11:08:29.4693415Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4693614Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4693815Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4694011Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4694211Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4694503Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4694693Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4694889Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4695084Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4695281Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4695493Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4695706Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4695914Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4696166Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4696371Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:08:29.4696576Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:08:29.4696772Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4697001Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:08:29.4697196Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4697388Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:08:29.4697578Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4697766Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:08:29.4697956Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4698147Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4698332Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4698523Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4698715Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4698918Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4699120Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4699321Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4699522Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:08:29.4699723Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4699927Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:08:29.4700125Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:08:29.4700323Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:08:29.4700518Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:08:29.4700698Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4700890Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.037s) 2022-12-01T11:08:29.4701110Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:08:29.4701302Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:08:29.4701496Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4701687Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4701903Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-12-01T11:08:29.4702140Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4702360Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4702575Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4702786Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4702980Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4703195Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4703405Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.012s) 2022-12-01T11:08:29.4703608Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:08:29.4703804Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4704008Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4704206Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:08:29.4704516Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-12-01T11:08:29.4704714Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T11:08:29.4704911Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4705095Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:08:29.4705250Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:08:29.4705432Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4705604Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4705774Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4705946Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4706117Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4706364Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4706541Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4706703Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4706881Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4707036Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:08:29.4707190Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:08:29.4707341Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.103s) 2022-12-01T11:08:29.4707559Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4708081Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-12-01T11:08:29.4708275Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-12-01T11:08:29.4708345Z ok (0.028s) 2022-12-01T11:08:29.4708485Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4708644Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:08:29.4708801Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4708967Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4709128Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:08:29.4709277Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4709425Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.106s) 2022-12-01T11:08:29.4709570Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.100s) 2022-12-01T11:08:29.4709755Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4709950Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:08:29.4710122Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4710305Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4710501Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:08:29.4710667Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:08:29.4710846Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:08:29.4711013Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:08:29.4711203Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4711394Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4711571Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4711745Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4711902Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4712108Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:08:29.4712313Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4712512Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4712715Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4712913Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4713134Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4713320Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4713489Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4713621Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.301s) 2022-12-01T11:08:29.4713783Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4713966Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4714145Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4714322Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4714500Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4714658Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4714789Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:08:29.4714943Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4715069Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.064s) 2022-12-01T11:08:29.4715206Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:08:29.4715372Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4715531Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (6.833s) 2022-12-01T11:08:29.4715722Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.075s) 2022-12-01T11:08:29.4715881Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (5.043s) 2022-12-01T11:08:29.4716073Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.074s) 2022-12-01T11:08:29.4716210Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4716358Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4716512Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4716654Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4716800Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:08:29.4716947Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:08:29.4717096Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4717242Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4717399Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4717538Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4717692Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4717891Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4718083Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4718235Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:08:29.4718408Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4718610Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4718751Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:08:29.4718909Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:08:29.4719067Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4719206Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4719352Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4719490Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4719684Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4719862Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4720001Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.087s) 2022-12-01T11:08:29.4720146Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.408s) 2022-12-01T11:08:29.4720292Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.078s) 2022-12-01T11:08:29.4720473Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4720618Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4720765Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4720910Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4721058Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4721257Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4721443Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4721636Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4721816Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4721996Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4722175Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4722370Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4722540Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4722738Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4722908Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4723052Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4723195Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4723357Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4723519Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4723678Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4723851Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:08:29.4724003Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:08:29.4724191Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4724371Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4724539Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4724690Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4724847Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4725001Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4725133Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:08:29.4725268Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:08:29.4725416Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:08:29.4725590Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4725764Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4725919Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4726375Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-12-01T11:08:29.4726527Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-12-01T11:08:29.4726860Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T11:08:29.4727027Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T11:08:29.4727096Z ok (0.002s) 2022-12-01T11:08:29.4727224Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:08:29.4727424Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4727565Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:08:29.4727685Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:08:29.4727864Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4728026Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4728187Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:08:29.4728376Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.062s) 2022-12-01T11:08:29.4728525Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:08:29.4728669Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4728800Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4728931Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:08:29.4729080Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-12-01T11:08:29.4729256Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4729396Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:08:29.4729582Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4729744Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4729890Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.615s) 2022-12-01T11:08:29.4730039Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4730173Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4730308Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4730459Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4730602Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4730754Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:08:29.4731603Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /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-01T11:08:29.4731765Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:08:29.4732242Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:08:29.4732324Z r = func(*args, **kwargs) 2022-12-01T11:08:29.4732393Z ok (0.002s) 2022-12-01T11:08:29.4732549Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.055s) 2022-12-01T11:08:29.4732730Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:08:29.4732903Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.064s) 2022-12-01T11:08:29.4733062Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (5.079s) 2022-12-01T11:08:29.4733240Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.222s) 2022-12-01T11:08:29.4733445Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4733657Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4733849Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4734039Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4734253Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4734521Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:08:29.4734688Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4734892Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4735103Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4735295Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.081s) 2022-12-01T11:08:29.4735520Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.080s) 2022-12-01T11:08:29.4735714Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.086s) 2022-12-01T11:08:29.4735904Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.087s) 2022-12-01T11:08:29.4736069Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4736208Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.044s) 2022-12-01T11:08:29.4736397Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4736563Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:08:29.4736712Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.094s) 2022-12-01T11:08:29.4736901Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4737089Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4737274Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4737436Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.205s) 2022-12-01T11:08:29.4737572Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:08:29.4737759Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:08:29.4737934Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:08:29.4738104Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:08:29.4738281Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:08:29.4738456Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.207s) 2022-12-01T11:08:29.4738608Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.642s) 2022-12-01T11:08:29.4738790Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4738966Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:08:29.4739082Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4739237Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4739362Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4739493Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4739652Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4739791Z test_constant (__main__.TestNNInit) ... ok (0.002s) 2022-12-01T11:08:29.4739907Z test_deprecation (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:08:29.4740024Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-12-01T11:08:29.4740144Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4740269Z test_dirac_properties (__main__.TestNNInit) ... ok (0.004s) 2022-12-01T11:08:29.4740372Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4740500Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4740617Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.213s) 2022-12-01T11:08:29.4740769Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4740939Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:08:29.4741061Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.175s) 2022-12-01T11:08:29.4741199Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4741348Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:08:29.4741454Z test_normal (__main__.TestNNInit) ... ok (0.923s) 2022-12-01T11:08:29.4741568Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.003s) 2022-12-01T11:08:29.4741683Z test_orthogonal (__main__.TestNNInit) ... ok (0.007s) 2022-12-01T11:08:29.4741806Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.007s) 2022-12-01T11:08:29.4741938Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4742051Z test_trunc_normal (__main__.TestNNInit) ... ok (108.838s) 2022-12-01T11:08:29.4742146Z test_uniform (__main__.TestNNInit) ... ok (0.780s) 2022-12-01T11:08:29.4742263Z test_xavier_normal (__main__.TestNNInit) ... ok (0.405s) 2022-12-01T11:08:29.4742414Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4742527Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.073s) 2022-12-01T11:08:29.4742679Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-12-01T11:08:29.4742828Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T11:08:29.4742971Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T11:08:29.4743144Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.003s) 2022-12-01T11:08:29.4743272Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-12-01T11:08:29.4743408Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-12-01T11:08:29.4743537Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-12-01T11:08:29.4743553Z 2022-12-01T11:08:29.4743759Z ---------------------------------------------------------------------- 2022-12-01T11:08:29.4743841Z Ran 3018 tests in 241.036s 2022-12-01T11:08:29.4743847Z 2022-12-01T11:08:29.4743943Z OK (skipped=1353, expected failures=27) 2022-12-01T11:08:29.4743948Z 2022-12-01T11:08:29.4744033Z Generating XML reports... 2022-12-01T11:08:29.4744303Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201110427.xml 2022-12-01T11:08:29.4744691Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201110427.xml 2022-12-01T11:08:29.4744980Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201110427.xml 2022-12-01T11:08:29.4745248Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201110427.xml 2022-12-01T11:08:29.4745519Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201110427.xml 2022-12-01T11:08:29.4745853Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201110427.xml 2022-12-01T11:08:29.4746091Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20221201110427.xml 2022-12-01T11:08:29.4746372Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201110427.xml 2022-12-01T11:08:29.4746625Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201110427.xml 2022-12-01T11:08:29.4746900Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201110427.xml 2022-12-01T11:08:29.4746905Z 2022-12-01T11:08:29.4747271Z ##[endgroup] 2022-12-01T11:08:29.4747522Z FINISHED PRINTING LOG FILE of test_nn (/var/lib/jenkins/workspace/test/test-reports/test_nn_ud_zezst) 2022-12-01T11:08:29.4747527Z 2022-12-01T11:08:29.4747725Z Running distributions/test_distributions ... [2022-12-01 11:08:29.403167] 2022-12-01T11:08:29.4748125Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:29.403592] 2022-12-01T11:09:17.1677080Z 2022-12-01T11:09:17.1677716Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T11:09:17.1678646Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_gl58lny5) 2022-12-01T11:09:17.1696381Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-12-01T11:09:17.1696662Z 2022-12-01T11:09:17.1696741Z Running tests... 2022-12-01T11:09:17.1697056Z ---------------------------------------------------------------------- 2022-12-01T11:09:17.1697796Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1698492Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1698863Z ok (0.053s) 2022-12-01T11:09:17.1699177Z test_icdf (__main__.TestAgainstScipy) ... ok (0.030s) 2022-12-01T11:09:17.1699419Z test_mean (__main__.TestAgainstScipy) ... ok (1.087s) 2022-12-01T11:09:17.1701291Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T11:09:17.1702628Z r = func(*args, **kwargs) 2022-12-01T11:09:17.1702953Z ok (0.049s) 2022-12-01T11:09:17.1703385Z test_params_constraints (__main__.TestConstraints) ... ok (0.074s) 2022-12-01T11:09:17.1703731Z test_support_constraints (__main__.TestConstraints) ... ok (0.101s) 2022-12-01T11:09:17.1704057Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1704569Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1705115Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1705716Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1706200Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1706746Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1707335Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T11:09:17.1707928Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1708492Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1708989Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1709293Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1709633Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1709991Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1710310Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1710614Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.038s) 2022-12-01T11:09:17.1710941Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1711281Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1711677Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1712010Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1712344Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1712666Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1712999Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1713332Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1713670Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1713995Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1714333Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1714666Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1714982Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1715299Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1715632Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1715962Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1716275Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.007s) 2022-12-01T11:09:17.1716606Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1716936Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1717266Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1717581Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1717913Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-12-01T11:09:17.1718243Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1720700Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1721291Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T11:09:17.1721873Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T11:09:17.1722429Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T11:09:17.1722827Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.022s) 2022-12-01T11:09:17.1723114Z test_bernoulli (__main__.TestDistributions) ... ok (0.059s) 2022-12-01T11:09:17.1723403Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:09:17.1724089Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1724563Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.098s) 2022-12-01T11:09:17.1724843Z test_beta_sample (__main__.TestDistributions) ... ok (0.362s) 2022-12-01T11:09:17.1725124Z test_beta_shape (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:09:17.1725403Z test_beta_underflow (__main__.TestDistributions) ... ok (0.034s) 2022-12-01T11:09:17.1725738Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:17.1726228Z test_binomial (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:09:17.1726718Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:09:17.1727261Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:09:17.1727892Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.060s) 2022-12-01T11:09:17.1728495Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:09:17.1728887Z test_binomial_sample (__main__.TestDistributions) ... ok (0.056s) 2022-12-01T11:09:17.1729173Z test_binomial_stable (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1729470Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.072s) 2022-12-01T11:09:17.1729764Z test_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:09:17.1730035Z test_categorical_2d (__main__.TestDistributions) ... ok (0.014s) 2022-12-01T11:09:17.1730338Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1730631Z test_cauchy (__main__.TestDistributions) ... ok (0.025s) 2022-12-01T11:09:17.1731200Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1731578Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1731787Z ok (0.223s) 2022-12-01T11:09:17.1732011Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.126s) 2022-12-01T11:09:17.1732273Z test_chi2_sample (__main__.TestDistributions) ... ok (0.099s) 2022-12-01T11:09:17.1732547Z test_chi2_shape (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:09:17.1732837Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T11:09:17.1733123Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1733421Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1733711Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1733986Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.040s) 2022-12-01T11:09:17.1734282Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1734879Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1735253Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1735447Z ok (1.052s) 2022-12-01T11:09:17.1735727Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.258s) 2022-12-01T11:09:17.1736041Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.050s) 2022-12-01T11:09:17.1736333Z test_exponential (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T11:09:17.1736610Z test_exponential_sample (__main__.TestDistributions) ... ok (0.095s) 2022-12-01T11:09:17.1736899Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:09:17.1737195Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.866s) 2022-12-01T11:09:17.1737512Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:17.1737826Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-12-01T11:09:17.1738195Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:09:17.1738510Z test_gamma_sample (__main__.TestDistributions) ... ok (0.281s) 2022-12-01T11:09:17.1738835Z test_gamma_shape (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:09:17.1739106Z test_geometric (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:09:17.1739400Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T11:09:17.1739709Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:09:17.1739974Z test_gumbel (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:09:17.1740244Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.564s) 2022-12-01T11:09:17.1740522Z test_halfcauchy (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T11:09:17.1740815Z test_halfnormal (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:09:17.1741101Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:09:17.1741399Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.095s) 2022-12-01T11:09:17.1741669Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T11:09:17.1742202Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1742581Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1742790Z ok (1.225s) 2022-12-01T11:09:17.1743011Z test_independent_shape (__main__.TestDistributions) ... ok (0.479s) 2022-12-01T11:09:17.1743319Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.038s) 2022-12-01T11:09:17.1743637Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.031s) 2022-12-01T11:09:17.1743929Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:09:17.1744218Z test_laplace (__main__.TestDistributions) ... ok (0.037s) 2022-12-01T11:09:17.1744657Z test_laplace_sample (__main__.TestDistributions) ... ok (0.284s) 2022-12-01T11:09:17.1744950Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1745382Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.018s) 2022-12-01T11:09:17.1745847Z test_logisticnormal (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:09:17.1746365Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1746907Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.331s) 2022-12-01T11:09:17.1747440Z test_lognormal (__main__.TestDistributions) ... ok (0.032s) 2022-12-01T11:09:17.1747953Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:09:17.1748403Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.285s) 2022-12-01T11:09:17.1748902Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.013s) 2022-12-01T11:09:17.1749514Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.037s) 2022-12-01T11:09:17.1750141Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:09:17.1750749Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:09:17.1751345Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.079s) 2022-12-01T11:09:17.1751869Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:09:17.1752180Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.050s) 2022-12-01T11:09:17.1752472Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:09:17.1753002Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1753666Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1753984Z ok (0.204s) 2022-12-01T11:09:17.1754381Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.020s) 2022-12-01T11:09:17.1754898Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T11:09:17.1755403Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T11:09:17.1755956Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:09:17.1756270Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T11:09:17.1756590Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1756896Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.106s) 2022-12-01T11:09:17.1757273Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.116s) 2022-12-01T11:09:17.1757621Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:09:17.1757930Z test_negative_binomial (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T11:09:17.1758228Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.051s) 2022-12-01T11:09:17.1758559Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T11:09:17.1758868Z test_normal (__main__.TestDistributions) ... ok (0.032s) 2022-12-01T11:09:17.1759125Z test_normal_sample (__main__.TestDistributions) ... ok (0.285s) 2022-12-01T11:09:17.1759413Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T11:09:17.1759715Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.012s) 2022-12-01T11:09:17.1760020Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T11:09:17.1760323Z test_pareto (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T11:09:17.1760598Z test_pareto_sample (__main__.TestDistributions) ... ok (0.284s) 2022-12-01T11:09:17.1760886Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T11:09:17.1761187Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:17.1762074Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-12-01T11:09:17.1762721Z warnings.warn(msg, FutureWarning) 2022-12-01T11:09:17.1762925Z ok (0.012s) 2022-12-01T11:09:17.1763153Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T11:09:17.1763426Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:09:17.1763723Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T11:09:17.1764028Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:09:17.1764347Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T11:09:17.1764623Z test_repr (__main__.TestDistributions) ... ok (0.033s) 2022-12-01T11:09:17.1764912Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T11:09:17.1765458Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1765821Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1766029Z ok (0.033s) 2022-12-01T11:09:17.1766260Z test_sample_detached (__main__.TestDistributions) ... ok (0.036s) 2022-12-01T11:09:17.1766551Z test_studentT (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T11:09:17.1766862Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.111s) 2022-12-01T11:09:17.1767151Z test_studentT_sample (__main__.TestDistributions) ... ok (1.197s) 2022-12-01T11:09:17.1767446Z test_support_attributes (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T11:09:17.1767717Z test_uniform (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T11:09:17.1768019Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.046s) 2022-12-01T11:09:17.1768325Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T11:09:17.1768600Z test_vonmises_sample (__main__.TestDistributions) ... ok (7.944s) 2022-12-01T11:09:17.1769126Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1769533Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1769745Z ok (0.083s) 2022-12-01T11:09:17.1770294Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:09:17.1770877Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:09:17.1771151Z ok (1.456s) 2022-12-01T11:09:17.1771390Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T11:09:17.1771669Z test_wishart_sample (__main__.TestDistributions) ... ok (0.291s) 2022-12-01T11:09:17.1772186Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1772553Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1772957Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1773283Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1773694Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1774013Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1774489Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1774806Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1775221Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1775525Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1775932Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1776253Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1776461Z ok (0.192s) 2022-12-01T11:09:17.1776701Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T11:09:17.1777038Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:17.1777339Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.002s) 2022-12-01T11:09:17.1777586Z test_cat_transform (__main__.TestFunctors) ... ok (0.005s) 2022-12-01T11:09:17.1777867Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.006s) 2022-12-01T11:09:17.1778146Z test_stack_transform (__main__.TestFunctors) ... ok (0.005s) 2022-12-01T11:09:17.1778605Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T11:09:17.1778951Z warnings.warn("Singular sample detected.") 2022-12-01T11:09:17.1779156Z ok (2.651s) 2022-12-01T11:09:17.1779682Z test_entropy (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-12-01T11:09:17.1780272Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T11:09:17.1780542Z ok (3.552s) 2022-12-01T11:09:17.1780760Z test_enumerate_support (__main__.TestJit) ... ok (0.288s) 2022-12-01T11:09:17.1781001Z test_log_prob (__main__.TestJit) ... ok (6.086s) 2022-12-01T11:09:17.1781233Z test_mean (__main__.TestJit) ... ok (1.741s) 2022-12-01T11:09:17.1781465Z test_rsample (__main__.TestJit) ... ok (0.455s) 2022-12-01T11:09:17.1781701Z test_sample (__main__.TestJit) ... ok (0.596s) 2022-12-01T11:09:17.1781921Z test_variance (__main__.TestJit) ... ok (2.898s) 2022-12-01T11:09:17.1782187Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.064s) 2022-12-01T11:09:17.1782493Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.626s) 2022-12-01T11:09:17.1782733Z test_kl_edgecases (__main__.TestKL) ... ok (0.024s) 2022-12-01T11:09:17.1782995Z test_kl_exponential_family (__main__.TestKL) ... ok (0.038s) 2022-12-01T11:09:17.1783244Z test_kl_infinite (__main__.TestKL) ... ok (0.034s) 2022-12-01T11:09:17.1783502Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.047s) 2022-12-01T11:09:17.1783796Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.037s) 2022-12-01T11:09:17.1784065Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.686s) 2022-12-01T11:09:17.1784328Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.046s) 2022-12-01T11:09:17.1784752Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.031s) 2022-12-01T11:09:17.1785055Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.031s) 2022-12-01T11:09:17.1785328Z test_kl_shape (__main__.TestKL) ... ok (0.086s) 2022-12-01T11:09:17.1785557Z test_kl_transformed (__main__.TestKL) ... ok (0.023s) 2022-12-01T11:09:17.1785863Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.007s) 2022-12-01T11:09:17.1786227Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.003s) 2022-12-01T11:09:17.1786546Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.020s) 2022-12-01T11:09:17.1786865Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:09:17.1787201Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:09:17.1787526Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:09:17.1787844Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:09:17.1788181Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.038s) 2022-12-01T11:09:17.1788537Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T11:09:17.1788901Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T11:09:17.1789230Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.003s) 2022-12-01T11:09:17.1789558Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T11:09:17.1789854Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.050s) 2022-12-01T11:09:17.1790102Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.050s) 2022-12-01T11:09:17.1790350Z test_chi2 (__main__.TestRsample) ... ok (0.028s) 2022-12-01T11:09:17.1790617Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.473s) 2022-12-01T11:09:17.1790888Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.051s) 2022-12-01T11:09:17.1791171Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.129s) 2022-12-01T11:09:17.1791436Z test_gamma (__main__.TestRsample) ... ok (0.028s) 2022-12-01T11:09:17.1791689Z test_invalid (__main__.TestValidation) ... ok (0.026s) 2022-12-01T11:09:17.1792035Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.458s) 2022-12-01T11:09:17.1792307Z test_valid (__main__.TestValidation) ... ok (0.025s) 2022-12-01T11:09:17.1792596Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-12-01T11:09:17.1792777Z 2022-12-01T11:09:17.1792981Z ---------------------------------------------------------------------- 2022-12-01T11:09:17.1793226Z Ran 219 tests in 45.784s 2022-12-01T11:09:17.1793349Z 2022-12-01T11:09:17.1793423Z OK (skipped=5) 2022-12-01T11:09:17.1793531Z 2022-12-01T11:09:17.1793616Z Generating XML reports... 2022-12-01T11:09:17.1794051Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201110830.xml 2022-12-01T11:09:17.1794627Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201110830.xml 2022-12-01T11:09:17.1795263Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201110830.xml 2022-12-01T11:09:17.1795836Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201110830.xml 2022-12-01T11:09:17.1796390Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201110830.xml 2022-12-01T11:09:17.1796931Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201110830.xml 2022-12-01T11:09:17.1797453Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201110830.xml 2022-12-01T11:09:17.1798030Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201110830.xml 2022-12-01T11:09:17.1798651Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201110830.xml 2022-12-01T11:09:17.1799217Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201110830.xml 2022-12-01T11:09:17.1799763Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201110830.xml 2022-12-01T11:09:17.1800012Z 2022-12-01T11:09:17.1800348Z ##[endgroup] 2022-12-01T11:09:17.1800803Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_gl58lny5) 2022-12-01T11:09:17.1801066Z 2022-12-01T11:09:17.1801250Z Running test_cpp_extensions_jit ... [2022-12-01 11:09:17.165736] 2022-12-01T11:09:17.1801743Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:09:17.166148] 2022-12-01T11:09:49.1468064Z 2022-12-01T11:09:49.1468681Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T11:09:49.1469742Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit__veroxjx) 2022-12-01T11:09:49.1470576Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T11:09:49.1503107Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:09:49.1503468Z 2022-12-01T11:09:49.1503576Z Running tests... 2022-12-01T11:09:49.1504087Z ---------------------------------------------------------------------- 2022-12-01T11:09:49.1504745Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.571s) 2022-12-01T11:09:49.1505322Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.502s) 2022-12-01T11:09:49.1505756Z 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-01T11:09:49.1506205Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-12-01T11:09:49.1506777Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-12-01T11:09:49.1507100Z Building extension module cpp_frontend_extension... 2022-12-01T11:09:49.1507348Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1508813Z [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-01T11:09:49.1510015Z [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-01T11:09:49.1510389Z Loading extension module cpp_frontend_extension... 2022-12-01T11:09:49.1510608Z ok (1.383s) 2022-12-01T11:09:49.1510957Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1511462Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:09:49.1511784Z Loading extension module cpp_frontend_extension... 2022-12-01T11:09:49.1511994Z ok (0.003s) 2022-12-01T11:09:49.1512312Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1512824Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T11:09:49.1513141Z Loading extension module cpp_frontend_extension... 2022-12-01T11:09:49.1513347Z ok (0.013s) 2022-12-01T11:09:49.1513618Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:49.1514051Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1514461Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-12-01T11:09:49.1514816Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T11:09:49.1515121Z Building extension module is_python_module... 2022-12-01T11:09:49.1515372Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1516659Z [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-01T11:09:49.1517708Z [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-01T11:09:49.1518033Z Loading extension module is_python_module... 2022-12-01T11:09:49.1518690Z /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-01T11:09:49.1519232Z f'Input #{idx} requires gradient and ' 2022-12-01T11:09:49.1519870Z /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-01T11:09:49.1520358Z f'Input #{idx} requires gradient and ' 2022-12-01T11:09:49.1520975Z /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-01T11:09:49.1521499Z f'Input #{idx} requires gradient and ' 2022-12-01T11:09:49.1522143Z /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-01T11:09:49.1522629Z f'Input #{idx} requires gradient and ' 2022-12-01T11:09:49.1522814Z ok (1.273s) 2022-12-01T11:09:49.1523028Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T11:09:49.1523353Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T11:09:49.1523736Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:09:49.1524112Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T11:09:49.1524577Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1525030Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-12-01T11:09:49.1525406Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-12-01T11:09:49.1525706Z Building extension module inline_jit_extension... 2022-12-01T11:09:49.1525960Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1527260Z [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-01T11:09:49.1528317Z [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-01T11:09:49.1528666Z Loading extension module inline_jit_extension... 2022-12-01T11:09:49.1528861Z ok (1.249s) 2022-12-01T11:09:49.1529139Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.003s) 2022-12-01T11:09:49.1529587Z 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-01T11:09:49.1530035Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-12-01T11:09:49.1530448Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T11:09:49.1530846Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:09:49.1531167Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1532573Z [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-01T11:09:49.1533701Z [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-01T11:09:49.1534093Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T11:09:49.1534308Z ok (1.211s) 2022-12-01T11:09:49.1534746Z 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-01T11:09:49.1535203Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-12-01T11:09:49.1535605Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T11:09:49.1535955Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T11:09:49.1536234Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1537590Z [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-01T11:09:49.1538723Z [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-01T11:09:49.1539115Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T11:09:49.1539334Z ok (1.227s) 2022-12-01T11:09:49.1539652Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1540061Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-12-01T11:09:49.1540412Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-12-01T11:09:49.1540707Z Building extension module jit_extension... 2022-12-01T11:09:49.1540959Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1542347Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T11:09:49.1544596Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T11:09:49.1545764Z [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-01T11:09:49.1546122Z Loading extension module jit_extension... 2022-12-01T11:09:49.1546311Z ok (1.565s) 2022-12-01T11:09:49.1546568Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:49.1546909Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T11:09:49.1547232Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-12-01T11:09:49.1547650Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:09:49.1548088Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-12-01T11:09:49.1548490Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-12-01T11:09:49.1548822Z Building extension module lenient_flag_handling_extension... 2022-12-01T11:09:49.1549098Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1550544Z [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-01T11:09:49.1551709Z [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-01T11:09:49.1552085Z Loading extension module lenient_flag_handling_extension... 2022-12-01T11:09:49.1552294Z ok (1.344s) 2022-12-01T11:09:49.1553084Z 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.002s) 2022-12-01T11:09:49.1553790Z 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-01T11:09:49.1554435Z 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-01T11:09:49.1554846Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T11:09:49.1555149Z Building extension module is_python_module_v1... 2022-12-01T11:09:49.1555409Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1556735Z [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-01T11:09:49.1557791Z [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-01T11:09:49.1558140Z Loading extension module is_python_module_v1... 2022-12-01T11:09:49.1558336Z ok (1.312s) 2022-12-01T11:09:49.1558691Z 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-01T11:09:49.1559132Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-12-01T11:09:49.1559514Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-12-01T11:09:49.1559818Z Building extension module test_set_default_type... 2022-12-01T11:09:49.1560082Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:09:49.1561386Z [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-01T11:09:49.1562451Z [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-01T11:09:49.1562799Z Loading extension module test_set_default_type... 2022-12-01T11:09:49.1562992Z ok (1.253s) 2022-12-01T11:09:49.1563277Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:09:49.1563621Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:09:49.1563893Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:09:49.1564176Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T11:09:49.1564548Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-12-01T11:09:49.1564847Z ok (2.467s) 2022-12-01T11:09:49.1564939Z 2022-12-01T11:09:49.1565140Z ---------------------------------------------------------------------- 2022-12-01T11:09:49.1565381Z Ran 23 tests in 30.396s 2022-12-01T11:09:49.1565499Z 2022-12-01T11:09:49.1565569Z OK (skipped=8) 2022-12-01T11:09:49.1565678Z 2022-12-01T11:09:49.1565750Z Generating XML reports... 2022-12-01T11:09:49.1566228Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201110918.xml 2022-12-01T11:09:49.1566477Z 2022-12-01T11:09:49.1566835Z ##[endgroup] 2022-12-01T11:09:49.1567229Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit__veroxjx) 2022-12-01T11:09:49.1567462Z 2022-12-01T11:09:49.1567622Z Running test_autograd ... [2022-12-01 11:09:49.147134] 2022-12-01T11:09:49.1568083Z Executing ['/opt/conda/bin/python', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:09:49.147467] 2022-12-01T11:10:12.9785816Z 2022-12-01T11:10:12.9786432Z Expand the folded group to see the log file of test_autograd 2022-12-01T11:10:12.9788063Z ##[group]PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_jxvoi2cs) 2022-12-01T11:10:12.9789788Z Test results will be stored in test-reports/python-unittest/test_autograd 2022-12-01T11:10:12.9790101Z 2022-12-01T11:10:12.9790197Z Running tests... 2022-12-01T11:10:12.9790660Z ---------------------------------------------------------------------- 2022-12-01T11:10:12.9791201Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9793676Z test_accumulate_grad (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1064.) 2022-12-01T11:10:12.9825651Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T11:10:12.9826121Z ok (0.003s) 2022-12-01T11:10:12.9826554Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9827086Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9828001Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... test_autograd.py:3713: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-12-01T11:10:12.9828594Z with detect_anomaly(): 2022-12-01T11:10:12.9828860Z ok (0.002s) 2022-12-01T11:10:12.9829204Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9829669Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:10:12.9830106Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9830566Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9831056Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.235s) 2022-12-01T11:10:12.9831566Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9832060Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9832632Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:10:12.9832999Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.122s) 2022-12-01T11:10:12.9833278Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.019s) 2022-12-01T11:10:12.9833541Z test_backward (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9833799Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9834066Z test_backward_copy (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9834329Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9834759Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9835065Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9835396Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9835723Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9836031Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9836330Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9836640Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9837581Z test_calculate_shape_util (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-12-01T11:10:12.9838093Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9838272Z ok (0.002s) 2022-12-01T11:10:12.9838485Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9838773Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9839064Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9839415Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:10:12.9839743Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-12-01T11:10:12.9840147Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.002s) 2022-12-01T11:10:12.9840467Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-12-01T11:10:12.9840806Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-12-01T11:10:12.9841165Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-12-01T11:10:12.9841497Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.003s) 2022-12-01T11:10:12.9841810Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-12-01T11:10:12.9842108Z Verifies that correct gradients are calculated for checkpoint ... ok (0.002s) 2022-12-01T11:10:12.9842437Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9842767Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-12-01T11:10:12.9843078Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.003s) 2022-12-01T11:10:12.9843439Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9843879Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9844234Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-12-01T11:10:12.9844599Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:10:12.9844972Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-12-01T11:10:12.9845347Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:10:12.9845745Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.002s) 2022-12-01T11:10:12.9846089Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-12-01T11:10:12.9846451Z Ensures that gradient hooks are only called once per tensor. ... ok (0.001s) 2022-12-01T11:10:12.9846763Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.421s) 2022-12-01T11:10:12.9847057Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.016s) 2022-12-01T11:10:12.9847361Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9859394Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.141s) 2022-12-01T11:10:12.9859756Z test_custom_function_error (__main__.TestAutograd) ... ok (0.050s) 2022-12-01T11:10:12.9860056Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9860372Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.028s) 2022-12-01T11:10:12.9860817Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:10:12.9861149Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9861489Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.018s) 2022-12-01T11:10:12.9861813Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:10:12.9862286Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9862581Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9862889Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.015s) 2022-12-01T11:10:12.9863205Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9863497Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:10:12.9863796Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9864078Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.167s) 2022-12-01T11:10:12.9864368Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9864949Z test_dep_nograd (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9865216Z test_dependent_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9865477Z test_detach (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9865701Z test_detach_base (__main__.TestAutograd) 2022-12-01T11:10:12.9865943Z detaching base does not detach view ... ok (0.001s) 2022-12-01T11:10:12.9866229Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9866531Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9867370Z test_diagonal_expanded_v (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-12-01T11:10:12.9867874Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9868051Z ok (0.002s) 2022-12-01T11:10:12.9868239Z test_dir (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9868508Z test_disabling_saved_tensor_hooks (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9868814Z test_disabling_saved_tensor_hooks_nested (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9869096Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9869382Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9869674Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9869959Z test_free_deep_graph (__main__.TestAutograd) ... ok (3.419s) 2022-12-01T11:10:12.9870228Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (2.228s) 2022-12-01T11:10:12.9870627Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.976s) 2022-12-01T11:10:12.9870896Z test_function (__main__.TestAutograd) ... ok (0.072s) 2022-12-01T11:10:12.9871148Z test_function_returns_input (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9871443Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9871720Z test_gc_in_destructor (__main__.TestAutograd) 2022-12-01T11:10:12.9872011Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.718s) 2022-12-01T11:10:12.9872276Z test_grad (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9872527Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9872789Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9873095Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9873370Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:10:12.9873642Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9873893Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9874177Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9874478Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9874769Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9876021Z test_grad_nonleaf (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:10:12.9876782Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9876960Z ok (0.005s) 2022-12-01T11:10:12.9877187Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9877464Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9877740Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9878024Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9878329Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.037s) 2022-12-01T11:10:12.9878622Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.053s) 2022-12-01T11:10:12.9878921Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-12-01T11:10:12.9879235Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.039s) 2022-12-01T11:10:12.9880026Z test_gradcheck_check_no_differentiable_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:10:12.9880578Z f'Input #{idx} requires gradient and ' 2022-12-01T11:10:12.9880773Z ok (0.006s) 2022-12-01T11:10:12.9881016Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.017s) 2022-12-01T11:10:12.9881770Z test_gradcheck_custom_error (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:10:12.9882343Z f'Input #{idx} requires gradient and ' 2022-12-01T11:10:12.9882537Z ok (0.027s) 2022-12-01T11:10:12.9882779Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.011s) 2022-12-01T11:10:12.9883064Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.186s) 2022-12-01T11:10:12.9883429Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:10:12.9883750Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T11:10:12.9884072Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:10:12.9885135Z test_gradcheck_get_analytical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:580: UserWarning: get_analytical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T11:10:12.9885903Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:10:12.9886148Z ok (0.011s) 2022-12-01T11:10:12.9887064Z test_gradcheck_get_numerical_jacobian (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:173: UserWarning: get_numerical_jacobian was part of PyTorch's private API and not meant to be exposed. We are deprecating it and it will be removed in a future version of PyTorch. If you have a specific use for this or feature request for this to be a stable API, please file us an issue at https://github.com/pytorch/pytorch/issues/new 2022-12-01T11:10:12.9887804Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-12-01T11:10:12.9888036Z ok (0.012s) 2022-12-01T11:10:12.9888736Z test_gradcheck_jacobian_mismatch (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:10:12.9889275Z f'Input #{idx} requires gradient and ' 2022-12-01T11:10:12.9889470Z ok (0.073s) 2022-12-01T11:10:12.9890164Z test_gradcheck_multiple_mkldnn_inputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:10:12.9890702Z f'Input #{idx} requires gradient and ' 2022-12-01T11:10:12.9890896Z ok (0.033s) 2022-12-01T11:10:12.9891120Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.139s) 2022-12-01T11:10:12.9891444Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9891756Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.026s) 2022-12-01T11:10:12.9892677Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T11:10:12.9893254Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9893435Z expected failure (0.009s) 2022-12-01T11:10:12.9893681Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:10:12.9894502Z test_gradcheck_test_outputs (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-12-01T11:10:12.9895089Z f'Input #{idx} requires gradient and ' 2022-12-01T11:10:12.9895269Z ok (0.003s) 2022-12-01T11:10:12.9895498Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.013s) 2022-12-01T11:10:12.9895800Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.009s) 2022-12-01T11:10:12.9896089Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:10:12.9896372Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.014s) 2022-12-01T11:10:12.9896673Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.001s) 2022-12-01T11:10:12.9896988Z test_hessian_vector (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9897243Z test_hook_none (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9897502Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9897753Z test_hooks (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9897986Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9898268Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9898543Z test_indexing (__main__.TestAutograd) ... ok (0.036s) 2022-12-01T11:10:12.9898790Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9899048Z test_inplace (__main__.TestAutograd) ... ok (0.024s) 2022-12-01T11:10:12.9899314Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.012s) 2022-12-01T11:10:12.9899585Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9899876Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9900170Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9900458Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.074s) 2022-12-01T11:10:12.9900718Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9900984Z test_integer_outputs (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9901248Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.005s) 2022-12-01T11:10:12.9901498Z test_isolated_node (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9901757Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9902049Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9902860Z test_lobpcg (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80338 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T11:10:12.9903396Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9903691Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9903991Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9904272Z test_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9904650Z test_multi_backward (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9904917Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9905785Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:1105: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at /var/lib/jenkins/workspace/c10/core/TensorImpl.h:1761.) 2022-12-01T11:10:12.9906423Z return super(Tensor, self).refine_names(names) 2022-12-01T11:10:12.9906613Z ok (0.002s) 2022-12-01T11:10:12.9906861Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.002s) 2022-12-01T11:10:12.9907183Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:10:12.9907497Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9907796Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9908095Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9908381Z test_next_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9908677Z test_no_grad (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9908941Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9909206Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9909911Z test_no_grad_copy_sparse (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2326: UserWarning: Argument order of nn.functional.embedding_bag was changed. Usage `embedding_bag(weight, input, ...)` is deprecated, and should now be `embedding_bag(input, weight, ...)`. 2022-12-01T11:10:12.9910433Z "Argument order of nn.functional.embedding_bag was changed. " 2022-12-01T11:10:12.9910661Z ok (0.006s) 2022-12-01T11:10:12.9910875Z test_no_grad_input (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9911134Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9911407Z test_no_grad_python_function (__main__.TestAutograd) 2022-12-01T11:10:12.9911677Z Python Functions should respect grad mode. ... ok (0.001s) 2022-12-01T11:10:12.9911938Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:10:12.9912220Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9912500Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9912769Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9913044Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9913318Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9913588Z test_once_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9913875Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9914204Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:10:12.9914492Z test_pickle (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9914745Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9915020Z test_power_function (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9915478Z test_profiler (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:02 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9915948Z STAGE:2022-12-01 11:10:02 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9916189Z ok (0.002s) 2022-12-01T11:10:12.9916420Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9916916Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:02 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9917382Z STAGE:2022-12-01 11:10:02 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9917576Z 2022-12-01T11:10:12.9917702Z =================================================================================================================================================================== 2022-12-01T11:10:12.9917936Z TEST 2022-12-01T11:10:12.9918392Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9918824Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:10:12.9919372Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9919804Z aten::lstm 1.04% 179.000us 5.87% 1.014ms 1.014ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9920142Z aten::lstm 0.95% 165.000us 4.87% 842.000us 842.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9920428Z aten::lstm 0.92% 159.000us 4.85% 838.000us 838.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9920710Z aten::lstm 0.91% 158.000us 4.73% 817.000us 817.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9920972Z aten::lstm 0.91% 158.000us 4.74% 819.000us 819.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9921254Z aten::lstm 0.89% 154.000us 4.89% 846.000us 846.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9921539Z aten::lstm 0.89% 153.000us 4.83% 835.000us 835.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9921819Z aten::lstm 0.86% 149.000us 4.85% 839.000us 839.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9922091Z aten::lstm 0.85% 147.000us 4.71% 814.000us 814.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9922355Z aten::lstm 0.84% 145.000us 4.77% 825.000us 825.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9922859Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9923210Z Self CPU time total: 17.286ms 2022-12-01T11:10:12.9923333Z 2022-12-01T11:10:12.9923692Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9924123Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:10:12.9924665Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9925060Z aten::lstm 16.36% 2.828ms 97.25% 16.811ms 840.550us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9925349Z aten::addmm 10.66% 1.843ms 13.03% 2.253ms 11.265us 200 [[80], [3, 20], [20, 80], [], []] 2022-12-01T11:10:12.9925642Z aten::sigmoid_ 8.50% 1.470ms 8.50% 1.470ms 2.450us 600 [[3, 20]] 2022-12-01T11:10:12.9925945Z aten::mul 8.16% 1.410ms 8.16% 1.410ms 2.350us 600 [[3, 20], [3, 20]] 2022-12-01T11:10:12.9926233Z aten::unsafe_split 6.01% 1.039ms 14.77% 2.553ms 12.765us 200 [[3, 80], [], []] 2022-12-01T11:10:12.9926525Z aten::slice 5.00% 865.000us 5.09% 880.000us 1.100us 800 [[3, 80], [], [], [], []] 2022-12-01T11:10:12.9926807Z aten::tanh_ 3.76% 650.000us 3.76% 650.000us 3.250us 200 [[3, 20]] 2022-12-01T11:10:12.9927115Z aten::narrow 3.67% 634.000us 7.69% 1.330ms 1.663us 800 [[3, 80], [], [], []] 2022-12-01T11:10:12.9927396Z aten::tanh 3.30% 570.000us 3.30% 570.000us 2.850us 200 [[3, 20]] 2022-12-01T11:10:12.9927666Z aten::unsafe_chunk 3.21% 555.000us 15.67% 2.708ms 13.540us 200 [[3, 80], [], []] 2022-12-01T11:10:12.9928181Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9928526Z Self CPU time total: 17.286ms 2022-12-01T11:10:12.9928647Z 2022-12-01T11:10:12.9928772Z =================================================================================================================================================================== 2022-12-01T11:10:12.9928954Z TEST 2022-12-01T11:10:12.9929168Z =================================================================================================================================================================== 2022-12-01T11:10:12.9929469Z This report only display top-level ops statistics 2022-12-01T11:10:12.9929965Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9930391Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:10:12.9930933Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9931335Z aten::lstm 1.04% 179.000us 5.87% 1.014ms 1.014ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9931617Z aten::lstm 0.95% 165.000us 4.87% 842.000us 842.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9931894Z aten::lstm 0.92% 159.000us 4.85% 838.000us 838.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9932160Z aten::lstm 0.91% 158.000us 4.73% 817.000us 817.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9932442Z aten::lstm 0.91% 158.000us 4.74% 819.000us 819.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9932717Z aten::lstm 0.89% 154.000us 4.89% 846.000us 846.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9932996Z aten::lstm 0.89% 153.000us 4.83% 835.000us 835.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9933300Z aten::lstm 0.86% 149.000us 4.85% 839.000us 839.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9933557Z aten::lstm 0.85% 147.000us 4.71% 814.000us 814.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9933831Z aten::lstm 0.84% 145.000us 4.77% 825.000us 825.000us 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9934337Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9934770Z Self CPU time total: 17.286ms 2022-12-01T11:10:12.9934889Z 2022-12-01T11:10:12.9935089Z =================================================================================================================================================================== 2022-12-01T11:10:12.9935411Z This report only display top-level ops statistics 2022-12-01T11:10:12.9935961Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9936403Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:10:12.9936944Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9937328Z aten::lstm 16.36% 2.828ms 97.25% 16.811ms 840.550us 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-12-01T11:10:12.9937617Z aten::randn 1.52% 262.000us 2.68% 464.000us 7.733us 60 [[], [], [], [], []] 2022-12-01T11:10:12.9938122Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-12-01T11:10:12.9938467Z Self CPU time total: 17.286ms 2022-12-01T11:10:12.9938791Z STAGE:2022-12-01 11:10:03 5377:5377 output_json.cpp:417] Completed Stage: Post Processing 2022-12-01T11:10:12.9938961Z 2022-12-01T11:10:12.9939078Z Total time based on python measurements: 20.327ms 2022-12-01T11:10:12.9939330Z CPU time measurement python side overhead: 17.59% 2022-12-01T11:10:12.9939536Z ok (1.324s) 2022-12-01T11:10:12.9939744Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-12-01T11:10:12.9940237Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9940732Z STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9940974Z ok (0.003s) 2022-12-01T11:10:12.9941209Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9941703Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9942188Z STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9942424Z ok (0.051s) 2022-12-01T11:10:12.9943164Z test_profiler_seq_nr (__main__.TestAutograd) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/66893 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T11:10:12.9943918Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9944559Z STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9944760Z 2022-12-01T11:10:12.9945087Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:10:12.9945514Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-12-01T11:10:12.9946036Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:10:12.9946488Z aten::linear 2.92% 5.000us 49.71% 85.000us 85.000us 1 [[128, 20], [30, 20], [30]] 2022-12-01T11:10:12.9946778Z aten::t 8.19% 14.000us 12.87% 22.000us 22.000us 1 [[30, 20]] 2022-12-01T11:10:12.9947050Z aten::transpose 3.51% 6.000us 4.68% 8.000us 8.000us 1 [[30, 20], [], []] 2022-12-01T11:10:12.9947336Z aten::as_strided 1.17% 2.000us 1.17% 2.000us 2.000us 1 [[30, 20], [], [], []] 2022-12-01T11:10:12.9947627Z aten::addmm 28.65% 49.000us 33.92% 58.000us 58.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-12-01T11:10:12.9947913Z aten::expand 1.17% 2.000us 1.17% 2.000us 2.000us 1 [[30], [], []] 2022-12-01T11:10:12.9948204Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-12-01T11:10:12.9948484Z aten::copy_ 4.09% 7.000us 4.09% 7.000us 7.000us 1 [[128, 30], [128, 30], []] 2022-12-01T11:10:12.9948770Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:10:12.9949059Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-12-01T11:10:12.9949341Z aten::linear 1.17% 2.000us 50.29% 86.000us 86.000us 1 [[128, 30], [40, 30], [40]] 2022-12-01T11:10:12.9949618Z aten::t 1.75% 3.000us 2.92% 5.000us 5.000us 1 [[40, 30]] 2022-12-01T11:10:12.9949885Z aten::transpose 1.17% 2.000us 1.17% 2.000us 2.000us 1 [[40, 30], [], []] 2022-12-01T11:10:12.9950168Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40, 30], [], [], []] 2022-12-01T11:10:12.9950447Z aten::addmm 43.27% 74.000us 46.20% 79.000us 79.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-12-01T11:10:12.9950732Z aten::expand 0.58% 1.000us 0.58% 1.000us 1.000us 1 [[40], [], []] 2022-12-01T11:10:12.9951019Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-12-01T11:10:12.9951288Z aten::copy_ 2.34% 4.000us 2.34% 4.000us 4.000us 1 [[128, 40], [128, 40], []] 2022-12-01T11:10:12.9951566Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-12-01T11:10:12.9951898Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-12-01T11:10:12.9952387Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-12-01T11:10:12.9952706Z Self CPU time total: 171.000us 2022-12-01T11:10:12.9952827Z 2022-12-01T11:10:12.9952892Z ok (0.004s) 2022-12-01T11:10:12.9953323Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9953805Z STAGE:2022-12-01 11:10:03 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9954045Z ok (0.001s) 2022-12-01T11:10:12.9954310Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (0.982s) 2022-12-01T11:10:12.9954798Z test_record_function (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9955270Z STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9955685Z STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9956117Z STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9956367Z ok (0.006s) 2022-12-01T11:10:12.9956784Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9957261Z STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9957520Z ok (0.002s) 2022-12-01T11:10:12.9957755Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9958251Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:10:12.9958733Z STAGE:2022-12-01 11:10:04 5377:5377 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:10:12.9958983Z ok (0.002s) 2022-12-01T11:10:12.9959193Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9959472Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9959765Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9960071Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9960356Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9960652Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9960961Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9961232Z test_requires_grad (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9961495Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9961764Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9962017Z test_retain_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9962275Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9962543Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9962824Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9963091Z test_return_duplicate (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:10:12.9963372Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:10:12.9963672Z test_return_leaf (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9963919Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9964192Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9964475Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.004s) 2022-12-01T11:10:12.9964748Z test_save_output_nr (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9965062Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9965449Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9965823Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:10:12.9966209Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.015s) 2022-12-01T11:10:12.9966539Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9966836Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9967121Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:10:12.9967383Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9967642Z test_select_sum (__main__.TestAutograd) ... ok (0.007s) 2022-12-01T11:10:12.9967910Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9968181Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9968467Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9968745Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9969043Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9969349Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9969650Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9969921Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9970188Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9970493Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9970774Z test_setitem (__main__.TestAutograd) ... ok (0.024s) 2022-12-01T11:10:12.9971013Z test_setitem_mask (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9971317Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9971674Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9971969Z test_shape (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9972209Z test_sharded_grad (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9972469Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9972734Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9972998Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9973277Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9973544Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9973820Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9974086Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9974452Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9974731Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.027s) 2022-12-01T11:10:12.9975384Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:10:12.9975984Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:10:12.9976304Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:10:12.9976509Z should be replaced with 2022-12-01T11:10:12.9976785Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:10:12.9976996Z and 2022-12-01T11:10:12.9977185Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:10:12.9977383Z should be replaced with 2022-12-01T11:10:12.9977846Z 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-01T11:10:12.9978210Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9978377Z ok (0.006s) 2022-12-01T11:10:12.9978599Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9978872Z test_thread_shutdown (__main__.TestAutograd) ... ok (0.965s) 2022-12-01T11:10:12.9979131Z test_too_many_grads (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9979379Z test_type_conversions (__main__.TestAutograd) ... ok (0.006s) 2022-12-01T11:10:12.9979648Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.010s) 2022-12-01T11:10:12.9979910Z test_unused_output (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9980167Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.003s) 2022-12-01T11:10:12.9980444Z test_variable_traverse (__main__.TestAutograd) ... ok (0.119s) 2022-12-01T11:10:12.9980708Z test_version_counter (__main__.TestAutograd) ... ok (0.002s) 2022-12-01T11:10:12.9980965Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.001s) 2022-12-01T11:10:12.9981245Z test_will_engine_execute_node (__main__.TestAutograd) ... ok (0.008s) 2022-12-01T11:10:12.9981574Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.004s) 2022-12-01T11:10:12.9981934Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.008s) 2022-12-01T11:10:12.9982305Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9982706Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9983095Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:10:12.9983440Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9983758Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9984128Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9984605Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9984958Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9985349Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9985699Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:10:12.9986076Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9986458Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:12.9986820Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9988185Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:485.) 2022-12-01T11:10:12.9989056Z r = func(*args, **kwargs) 2022-12-01T11:10:12.9989238Z ok (0.001s) 2022-12-01T11:10:12.9989499Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9989907Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:10:12.9990273Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:10:12.9990619Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:10:12.9990970Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:10:12.9991333Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:12.9991698Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:12.9992034Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:12.9992396Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:12.9992748Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9993087Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:10:12.9993419Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9993806Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:10:12.9994202Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:12.9994535Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:10:12.9994869Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9995199Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9995542Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9995868Z test_profiler_emit_itt_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:12.9996223Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9996578Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:10:12.9996935Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9997309Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:12.9997664Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:12.9998080Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:12.9998993Z test_scatter_index_reduce_amin_amax_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1615.) 2022-12-01T11:10:12.9999574Z r = func(*args, **kwargs) 2022-12-01T11:10:13.0000203Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:930: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1008.) 2022-12-01T11:10:13.0000643Z r = func(*args, **kwargs) 2022-12-01T11:10:13.0000818Z ok (0.013s) 2022-12-01T11:10:13.0001088Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:10:13.0001474Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:13.0001877Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:13.0002243Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:13.0002606Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:13.0002974Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:13.0003339Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:10:13.0003709Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:13.0004080Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:10:13.0004423Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:10:13.0004782Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:10:13.0005141Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:10:13.0005491Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:10:13.0005833Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:10:13.0006144Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:10:13.0006501Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:10:13.0006868Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:10:13.0007197Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:10:13.0007504Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:10:13.0007831Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.006s) 2022-12-01T11:10:13.0008170Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0008488Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0008821Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.008s) 2022-12-01T11:10:13.0009159Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.011s) 2022-12-01T11:10:13.0009476Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0009774Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0010089Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0010398Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0010707Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0011103Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0011449Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0011778Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:10:13.0012110Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:10:13.0012460Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0012830Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0013201Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0013573Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0013905Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:10:13.0014211Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.001s) 2022-12-01T11:10:13.0014588Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.005s) 2022-12-01T11:10:13.0014879Z test_print (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0015208Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:10:13.0015533Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:10:13.0015840Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.002s) 2022-12-01T11:10:13.0016190Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.003s) 2022-12-01T11:10:13.0016545Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.004s) 2022-12-01T11:10:13.0016908Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T11:10:13.0017289Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T11:10:13.0017684Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.005s) 2022-12-01T11:10:13.0018069Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.011s) 2022-12-01T11:10:13.0018428Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.001s) 2022-12-01T11:10:13.0018823Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0019271Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:10:13.0019748Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:10:13.0020185Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-12-01T11:10:13.0020612Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.180s) 2022-12-01T11:10:13.0021049Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.966s) 2022-12-01T11:10:13.0021489Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.114s) 2022-12-01T11:10:13.0021915Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.462s) 2022-12-01T11:10:13.0022337Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0022792Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0023198Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:10:13.0023627Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0024056Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0024627Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.018s) 2022-12-01T11:10:13.0025043Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0025523Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0025944Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0026346Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:10:13.0026729Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0027123Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:10:13.0027518Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0027911Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:10:13.0028305Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0028722Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:10:13.0029148Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0029570Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.011s) 2022-12-01T11:10:13.0029974Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0030390Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0030822Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:10:13.0031266Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.127s) 2022-12-01T11:10:13.0031697Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:10:13.0032139Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.037s) 2022-12-01T11:10:13.0032586Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0033032Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.038s) 2022-12-01T11:10:13.0033478Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0033908Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0034326Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.151s) 2022-12-01T11:10:13.0034711Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.569s) 2022-12-01T11:10:13.0035145Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0035535Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0035926Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0036314Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0036709Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0037094Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:10:13.0037503Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0037872Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0038255Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0038633Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0039033Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.093s) 2022-12-01T11:10:13.0039473Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.395s) 2022-12-01T11:10:13.0039904Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.077s) 2022-12-01T11:10:13.0040338Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.290s) 2022-12-01T11:10:13.0040750Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0041167Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0041592Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:10:13.0042024Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:10:13.0042446Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0042876Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-12-01T11:10:13.0043301Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0043728Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0044131Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0044532Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.009s) 2022-12-01T11:10:13.0044929Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0045321Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0045698Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0046086Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:10:13.0046491Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0046938Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:10:13.0047333Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0047728Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0048131Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0048539Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0049008Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:10:13.0049550Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-12-01T11:10:13.0050040Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0050485Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:10:13.0050937Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0051388Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.022s) 2022-12-01T11:10:13.0051849Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.015s) 2022-12-01T11:10:13.0052321Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.071s) 2022-12-01T11:10:13.0052766Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0053208Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.024s) 2022-12-01T11:10:13.0053658Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:10:13.0054121Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.028s) 2022-12-01T11:10:13.0054658Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.012s) 2022-12-01T11:10:13.0055101Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.044s) 2022-12-01T11:10:13.0055540Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.001s) 2022-12-01T11:10:13.0055964Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0056380Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.122s) 2022-12-01T11:10:13.0056777Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.421s) 2022-12-01T11:10:13.0057170Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0057545Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0057938Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0058342Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0058772Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0059141Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0059525Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0059909Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0060289Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0060659Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0061050Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.139s) 2022-12-01T11:10:13.0061505Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.527s) 2022-12-01T11:10:13.0061887Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0062298Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0062691Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0063091Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0063470Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0063854Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.008s) 2022-12-01T11:10:13.0064241Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0064718Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0065087Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0065471Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.005s) 2022-12-01T11:10:13.0065866Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.112s) 2022-12-01T11:10:13.0066252Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.379s) 2022-12-01T11:10:13.0066650Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0067033Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0067422Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0067808Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0068197Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0068578Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.007s) 2022-12-01T11:10:13.0068960Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.003s) 2022-12-01T11:10:13.0069327Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.006s) 2022-12-01T11:10:13.0069707Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.002s) 2022-12-01T11:10:13.0070085Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.004s) 2022-12-01T11:10:13.0070437Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0070779Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0071189Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T11:10:13.0071565Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.008s) 2022-12-01T11:10:13.0071931Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.006s) 2022-12-01T11:10:13.0072310Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0072695Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0073073Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0073489Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0073878Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.007s) 2022-12-01T11:10:13.0074254Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0074618Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0074965Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T11:10:13.0075343Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.009s) 2022-12-01T11:10:13.0075708Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0076063Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:10:13.0076443Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.001s) 2022-12-01T11:10:13.0076812Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.002s) 2022-12-01T11:10:13.0077175Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.005s) 2022-12-01T11:10:13.0077566Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-12-01T11:10:13.0077992Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.003s) 2022-12-01T11:10:13.0078371Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.001s) 2022-12-01T11:10:13.0078741Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.006s) 2022-12-01T11:10:13.0079086Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.002s) 2022-12-01T11:10:13.0079413Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.160s) 2022-12-01T11:10:13.0079740Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:10:13.0080053Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.018s) 2022-12-01T11:10:13.0080376Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:10:13.0080727Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.002s) 2022-12-01T11:10:13.0081065Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.001s) 2022-12-01T11:10:13.0081370Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.021s) 2022-12-01T11:10:13.0081682Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.006s) 2022-12-01T11:10:13.0082001Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.010s) 2022-12-01T11:10:13.0082184Z 2022-12-01T11:10:13.0082418Z ---------------------------------------------------------------------- 2022-12-01T11:10:13.0082703Z Ran 507 tests in 21.395s 2022-12-01T11:10:13.0082818Z 2022-12-01T11:10:13.0082914Z OK (skipped=24, expected failures=2) 2022-12-01T11:10:13.0083044Z 2022-12-01T11:10:13.0083128Z Generating XML reports... 2022-12-01T11:10:13.0083519Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201110951.xml 2022-12-01T11:10:13.0084080Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201110951.xml 2022-12-01T11:10:13.0084665Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201110951.xml 2022-12-01T11:10:13.0085203Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201110951.xml 2022-12-01T11:10:13.0085821Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201110951.xml 2022-12-01T11:10:13.0086452Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201110951.xml 2022-12-01T11:10:13.0087038Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201110951.xml 2022-12-01T11:10:13.0087606Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201110951.xml 2022-12-01T11:10:13.0088174Z Generated XML report: test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201110951.xml 2022-12-01T11:10:13.0088420Z 2022-12-01T11:10:13.0088806Z ##[endgroup] 2022-12-01T11:10:13.0089184Z FINISHED PRINTING LOG FILE of test_autograd (/var/lib/jenkins/workspace/test/test-reports/test_autograd_jxvoi2cs) 2022-12-01T11:10:13.0089383Z 2022-12-01T11:10:13.0089546Z Running test_overrides ... [2022-12-01 11:10:12.979816] 2022-12-01T11:10:13.0090015Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:12.980136] 2022-12-01T11:10:15.9132386Z 2022-12-01T11:10:15.9133153Z Expand the folded group to see the log file of test_overrides 2022-12-01T11:10:15.9134037Z ##[group]PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_cmgwypnt) 2022-12-01T11:10:15.9134939Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-12-01T11:10:15.9135217Z 2022-12-01T11:10:15.9135501Z Running tests... 2022-12-01T11:10:15.9135944Z ---------------------------------------------------------------------- 2022-12-01T11:10:15.9136449Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.233s) 2022-12-01T11:10:15.9137016Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.002s) 2022-12-01T11:10:15.9137512Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.003s) 2022-12-01T11:10:15.9137970Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.026s) 2022-12-01T11:10:15.9138430Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-12-01T11:10:15.9138859Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:10:15.9139292Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:10:15.9139741Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:10:15.9140187Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:10:15.9140645Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-12-01T11:10:15.9141049Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-12-01T11:10:15.9141464Z test_max (__main__.TestNamedTuple) ... ok (0.002s) 2022-12-01T11:10:15.9141893Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-12-01T11:10:15.9142299Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-12-01T11:10:15.9142749Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-12-01T11:10:15.9143297Z test_all_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9144102Z test_basic (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9144902Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9145561Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9146182Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9146830Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9147437Z test_factory_override (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9148108Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9148730Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9149342Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9149964Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9150609Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9151296Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9151939Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9152569Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9153226Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9153793Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9154145Z test_subclass_hash (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9154480Z test_with_mode (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9154833Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.000s) 2022-12-01T11:10:15.9155182Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... skip: not run with crossref (0.001s) 2022-12-01T11:10:15.9155506Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9155811Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9156114Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9156418Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9156733Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9157230Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9157750Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9158083Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9158415Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9158721Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9159020Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9159337Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9159652Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9160033Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9160389Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9160698Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9160986Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9161290Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9161595Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9161896Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9162188Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9162486Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9162831Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9163136Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9163440Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9163740Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9164039Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9164329Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9164632Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9164935Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9165228Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9165536Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9165835Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9166130Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9166415Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9166712Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9167014Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9167301Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9167599Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9167901Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9168198Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9168482Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9168785Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9169089Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9169375Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9169678Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9169976Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9170280Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9170575Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9170876Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9171193Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9171494Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9171837Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9172143Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9172439Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9172721Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9173024Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9173328Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9173623Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9173921Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9174249Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9174613Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9174926Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9175234Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9175539Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9175830Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9176157Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9176510Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9176833Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9177140Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9177440Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9177746Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9178036Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9178353Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9178666Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9178955Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9179264Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9179575Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9179883Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9180171Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9180467Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9180771Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9181065Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9181370Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9181674Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9181974Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9182262Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9182559Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9182858Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9183149Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9183451Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9183796Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9184102Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9184553Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9184881Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9185189Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9185483Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9185784Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9186087Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9186439Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9186743Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9187056Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9187363Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9187659Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9187962Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9188263Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9188556Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9188855Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9189160Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9189466Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9189751Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9190055Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9190363Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9190653Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9190956Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9191257Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9191560Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9191846Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9192148Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9192450Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9192827Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9193314Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9193750Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9194163Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9194554Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9194970Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9195393Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9195791Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9196201Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9196623Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9197139Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9197567Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9198008Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9198442Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9198834Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9199236Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9199651Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9200040Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9200447Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9200924Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9201340Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9201731Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9202142Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9202630Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9203088Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9203577Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9204103Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9204532Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9204944Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9205372Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9205805Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9206223Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9206667Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9207112Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9207551Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9207971Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9208406Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9208830Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9209271Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9209744Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9210203Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9210643Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9211062Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9211482Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9211958Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9212429Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9212922Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9213434Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9213886Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9214469Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9214882Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9215301Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9215698Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9216133Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9216555Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9216979Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9217461Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9217956Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9218387Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9218804Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9219237Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9219672Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9220094Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9220530Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9220962Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9221415Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9221865Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9222356Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9222883Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9223324Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9223781Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9224221Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9224827Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9225286Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9225730Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9226158Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9226570Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9226989Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9227421Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9227811Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9228218Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9228639Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9229060Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9229465Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9229883Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9230312Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9230714Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9231188Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9231765Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9232241Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9232702Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9233183Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9233656Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9234121Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9234632Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9235105Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9235605Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9236249Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9236821Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9237361Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9237902Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9238447Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9238997Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9239519Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9240036Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9240607Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9241177Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9241704Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9242240Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9242753Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9243252Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9243756Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9244259Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9244780Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9245263Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9245790Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9246339Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9246891Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9248311Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9248825Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9249329Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9249827Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9250352Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9250887Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9251401Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9251948Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9252503Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9253067Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9253700Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9254260Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9254915Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9255460Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9256012Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9256571Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9257115Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9257641Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9258244Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9258788Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9259324Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9259886Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9260438Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9261002Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9261545Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9262091Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9262625Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9263174Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9263722Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9264275Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9264936Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9265486Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9266021Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9266588Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9267100Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9267644Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9268176Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9268685Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9269210Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9269740Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9270265Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9270801Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9271347Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9271874Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9272389Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9272940Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9273493Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9274039Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9274558Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9275121Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9275828Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9276361Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9276904Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9277479Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9278024Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9278548Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9279064Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9279617Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9280276Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9280840Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9281379Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9281926Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9282490Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9283036Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9283549Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9284083Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9284579Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9285096Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9285571Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9286065Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9286608Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9287160Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9287687Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9288242Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9288780Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9289307Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9289853Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9290412Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9290964Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9291517Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9292083Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9292641Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9293184Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9293728Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9294260Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9294896Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9295436Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9295985Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9296511Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9297111Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9297696Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9298233Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9298771Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9299351Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9299935Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9300521Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9301038Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9301663Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9302241Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9302779Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9303350Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9303873Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9304677Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9305204Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9305721Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9306255Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9306799Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9307365Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9307914Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9308479Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9309008Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9309530Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9310050Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9310592Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9311132Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9311638Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9312177Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9312712Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9313224Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9313743Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9314290Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9314815Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9315313Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9315834Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9316383Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9316915Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9317461Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9317999Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9318657Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9319185Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9319732Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9320276Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9320799Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9321321Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9321843Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9322359Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9322891Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9323576Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9324137Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9324688Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9325258Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9325828Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9326370Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9326954Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9327529Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9328068Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9328616Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9329195Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9329734Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9330271Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9330808Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9331337Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9331879Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9332414Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9332947Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9333467Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9333983Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9334632Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9335149Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9335652Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9336201Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9336762Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9337342Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9337925Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9338494Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9339050Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9339587Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9340273Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9340834Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9341382Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9341911Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9342468Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9343009Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9343520Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9344029Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9344688Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9345331Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9345865Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9346385Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9346921Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9347445Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9347979Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9348562Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9349126Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9349648Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9350181Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9350729Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9351265Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9351814Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9352372Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9352914Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9353443Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9353970Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9354488Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9355005Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9355518Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9356042Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9356576Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9357105Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9357638Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9358159Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9358677Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9359224Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9359783Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9360316Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9360823Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9361458Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9361975Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9362505Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9363059Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9363592Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9364082Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9364575Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9365129Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9365647Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9366238Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9366792Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9367342Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9367862Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9368394Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9368932Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9369472Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9369982Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9370521Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9371049Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9371557Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9372071Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9372627Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9373209Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9373805Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9374485Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9375033Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9375553Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9376081Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9376624Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9377148Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9377698Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9378253Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9378797Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9379342Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9379921Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9380485Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9381034Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9381604Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9382174Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9382790Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9383320Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9383884Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9384593Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9385136Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9385690Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9386235Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9386778Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9387334Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9388036Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9388582Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9389133Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9389689Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9390215Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9390751Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9391267Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9391827Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9392406Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9392959Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9393526Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9394070Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9394609Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9395153Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9395685Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9396232Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9396763Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9397280Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9397827Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9398381Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9398966Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9399559Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9400156Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9400686Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9401215Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9401761Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9402308Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9402829Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9403359Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9403907Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9404560Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9405094Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9405640Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9406162Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9406693Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9407237Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9407771Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9408284Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9408811Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9409402Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9409903Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9410410Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9410930Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9411474Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9412028Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9412563Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9413092Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9413626Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9414172Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9414826Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9415385Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9415970Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9416559Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9417112Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9417653Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9418193Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9418734Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9419244Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9419769Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9420298Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9420825Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9421363Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9421894Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9422415Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9422942Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9423510Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9424028Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9424685Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9425234Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9425895Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9426428Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9426955Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9427507Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9428069Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9428647Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9429196Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9429752Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9430271Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9430889Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9431387Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9431888Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9432440Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9432966Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9433476Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9433997Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9434510Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9435049Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9435593Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9436118Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9436648Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9451332Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9451676Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9451992Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9452303Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9452597Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9452912Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9453368Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9453934Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9454569Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9455111Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9455638Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9456163Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9456728Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9457299Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9457842Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9458358Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9458924Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9459462Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9460012Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9460659Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9461228Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9461775Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9462361Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9462947Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9463504Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9464096Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9464755Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9465168Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9465475Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9465780Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9466086Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9466376Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9466686Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9467038Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9467346Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9467636Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9467942Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9468248Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9468539Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9468851Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9469174Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9469496Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9469836Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9470164Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9470493Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9470810Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9471145Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9471478Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9471809Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9472126Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9472453Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9472784Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9473099Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9473427Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9473758Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9474095Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9474457Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9474784Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9475116Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9475436Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9475766Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9476096Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9476432Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9476754Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9477158Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9477501Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9477820Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9478150Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9478474Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9478791Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9479101Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9479427Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9479754Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9480070Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9480404Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9480743Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9481085Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9481406Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9481736Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9482048Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9482344Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9482622Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:10:15.9482916Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-12-01T11:10:15.9483206Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:10:15.9483490Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-12-01T11:10:15.9483798Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9484102Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-12-01T11:10:15.9484393Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-12-01T11:10:15.9484702Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-12-01T11:10:15.9485007Z this test exercises the functionality described in ... ok (0.002s) 2022-12-01T11:10:15.9485314Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9485621Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9485940Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9486295Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9486604Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9486924Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9487243Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9487563Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9487868Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9488187Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9488513Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9488847Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9489172Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9489495Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9489815Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9490122Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9490442Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9490762Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9491071Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9491384Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9491718Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9492073Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9492404Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9492740Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9493077Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9493404Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9493745Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9494083Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9494496Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9494829Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9495193Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9495545Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9495878Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9496208Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9496560Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9496908Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9497236Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9497570Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9497941Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9498289Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9498622Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9498962Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9499307Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9499643Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9499995Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9500370Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9500721Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9501047Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9501384Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9501718Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9502057Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9502381Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9502719Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9503070Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9503406Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9503742Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9504084Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9504585Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9504924Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9505263Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9505606Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9505927Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9506255Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9506575Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9506891Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9507199Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9507516Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9507833Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9508146Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9508482Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9508830Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9509177Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9509572Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9509914Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9510282Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9510668Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9511029Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9511411Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9511777Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9512164Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9512509Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9512849Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9513194Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9513524Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9513869Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9514210Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9514551Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9514882Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9515240Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9515596Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9515947Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9516327Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9516685Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9517025Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9517349Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9517687Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9518051Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9518439Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9518785Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9519130Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9519485Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9519818Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9520165Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9520528Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9520899Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9521290Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9521660Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9522027Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9522379Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9522707Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9523055Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9523404Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9523761Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9524130Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9524520Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9524914Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9525298Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9525696Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9526091Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9526460Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9526796Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9527157Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9527520Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9527852Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9528193Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9528530Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9528852Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9529162Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9529484Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9529808Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9530130Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9530462Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9530790Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9531115Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9531431Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9531763Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9532097Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9532424Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9532768Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9533080Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9533387Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9533676Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9533997Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9534331Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9534712Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9535013Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9535355Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9535666Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9535963Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9536270Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9536575Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9536867Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9537191Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9537521Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9537829Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9538121Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9538443Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9538752Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9539043Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9539344Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9539647Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9539948Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9540234Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9540543Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9540850Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9541142Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9541450Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9541755Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9542052Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9542355Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9542659Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9542965Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9543260Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9543577Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9543906Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9544208Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9544626Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9544992Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9545295Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9545584Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9545895Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9546209Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9546509Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9546834Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9547182Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9547519Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9547876Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9548238Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9548582Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9548899Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9549223Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9549537Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9549875Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9550195Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9550504Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9550815Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9551128Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9551453Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9551768Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9552095Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9552405Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9552709Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9553020Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9553324Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9553632Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9553950Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9554273Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9554562Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9554878Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9555194Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9555501Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9555826Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9556159Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9556482Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9556772Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9557120Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9557428Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9557721Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9558027Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9558342Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9558667Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9558969Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9559281Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9559615Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9559919Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9560233Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9560546Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9560855Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9561174Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9561477Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9561781Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9562076Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9562395Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9562727Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9563038Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9563359Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9563673Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9563985Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9564272Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9564574Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9564899Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9565224Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9565549Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9565857Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9566160Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9566463Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9566780Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9567088Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9567380Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9567689Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9568002Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9568324Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9568638Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9568950Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9569291Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9569581Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9569893Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9570201Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9570511Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9570810Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9571122Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9571439Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9571781Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9572097Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9572404Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9572696Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9572990Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9573292Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9573594Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9573886Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9574192Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9574571Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9574866Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9575176Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9575503Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9575823Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9576117Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9576416Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9576714Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9576999Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9577302Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9577614Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9577918Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9578215Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9578531Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9578865Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9579214Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9579566Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9579931Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9580294Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9580643Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9581012Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9581400Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9581747Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9582095Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9582428Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9582742Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9583032Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9583337Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9583639Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9583963Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9584283Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9584741Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9585052Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9585349Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9585647Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9585945Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9586232Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9586534Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9586849Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9587169Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9587482Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9587642Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9587802Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9587960Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588134Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588299Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588453Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588598Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588754Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9588904Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589062Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589215Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589370Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589521Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589681Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589821Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9589990Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590162Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590360Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590498Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590636Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590776Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9590915Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591046Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591190Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591339Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591549Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591702Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9591856Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592004Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592139Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592267Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592404Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592549Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592696Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592855Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9592998Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593147Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593301Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593427Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593571Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593712Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593855Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9593993Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594134Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594277Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594421Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594551Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594701Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594847Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9594989Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595139Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595288Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595440Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595580Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595714Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9595859Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596033Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596179Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596320Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596475Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596630Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596779Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9596906Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597050Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597221Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597366Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597509Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597651Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597788Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9597927Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598050Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598194Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598337Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598479Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598620Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598758Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9598897Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599040Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599170Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599310Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599446Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599583Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599721Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9599857Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600000Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600142Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600267Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600404Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600543Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600679Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600826Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9600973Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601122Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601272Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601402Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601550Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601723Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9601869Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602014Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602155Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602300Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602437Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602566Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602702Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9602872Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603016Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603175Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603323Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603475Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603629Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603759Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9603907Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604053Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604190Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604337Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604499Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604647Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604791Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9604919Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605062Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605203Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605338Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605478Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605632Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605789Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9605957Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606105Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606276Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606444Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606591Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606730Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9606874Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607018Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607159Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607310Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607461Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607605Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607742Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9607885Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608029Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608172Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608317Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608450Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608619Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608762Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9608908Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609064Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609223Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609376Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609529Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609664Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609808Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9609947Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610089Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610235Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610379Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610543Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610719Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9610880Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611053Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611240Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611417Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611606Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611778Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9611965Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612130Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612298Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612445Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612620Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612807Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9612993Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613169Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613336Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613495Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613655Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613819Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9613965Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9614156Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9614313Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9614552Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9614718Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9614893Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615048Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615226Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615403Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615579Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615766Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9615935Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616091Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616255Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616417Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616583Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616745Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9616907Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617065Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617230Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617397Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617554Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617709Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9617869Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618030Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618204Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618355Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618566Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618726Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9618898Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619058Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619235Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619393Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619570Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619741Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9619922Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620087Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620251Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620412Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620566Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620723Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9620907Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621077Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621243Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621425Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621583Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621744Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9621898Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622069Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622223Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622378Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622535Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622679Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622830Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9622993Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623161Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623322Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623479Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623639Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623802Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9623958Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9624209Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9624468Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9624624Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9624784Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9624934Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625085Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625226Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625413Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625559Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625705Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625844Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9625987Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626127Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626264Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626400Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626542Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626680Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626824Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9626975Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627119Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627268Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627421Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627567Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627704Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627843Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9627988Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628134Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628273Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628414Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628553Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628690Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628832Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9628991Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629152Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629295Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629440Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629579Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629760Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9629917Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630074Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630225Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630382Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630540Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630694Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9630851Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631040Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631202Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631363Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631494Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631638Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631786Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9631930Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632071Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632209Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632359Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632501Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632634Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632775Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9632932Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633075Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633222Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633368Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633510Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633657Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633783Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9633929Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634070Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634207Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634345Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634497Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634640Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634779Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9634901Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635039Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635186Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635332Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635510Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635660Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635813Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9635964Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636092Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636239Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636390Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636527Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636693Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636837Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9636976Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637117Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637240Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637378Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637516Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637663Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637815Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9637956Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638094Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638235Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638359Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638505Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638657Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638815Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9638952Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639092Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639232Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639382Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639509Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639649Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639792Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9639928Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640070Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640204Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640337Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640478Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640610Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640750Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9640888Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641057Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641195Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641346Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641481Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641620Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641754Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9641898Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642035Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642173Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642344Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642491Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642643Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642792Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9642918Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643071Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643207Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643363Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643499Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643646Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643784Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9643926Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644058Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644202Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644348Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644497Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644645Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644804Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9644947Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645100Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645234Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645372Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645513Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645652Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645805Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9645962Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646108Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646261Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646392Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646537Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646704Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646846Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9646986Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9647131Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-12-01T11:10:15.9647278Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-12-01T11:10:15.9647435Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-12-01T11:10:15.9647581Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.005s) 2022-12-01T11:10:15.9647723Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-12-01T11:10:15.9647734Z 2022-12-01T11:10:15.9648050Z ---------------------------------------------------------------------- 2022-12-01T11:10:15.9648137Z Ran 1414 tests in 1.477s 2022-12-01T11:10:15.9648142Z 2022-12-01T11:10:15.9648218Z OK (skipped=21) 2022-12-01T11:10:15.9648222Z 2022-12-01T11:10:15.9648310Z Generating XML reports... 2022-12-01T11:10:15.9648645Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201111013.xml 2022-12-01T11:10:15.9648967Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201111013.xml 2022-12-01T11:10:15.9649244Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201111013.xml 2022-12-01T11:10:15.9649550Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201111013.xml 2022-12-01T11:10:15.9649857Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201111013.xml 2022-12-01T11:10:15.9650130Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201111013.xml 2022-12-01T11:10:15.9650407Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201111013.xml 2022-12-01T11:10:15.9650687Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201111013.xml 2022-12-01T11:10:15.9650957Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201111013.xml 2022-12-01T11:10:15.9651216Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201111013.xml 2022-12-01T11:10:15.9651498Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201111013.xml 2022-12-01T11:10:15.9651794Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201111013.xml 2022-12-01T11:10:15.9652104Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201111013.xml 2022-12-01T11:10:15.9652399Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201111013.xml 2022-12-01T11:10:15.9652693Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201111013.xml 2022-12-01T11:10:15.9652698Z 2022-12-01T11:10:15.9653056Z ##[endgroup] 2022-12-01T11:10:15.9653340Z FINISHED PRINTING LOG FILE of test_overrides (/var/lib/jenkins/workspace/test/test-reports/test_overrides_cmgwypnt) 2022-12-01T11:10:15.9653346Z 2022-12-01T11:10:15.9653504Z Running test_prims ... [2022-12-01 11:10:15.915551] 2022-12-01T11:10:15.9653830Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:15.915883] 2022-12-01T11:10:18.7800193Z 2022-12-01T11:10:18.7801479Z Expand the folded group to see the log file of test_prims 2022-12-01T11:10:18.7802416Z ##[group]PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_2vdhngl3) 2022-12-01T11:10:18.7802931Z Test results will be stored in test-reports/python-unittest/test_prims 2022-12-01T11:10:18.7803306Z 2022-12-01T11:10:18.7803419Z Running tests... 2022-12-01T11:10:18.7803750Z ---------------------------------------------------------------------- 2022-12-01T11:10:18.7804163Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-12-01T11:10:18.7804517Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-12-01T11:10:18.7804967Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7805366Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7805797Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7806306Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7806643Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-12-01T11:10:18.7806923Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-12-01T11:10:18.7807220Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.007s) 2022-12-01T11:10:18.7807627Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7808045Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7808375Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7808771Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7809081Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.017s) 2022-12-01T11:10:18.7809403Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.015s) 2022-12-01T11:10:18.7809693Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7810060Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7810372Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.032s) 2022-12-01T11:10:18.7810690Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7811088Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:10:18.7811414Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.032s) 2022-12-01T11:10:18.7811898Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7812225Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7812619Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7812979Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7813377Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7813737Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7814140Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7814558Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7814894Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7815246Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7815690Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7815996Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T11:10:18.7816339Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7816662Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T11:10:18.7817020Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T11:10:18.7817330Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T11:10:18.7817681Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7818049Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7818463Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7818827Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7819251Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7819624Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7820046Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7820403Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7820816Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7821185Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:10:18.7821572Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.004s) 2022-12-01T11:10:18.7821737Z 2022-12-01T11:10:18.7821973Z ---------------------------------------------------------------------- 2022-12-01T11:10:18.7822264Z Ran 48 tests in 0.207s 2022-12-01T11:10:18.7822379Z 2022-12-01T11:10:18.7822457Z OK (skipped=34) 2022-12-01T11:10:18.7822565Z 2022-12-01T11:10:18.7822636Z Generating XML reports... 2022-12-01T11:10:18.7823096Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201111018.xml 2022-12-01T11:10:18.7823593Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201111018.xml 2022-12-01T11:10:18.7824133Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201111018.xml 2022-12-01T11:10:18.7824825Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201111018.xml 2022-12-01T11:10:18.7825049Z 2022-12-01T11:10:18.7825371Z ##[endgroup] 2022-12-01T11:10:18.7825742Z FINISHED PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_2vdhngl3) 2022-12-01T11:10:18.7825952Z 2022-12-01T11:10:18.7826166Z Running test_fx_backends ... [2022-12-01 11:10:18.780326] 2022-12-01T11:10:18.7826640Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:18.780665] 2022-12-01T11:10:20.5427236Z 2022-12-01T11:10:20.5427767Z Expand the folded group to see the log file of test_fx_backends 2022-12-01T11:10:20.5428709Z ##[group]PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_sflw_7vm) 2022-12-01T11:10:20.5429017Z CUDA not available, skipping tests 2022-12-01T11:10:20.5429152Z 2022-12-01T11:10:20.5429228Z Running tests... 2022-12-01T11:10:20.5429638Z ---------------------------------------------------------------------- 2022-12-01T11:10:20.5430320Z 2022-12-01T11:10:20.5430658Z ---------------------------------------------------------------------- 2022-12-01T11:10:20.5431016Z Ran 0 tests in 0.000s 2022-12-01T11:10:20.5431192Z 2022-12-01T11:10:20.5431283Z OK 2022-12-01T11:10:20.5431434Z 2022-12-01T11:10:20.5431559Z Generating XML reports... 2022-12-01T11:10:20.5432148Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-12-01T11:10:20.5432465Z 2022-12-01T11:10:20.5433319Z ##[endgroup] 2022-12-01T11:10:20.5434068Z FINISHED PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_sflw_7vm) 2022-12-01T11:10:20.5434376Z 2022-12-01T11:10:20.5434647Z Running test_dispatch ... [2022-12-01 11:10:20.543021] 2022-12-01T11:10:20.5437148Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:20.543445] 2022-12-01T11:10:43.1140617Z 2022-12-01T11:10:43.1143318Z Expand the folded group to see the log file of test_dispatch 2022-12-01T11:10:43.1144077Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_ia1_ap9b) 2022-12-01T11:10:43.1144863Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-12-01T11:10:43.1145236Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:10:43.1145448Z 2022-12-01T11:10:43.1145554Z Running tests... 2022-12-01T11:10:43.1145898Z ---------------------------------------------------------------------- 2022-12-01T11:10:43.1146245Z test_all_invariants (__main__.TestDispatch) ... ok (0.272s) 2022-12-01T11:10:43.1146515Z test_computed_table (__main__.TestDispatch) ... ok (6.376s) 2022-12-01T11:10:43.1146849Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T11:10:43.1147185Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:10:43.1147519Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.179s) 2022-12-01T11:10:43.1147894Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.190s) 2022-12-01T11:10:43.1148347Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (6.010s) 2022-12-01T11:10:43.1148788Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T11:10:43.1149138Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.010s) 2022-12-01T11:10:43.1149459Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:10:43.1149782Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:10:43.1150045Z test_def (__main__.TestDispatch) ... ok (6.097s) 2022-12-01T11:10:43.1150315Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.012s) 2022-12-01T11:10:43.1150566Z test_def_only (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T11:10:43.1150836Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T11:10:43.1151117Z test_def_with_inference (__main__.TestDispatch) ... ok (0.202s) 2022-12-01T11:10:43.1151419Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:10:43.1151738Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T11:10:43.1152103Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:10:43.1152512Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-12-01T11:10:43.1152884Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-12-01T11:10:43.1153210Z Building extension module dangling_impl_extension... 2022-12-01T11:10:43.1153472Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:10:43.1155044Z [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-01T11:10:43.1156260Z [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-01T11:10:43.1156641Z Loading extension module dangling_impl_extension... 2022-12-01T11:10:43.1156847Z ok (1.345s) 2022-12-01T11:10:43.1157064Z test_impl_only (__main__.TestDispatch) ... ok (0.194s) 2022-12-01T11:10:43.1157347Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T11:10:43.1157634Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T11:10:43.1157921Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.009s) 2022-12-01T11:10:43.1158194Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.015s) 2022-12-01T11:10:43.1158593Z 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-01T11:10:43.1158936Z operator: __test45643__::foo 2022-12-01T11:10:43.1159124Z no debug info 2022-12-01T11:10:43.1159309Z dispatch key: (catch all) 2022-12-01T11:10:43.1159495Z previous kernel: fn1 2022-12-01T11:10:43.1159722Z new kernel: fn2 (function registerKernel) 2022-12-01T11:10:43.1160063Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T11:10:43.1160354Z operator: __test45644__::foo 2022-12-01T11:10:43.1160540Z no debug info 2022-12-01T11:10:43.1160724Z dispatch key: (catch all) 2022-12-01T11:10:43.1160904Z previous kernel: fn1 2022-12-01T11:10:43.1161124Z new kernel: fn2 (function registerKernel) 2022-12-01T11:10:43.1161328Z ok (0.002s) 2022-12-01T11:10:43.1161563Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1161838Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1162140Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1162464Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1162769Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1163082Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:10:43.1163411Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.025s) 2022-12-01T11:10:43.1163604Z 2022-12-01T11:10:43.1163811Z ---------------------------------------------------------------------- 2022-12-01T11:10:43.1164043Z Ran 32 tests in 20.994s 2022-12-01T11:10:43.1164156Z 2022-12-01T11:10:43.1164220Z OK 2022-12-01T11:10:43.1164311Z 2022-12-01T11:10:43.1164396Z Generating XML reports... 2022-12-01T11:10:43.1164779Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201111021.xml 2022-12-01T11:10:43.1165297Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201111021.xml 2022-12-01T11:10:43.1165533Z 2022-12-01T11:10:43.1165796Z ##[endgroup] 2022-12-01T11:10:43.1166166Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_ia1_ap9b) 2022-12-01T11:10:43.1166428Z 2022-12-01T11:10:43.1166617Z Running test_multiprocessing ... [2022-12-01 11:10:43.114377] 2022-12-01T11:10:43.1167105Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:43.114747] 2022-12-01T11:10:47.5271703Z 2022-12-01T11:10:47.5272336Z Expand the folded group to see the log file of test_multiprocessing 2022-12-01T11:10:47.5273603Z ##[group]PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_6ryo7zn4) 2022-12-01T11:10:47.5274637Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-12-01T11:10:47.5274968Z 2022-12-01T11:10:47.5275101Z Running tests... 2022-12-01T11:10:47.5275660Z ---------------------------------------------------------------------- 2022-12-01T11:10:47.5276502Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.353s) 2022-12-01T11:10:47.5277534Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:10:47.5278267Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:10:47.5279058Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:10:47.5279693Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:10:47.5280084Z ok (1.027s) 2022-12-01T11:10:47.5280544Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T11:10:47.5281173Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5281803Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5282379Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T11:10:47.5283002Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5283619Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T11:10:47.5284238Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5284875Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T11:10:47.5285448Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T11:10:47.5285963Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.004s) 2022-12-01T11:10:47.5286567Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T11:10:47.5287187Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5287808Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5288436Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5289093Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5289742Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5291275Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 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.000s) 2022-12-01T11:10:47.5292321Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.225s) 2022-12-01T11:10:47.5293851Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, 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:10:47.5296177Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 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:10:47.5297166Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.235s) 2022-12-01T11:10:47.5298759Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 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:10:47.5299785Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.171s) 2022-12-01T11:10:47.5301348Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, 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:10:47.5303364Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 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:10:47.5305133Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:10:47.5305875Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:10:47.5306678Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:10:47.5307308Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:10:47.5307698Z ok (1.118s) 2022-12-01T11:10:47.5308217Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5308813Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-12-01T11:10:47.5309348Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T11:10:47.5309917Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.017s) 2022-12-01T11:10:47.5310523Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:10:47.5311136Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-12-01T11:10:47.5312673Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7fd55adf84d0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-12-01T11:10:47.5313729Z "to suppress this warning".format(repr(hook))) 2022-12-01T11:10:47.5314083Z ok (0.012s) 2022-12-01T11:10:47.5315594Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7fd560b9dd40> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-12-01T11:10:47.5316769Z "to suppress this warning".format(repr(hook))) 2022-12-01T11:10:47.5317131Z ok (0.022s) 2022-12-01T11:10:47.5317583Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T11:10:47.5317918Z 2022-12-01T11:10:47.5318299Z ---------------------------------------------------------------------- 2022-12-01T11:10:47.5318710Z Ran 37 tests in 3.208s 2022-12-01T11:10:47.5318911Z 2022-12-01T11:10:47.5319036Z OK (skipped=24) 2022-12-01T11:10:47.5319220Z 2022-12-01T11:10:47.5319361Z Generating XML reports... 2022-12-01T11:10:47.5320261Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201111044.xml 2022-12-01T11:10:47.5320710Z 2022-12-01T11:10:47.5321192Z ##[endgroup] 2022-12-01T11:10:47.5321906Z FINISHED PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_6ryo7zn4) 2022-12-01T11:10:47.5322327Z 2022-12-01T11:10:47.5322678Z Running test_mobile_optimizer ... [2022-12-01 11:10:47.527407] 2022-12-01T11:10:47.5323547Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:47.527763] 2022-12-01T11:10:51.8098063Z 2022-12-01T11:10:51.8098499Z Expand the folded group to see the log file of test_mobile_optimizer 2022-12-01T11:10:51.8099217Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_w_8mbyto) 2022-12-01T11:10:51.8099831Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-12-01T11:10:51.8100038Z 2022-12-01T11:10:51.8100113Z Running tests... 2022-12-01T11:10:51.8100466Z ---------------------------------------------------------------------- 2022-12-01T11:10:51.8100772Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.246s) 2022-12-01T11:10:51.8101075Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.032s) 2022-12-01T11:10:51.8101422Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.658s) 2022-12-01T11:10:51.8101734Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... ok (1.500s) 2022-12-01T11:10:51.8102093Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.248s) 2022-12-01T11:10:51.8102385Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.037s) 2022-12-01T11:10:51.8102691Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.195s) 2022-12-01T11:10:51.8102886Z 2022-12-01T11:10:51.8103087Z ---------------------------------------------------------------------- 2022-12-01T11:10:51.8103328Z Ran 7 tests in 2.916s 2022-12-01T11:10:51.8103458Z 2022-12-01T11:10:51.8103551Z OK 2022-12-01T11:10:51.8103635Z 2022-12-01T11:10:51.8103719Z Generating XML reports... 2022-12-01T11:10:51.8104143Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201111048.xml 2022-12-01T11:10:51.8104585Z 2022-12-01T11:10:51.8104907Z ##[endgroup] 2022-12-01T11:10:51.8105391Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (/var/lib/jenkins/workspace/test/test-reports/test_mobile_optimizer_w_8mbyto) 2022-12-01T11:10:51.8105617Z 2022-12-01T11:10:51.8105843Z Running test_cpp_extensions_open_device_registration ... [2022-12-01 11:10:51.810043] 2022-12-01T11:10:51.8106394Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:10:51.810372] 2022-12-01T11:10:55.0893032Z 2022-12-01T11:10:55.0893717Z Expand the folded group to see the log file of test_cpp_extensions_open_device_registration 2022-12-01T11:10:55.0894778Z ##[group]PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_9jd9lu5t) 2022-12-01T11:10:55.0895747Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-12-01T11:10:55.0896300Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:10:55.0896465Z 2022-12-01T11:10:55.0896580Z Running tests... 2022-12-01T11:10:55.0897001Z ---------------------------------------------------------------------- 2022-12-01T11:10:55.0897656Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:10:55.0898334Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-12-01T11:10:55.0899185Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-12-01T11:10:55.0899722Z Building extension module custom_device_extension... 2022-12-01T11:10:55.0899985Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:10:55.0901642Z [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:10:55.0903583Z [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:10:55.0903965Z Loading extension module custom_device_extension... 2022-12-01T11:10:55.0904178Z ok (1.716s) 2022-12-01T11:10:55.0904267Z 2022-12-01T11:10:55.0904666Z ---------------------------------------------------------------------- 2022-12-01T11:10:55.0904907Z Ran 1 test in 1.722s 2022-12-01T11:10:55.0905020Z 2022-12-01T11:10:55.0905084Z OK 2022-12-01T11:10:55.0905175Z 2022-12-01T11:10:55.0905246Z Generating XML reports... 2022-12-01T11:10:55.0905762Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201111053.xml 2022-12-01T11:10:55.0906070Z 2022-12-01T11:10:55.0906331Z ##[endgroup] 2022-12-01T11:10:55.0906805Z FINISHED PRINTING LOG FILE of test_cpp_extensions_open_device_registration (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_open_device_registration_9jd9lu5t) 2022-12-01T11:10:55.0907085Z 2022-12-01T11:10:55.0907283Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 11:10:55.089604] 2022-12-01T11:10:56.2540417Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:10:56.3450351Z running install 2022-12-01T11:10:56.3451461Z /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:10:56.3451902Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:10:56.3561374Z running build 2022-12-01T11:10:56.3561554Z running build_py 2022-12-01T11:10:56.3626794Z creating build 2022-12-01T11:10:56.3627367Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:10:56.3627754Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:10:56.3628191Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:10:56.3629730Z running build_ext 2022-12-01T11:10:56.4043095Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:10:56.4043538Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-12-01T11:10:56.4429271Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:10:56.4430673Z Compiling objects... 2022-12-01T11:10:56.4430906Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:10:57.5248175Z [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:10:57.5249613Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:10:57.5250082Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T11:10:57.5250556Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:10:57.5251000Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:10:57.5251330Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T11:10:57.5251896Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:10:57.5252290Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T11:10:57.5253007Z /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:10:57.5254855Z class class_ : public detail::generic_type { 2022-12-01T11:10:57.5255045Z ^~~~~~ 2022-12-01T11:10:57.5255659Z /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:10:57.5351461Z 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:10:57.8290045Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:10:57.8672907Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:10:57.8697987Z Compiling objects... 2022-12-01T11:10:57.8698436Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:10:59.0139588Z [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:10:59.0141340Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:10:59.0194851Z 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:10:59.3262501Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:10:59.3653232Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:10:59.3654610Z Compiling objects... 2022-12-01T11:10:59.3654890Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:11:00.4383236Z [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:11:00.4385603Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:11:00.4386442Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T11:11:00.4387325Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:11:00.4388124Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:11:00.4388996Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:11:00.4389700Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T11:11:00.4390636Z /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:11:00.4391224Z # pragma unroll 2022-12-01T11:11:00.4391527Z 2022-12-01T11:11:00.4440873Z 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:11:00.7402669Z running install_lib 2022-12-01T11:11:00.7470987Z creating install 2022-12-01T11:11:00.7483736Z creating install/opt 2022-12-01T11:11:00.7484027Z creating install/opt/conda 2022-12-01T11:11:00.7484410Z creating install/opt/conda/lib 2022-12-01T11:11:00.7484725Z creating install/opt/conda/lib/python3.7 2022-12-01T11:11:00.7485137Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:11:00.7486141Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:11:00.7487088Z 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:11:00.7488329Z 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:11:00.7550612Z 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:11:00.7615378Z 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:11:00.7688008Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T11:11:00.7689516Z running install_egg_info 2022-12-01T11:11:00.7830739Z running egg_info 2022-12-01T11:11:00.7831246Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:11:00.7884208Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:11:00.7886680Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:11:00.7889052Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:11:00.7890271Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:11:00.7946053Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:11:00.7952360Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:11:00.7953418Z 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:11:00.7957415Z running install_scripts 2022-12-01T11:11:02.2371711Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:11:02.2681477Z running install 2022-12-01T11:11:02.2682490Z /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:11:02.2682944Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:11:02.2796022Z running build 2022-12-01T11:11:02.2796354Z running build_ext 2022-12-01T11:11:02.3205796Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:11:02.3206123Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T11:11:02.3206636Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T11:11:02.3594209Z 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:11:02.3596119Z Compiling objects... 2022-12-01T11:11:02.3596428Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:11:02.4317417Z [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:11:02.4319180Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:11:02.4370122Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:11:02.4381233Z 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:11:02.6134524Z running install_lib 2022-12-01T11:11:02.6203966Z creating install 2022-12-01T11:11:02.6214640Z creating install/opt 2022-12-01T11:11:02.6232753Z creating install/opt/conda 2022-12-01T11:11:02.6240913Z creating install/opt/conda/lib 2022-12-01T11:11:02.6255829Z creating install/opt/conda/lib/python3.7 2022-12-01T11:11:02.6263959Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:11:02.6279438Z 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:11:02.6285599Z running install_egg_info 2022-12-01T11:11:02.6428157Z running egg_info 2022-12-01T11:11:02.6428543Z creating no_python_abi_suffix_test.egg-info 2022-12-01T11:11:02.6487053Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:11:02.6489324Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:11:02.6491539Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:11:02.6493138Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:11:02.6545043Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:11:02.6550949Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:11:02.6552117Z 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:11:02.6570166Z running install_scripts 2022-12-01T11:11:02.9614832Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:02.961103] 2022-12-01T11:11:04.8836778Z 2022-12-01T11:11:04.8837374Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T11:11:04.8838671Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_pwyhg9hw) 2022-12-01T11:11:04.8839516Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T11:11:04.8840118Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:11:04.8840400Z 2022-12-01T11:11:04.8840544Z Running tests... 2022-12-01T11:11:04.8841059Z ---------------------------------------------------------------------- 2022-12-01T11:11:04.8841631Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-12-01T11:11:04.8841932Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:11:04.8842296Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:11:04.8842651Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:11:04.8843007Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:11:04.8843369Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:04.8843745Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:04.8844147Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:04.8844526Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:04.8844842Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T11:11:04.8845110Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:11:04.8845391Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T11:11:04.8845673Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-12-01T11:11:04.8845923Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-12-01T11:11:04.8846258Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T11:11:04.8846419Z 2022-12-01T11:11:04.8846633Z ---------------------------------------------------------------------- 2022-12-01T11:11:04.8846877Z Ran 15 tests in 0.037s 2022-12-01T11:11:04.8847034Z 2022-12-01T11:11:04.8847106Z OK (skipped=5) 2022-12-01T11:11:04.8847214Z 2022-12-01T11:11:04.8847284Z Generating XML reports... 2022-12-01T11:11:04.8847786Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201111104.xml 2022-12-01T11:11:04.8848351Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201111104.xml 2022-12-01T11:11:04.8848961Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201111104.xml 2022-12-01T11:11:04.8849539Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201111104.xml 2022-12-01T11:11:04.8849774Z 2022-12-01T11:11:04.8850105Z ##[endgroup] 2022-12-01T11:11:04.8850540Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_pwyhg9hw) 2022-12-01T11:11:04.8850833Z 2022-12-01T11:11:04.8851016Z Running test_cpp_extensions_aot_no_ninja ... [2022-12-01 11:11:04.884246] 2022-12-01T11:11:06.0202198Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:11:06.1106812Z running install 2022-12-01T11:11:06.1108453Z /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:11:06.1108952Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:11:06.1218928Z running build 2022-12-01T11:11:06.1219115Z running build_py 2022-12-01T11:11:06.1275702Z creating build 2022-12-01T11:11:06.1285059Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:11:06.1299895Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:11:06.1306924Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:11:06.1309558Z running build_ext 2022-12-01T11:11:06.1323782Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:11:06.1324153Z creating build/temp.linux-x86_64-cpython-37 2022-12-01T11:11:06.1337824Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c extension.cpp -o build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:11:07.0498084Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:11:07.0498652Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-12-01T11:11:07.0499375Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:11:07.0499870Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:11:07.0500126Z from extension.cpp:1: 2022-12-01T11:11:07.0500721Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:11:07.0501064Z extension.cpp:36:53: required from here 2022-12-01T11:11:07.0501778Z /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:11:07.0502285Z class class_ : public detail::generic_type { 2022-12-01T11:11:07.0502483Z ^~~~~~ 2022-12-01T11:11:07.0503117Z /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:11:07.0508451Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:11:07.3401930Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:11:07.3404099Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c ort_extension.cpp -o build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:11:08.3672036Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:11:08.3681661Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:11:08.6688357Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:11:08.6690956Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -Iself_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c rng_extension.cpp -o build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:11:09.7482621Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:11:09.7483271Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-12-01T11:11:09.7483889Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:11:09.7484341Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:11:09.7484808Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:11:09.7485121Z from rng_extension.cpp:6: 2022-12-01T11:11:09.7485548Z /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:11:09.7485853Z # pragma unroll 2022-12-01T11:11:09.7486021Z 2022-12-01T11:11:09.7491661Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:11:10.0653540Z running install_lib 2022-12-01T11:11:10.0720651Z 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:11:10.0795084Z 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:11:10.0871104Z 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:11:10.0954081Z running install_egg_info 2022-12-01T11:11:10.1093798Z running egg_info 2022-12-01T11:11:10.1143690Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:11:10.1163551Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:11:10.1174919Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:11:10.1239153Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:11:10.1245739Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:11:10.1252736Z removing './install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info' (and everything under it) 2022-12-01T11:11:10.1254653Z 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:11:10.1273534Z running install_scripts 2022-12-01T11:11:11.5939855Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:11:11.6255793Z running install 2022-12-01T11:11:11.6256942Z /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:11:11.6258072Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:11:11.6377894Z running build 2022-12-01T11:11:11.6378186Z running build_ext 2022-12-01T11:11:11.6794449Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:11:11.7176621Z 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:11:11.7184230Z Compiling objects... 2022-12-01T11:11:11.7184801Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:11:11.7529885Z ninja: no work to do. 2022-12-01T11:11:11.7580818Z 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:11:11.9312678Z running install_lib 2022-12-01T11:11:11.9376388Z 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:11:11.9394719Z running install_egg_info 2022-12-01T11:11:11.9531011Z running egg_info 2022-12-01T11:11:11.9581042Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:11:11.9610629Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:11:11.9630994Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:11:11.9698844Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:11:11.9705426Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:11:11.9717004Z removing './install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info' (and everything under it) 2022-12-01T11:11:11.9735769Z 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:11:11.9748486Z running install_scripts 2022-12-01T11:11:12.2745900Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:12.274173] 2022-12-01T11:11:14.1782078Z 2022-12-01T11:11:14.1782788Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-12-01T11:11:14.1783763Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_yuk0wdlz) 2022-12-01T11:11:14.1784325Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-12-01T11:11:14.1784894Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:11:14.1785046Z 2022-12-01T11:11:14.1785129Z Running tests... 2022-12-01T11:11:14.1785436Z ---------------------------------------------------------------------- 2022-12-01T11:11:14.1785719Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-12-01T11:11:14.1786030Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:11:14.1786360Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:11:14.1786797Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:11:14.1787136Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-12-01T11:11:14.1787534Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:14.1787897Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:14.1788222Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:14.1788727Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:11:14.1788982Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T11:11:14.1789234Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:11:14.1789508Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-12-01T11:11:14.1789871Z test_zeros (__main__.TestORTTensor) ... ok (0.002s) 2022-12-01T11:11:14.1790118Z test_rng (__main__.TestRNGExtension) ... ok (0.004s) 2022-12-01T11:11:14.1790439Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T11:11:14.1790612Z 2022-12-01T11:11:14.1790832Z ---------------------------------------------------------------------- 2022-12-01T11:11:14.1791123Z Ran 15 tests in 0.036s 2022-12-01T11:11:14.1791226Z 2022-12-01T11:11:14.1791300Z OK (skipped=5) 2022-12-01T11:11:14.1791404Z 2022-12-01T11:11:14.1791564Z Generating XML reports... 2022-12-01T11:11:14.1792036Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201111113.xml 2022-12-01T11:11:14.1792582Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201111113.xml 2022-12-01T11:11:14.1793129Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201111113.xml 2022-12-01T11:11:14.1793684Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201111113.xml 2022-12-01T11:11:14.1793923Z 2022-12-01T11:11:14.1794180Z ##[endgroup] 2022-12-01T11:11:14.1794700Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_no_ninja_yuk0wdlz) 2022-12-01T11:11:14.1794946Z 2022-12-01T11:11:14.1795143Z Running test_cuda_primary_ctx ... [2022-12-01 11:11:14.178599] 2022-12-01T11:11:14.1795654Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:14.178908] 2022-12-01T11:11:15.2486083Z 2022-12-01T11:11:15.2486580Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-12-01T11:11:15.2487251Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_gbo1p63k) 2022-12-01T11:11:15.2487592Z CUDA not available, skipping tests 2022-12-01T11:11:15.2487727Z 2022-12-01T11:11:15.2487930Z ##[endgroup] 2022-12-01T11:11:15.2488424Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_gbo1p63k) 2022-12-01T11:11:15.2488653Z 2022-12-01T11:11:15.2489371Z Running test_cuda_trace ... [2022-12-01 11:11:15.248788] 2022-12-01T11:11:15.2492945Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:11:15.249130] 2022-12-01T11:11:16.3255188Z 2022-12-01T11:11:16.3255898Z Expand the folded group to see the log file of test_cuda_trace 2022-12-01T11:11:16.3256687Z ##[group]PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_b766_1jg) 2022-12-01T11:11:16.3257002Z CUDA not available, skipping tests 2022-12-01T11:11:16.3257135Z 2022-12-01T11:11:16.3257389Z ##[endgroup] 2022-12-01T11:11:16.3257863Z FINISHED PRINTING LOG FILE of test_cuda_trace (/var/lib/jenkins/workspace/test/test-reports/test_cuda_trace_b766_1jg) 2022-12-01T11:11:16.3258130Z 2022-12-01T11:11:16.3259231Z Running doctests ... [2022-12-01 11:11:16.325742] 2022-12-01T11:11:16.3608931Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-12-01T11:11:16.3609247Z Listing tests 2022-12-01T11:11:19.7840790Z msg = Cannot scrape callname=DiagnosticEngine in modpath=/opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/diagnostics/infra/engine.py line=13. 2022-12-01T11:11:19.7852247Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-12-01T11:11:19.7852655Z A generic diagnostic engine based on SARIF. 2022-12-01T11:11:19.7852803Z 2022-12-01T11:11:19.7853006Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-12-01T11:11:19.7853361Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-12-01T11:11:19.7853788Z Each DiagnosticContext is powered by a DiagnosticTool, which can be customized with 2022-12-01T11:11:19.7854228Z custom RuleCollection and Diagnostic type. 2022-12-01T11:11:19.7854807Z See infra.DiagnosticContext and infra.DiagnosticTool for more details. 2022-12-01T11:11:19.7855155Z 2022-12-01T11:11:19.7855250Z Examples: 2022-12-01T11:11:19.7855430Z Step 1: Create a set of rules. 2022-12-01T11:11:19.7855668Z >>> rules = infra.RuleCollection.from_list( 2022-12-01T11:11:19.7856065Z ... "CustomRuleCollection", 2022-12-01T11:11:19.7856252Z ... [ 2022-12-01T11:11:19.7856431Z ... infra.Rule( 2022-12-01T11:11:19.7856614Z ... id="r1", 2022-12-01T11:11:19.7856894Z ... name="rule-1", 2022-12-01T11:11:19.7857106Z ... message_default_template="Mising xxx", 2022-12-01T11:11:19.7857315Z ... ), 2022-12-01T11:11:19.7857479Z ... ], 2022-12-01T11:11:19.7857627Z ... ) 2022-12-01T11:11:19.7857728Z 2022-12-01T11:11:19.7857826Z Step 2: Create a diagnostic tool. 2022-12-01T11:11:19.7858050Z >>> tool = infra.DiagnosticTool( 2022-12-01T11:11:19.7858241Z ... name="tool", 2022-12-01T11:11:19.7858426Z ... version="1.0.0", 2022-12-01T11:11:19.7858610Z ... rules=rules, 2022-12-01T11:11:19.7858763Z ... ) 2022-12-01T11:11:19.7858860Z 2022-12-01T11:11:19.7858964Z Step 3: Create a diagnostic engine. 2022-12-01T11:11:19.7859184Z >>> engine = DiagnosticEngine() 2022-12-01T11:11:19.7859314Z 2022-12-01T11:11:19.7859403Z Step 4: Start a new diagnostic context. 2022-12-01T11:11:19.7859658Z >>> with engine.start_diagnostic_context(tool) as context: 2022-12-01T11:11:19.7859813Z 2022-12-01T11:11:19.7859925Z Step 5: Add diagnostics in your code. 2022-12-01T11:11:19.7860181Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-12-01T11:11:19.7860340Z 2022-12-01T11:11:19.7860429Z Step 6: Afterwards, get the SARIF log. 2022-12-01T11:11:19.7860651Z >>> sarif_log = engine.sarif_log() 2022-12-01T11:11:19.7860836Z 2022-12-01T11:11:19.7861231Z Original Error: SyntaxError('unexpected EOF while parsing', ('', 1, 55, 'with engine.start_diagnostic_context(tool) as context:\n')) 2022-12-01T11:11:19.7861465Z 2022-12-01T11:11:19.7861584Z with engine.start_diagnostic_context(tool) as context: 2022-12-01T11:11:19.7861815Z ^ 2022-12-01T11:11:21.6635537Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-12-01T11:11:21.6636730Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-12-01T11:11:21.6637599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-12-01T11:11:21.6638582Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-12-01T11:11:21.6639771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-12-01T11:11:21.6640769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-12-01T11:11:21.6641578Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-12-01T11:11:21.6642311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-12-01T11:11:21.6643447Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-12-01T11:11:21.6643928Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-12-01T11:11:21.6644585Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-12-01T11:11:21.6645318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-12-01T11:11:21.6646160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-12-01T11:11:21.6646964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-12-01T11:11:21.6647751Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-12-01T11:11:21.6648593Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-12-01T11:11:21.6649316Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-12-01T11:11:21.6650075Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-12-01T11:11:21.6650859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-12-01T11:11:21.6651594Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-12-01T11:11:21.6652047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-12-01T11:11:21.6652481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-12-01T11:11:21.6652897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-12-01T11:11:21.6653328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-12-01T11:11:21.6653742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-12-01T11:11:21.6654158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-12-01T11:11:21.6654641Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-12-01T11:11:21.6655059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-12-01T11:11:21.6655476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-12-01T11:11:21.6655953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-12-01T11:11:21.6656376Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-12-01T11:11:21.6656779Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-12-01T11:11:21.6657153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-12-01T11:11:21.6657541Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-12-01T11:11:21.6657941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-12-01T11:11:21.6658347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-12-01T11:11:21.6658785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-12-01T11:11:21.6659212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-12-01T11:11:21.6659637Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-12-01T11:11:21.6660064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-12-01T11:11:21.6660516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-12-01T11:11:21.6661021Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-12-01T11:11:21.6661468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-12-01T11:11:21.6661922Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-12-01T11:11:21.6662371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-12-01T11:11:21.6662811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-12-01T11:11:21.6663223Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-12-01T11:11:21.6663642Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-12-01T11:11:21.6664117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-12-01T11:11:21.6664741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-12-01T11:11:21.6665189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-12-01T11:11:21.6665643Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-12-01T11:11:21.6666100Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-12-01T11:11:21.6666544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-12-01T11:11:21.6666953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-12-01T11:11:21.6667381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-12-01T11:11:21.6667851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-12-01T11:11:21.6668300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py nested_tensor:0 2022-12-01T11:11:21.6668734Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py as_nested_tensor:0 2022-12-01T11:11:21.6669148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-12-01T11:11:21.6669588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-12-01T11:11:21.6670023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-12-01T11:11:21.6670481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-12-01T11:11:21.6670948Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-12-01T11:11:21.6671408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-12-01T11:11:21.6671846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-12-01T11:11:21.6672294Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-12-01T11:11:21.6672748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-12-01T11:11:21.6673217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-12-01T11:11:21.6673680Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-12-01T11:11:21.6674156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-12-01T11:11:21.6674696Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-12-01T11:11:21.6675176Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-12-01T11:11:21.6675685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-12-01T11:11:21.6676195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-12-01T11:11:21.6676692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-12-01T11:11:21.6677154Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-12-01T11:11:21.6677666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-12-01T11:11:21.6678146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-12-01T11:11:21.6678622Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-12-01T11:11:21.6679081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-12-01T11:11:21.6679551Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-12-01T11:11:21.6680014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-12-01T11:11:21.6680469Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-12-01T11:11:21.6680907Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-12-01T11:11:21.6681382Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-12-01T11:11:21.6681865Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-12-01T11:11:21.6682342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-12-01T11:11:21.6682805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-12-01T11:11:21.6683300Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-12-01T11:11:21.6683814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-12-01T11:11:21.6684328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-12-01T11:11:21.6684793Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-12-01T11:11:21.6685239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-12-01T11:11:21.6685705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-12-01T11:11:21.6686191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-12-01T11:11:21.6686684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-12-01T11:11:21.6687191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-12-01T11:11:21.6687709Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-12-01T11:11:21.6688230Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-12-01T11:11:21.6688688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-12-01T11:11:21.6689153Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-12-01T11:11:21.6689619Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-12-01T11:11:21.6690080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-12-01T11:11:21.6690549Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-12-01T11:11:21.6691074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-12-01T11:11:21.6691557Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-12-01T11:11:21.6692014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-12-01T11:11:21.6692484Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-12-01T11:11:21.6692953Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-12-01T11:11:21.6693415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-12-01T11:11:21.6693901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/backend_config/backend_config.py DTypeConfig:0 2022-12-01T11:11:21.6694494Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-12-01T11:11:21.6695108Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-12-01T11:11:21.6695782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-12-01T11:11:21.6696440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-12-01T11:11:21.6697126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-12-01T11:11:21.6697781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-12-01T11:11:21.6698417Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-12-01T11:11:21.6699032Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-12-01T11:11:21.6699551Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-12-01T11:11:21.6700064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-12-01T11:11:21.6700601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-12-01T11:11:21.6701101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-12-01T11:11:21.6701574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-12-01T11:11:21.6702021Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-12-01T11:11:21.6702462Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-12-01T11:11:21.6702935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-12-01T11:11:21.6703418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-12-01T11:11:21.6703899Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-12-01T11:11:21.6704553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-12-01T11:11:21.6705060Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-12-01T11:11:21.6705533Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-12-01T11:11:21.6705970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-12-01T11:11:21.6706405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-12-01T11:11:21.6706833Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-12-01T11:11:21.6707277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-12-01T11:11:21.6707855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-12-01T11:11:21.6708552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-12-01T11:11:21.6709252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-12-01T11:11:21.6709966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-12-01T11:11:21.6710811Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-12-01T11:11:21.6711629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-12-01T11:11:21.6712363Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-12-01T11:11:21.6713104Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-12-01T11:11:21.6713872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py disable_saved_tensors_hooks:0 2022-12-01T11:11:21.6714630Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-12-01T11:11:21.6715426Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-12-01T11:11:21.6716252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-12-01T11:11:21.6717068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-12-01T11:11:21.6717879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-12-01T11:11:21.6718402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-12-01T11:11:21.6718836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-12-01T11:11:21.6719298Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-12-01T11:11:21.6719741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-12-01T11:11:21.6720282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-12-01T11:11:21.6720766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-12-01T11:11:21.6721359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-12-01T11:11:21.6721828Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-12-01T11:11:21.6722305Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-12-01T11:11:21.6722836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-12-01T11:11:21.6723334Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-12-01T11:11:21.6723795Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-12-01T11:11:21.6724278Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_into_tensor:0 2022-12-01T11:11:21.6724774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-12-01T11:11:21.6725247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter:0 2022-12-01T11:11:21.6725721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py reduce_scatter_tensor:0 2022-12-01T11:11:21.6726214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-12-01T11:11:21.6726797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-12-01T11:11:21.6727272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-12-01T11:11:21.6727941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-12-01T11:11:21.6728448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-12-01T11:11:21.6728911Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-12-01T11:11:21.6729325Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-12-01T11:11:21.6729775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-12-01T11:11:21.6730260Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-12-01T11:11:21.6730804Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-12-01T11:11:21.6731328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-12-01T11:11:21.6731910Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-12-01T11:11:21.6732553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-12-01T11:11:21.6733060Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-12-01T11:11:21.6733572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-12-01T11:11:21.6734156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-12-01T11:11:21.6734771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-12-01T11:11:21.6735319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-12-01T11:11:21.6735862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-12-01T11:11:21.6736355Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-12-01T11:11:21.6736873Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-12-01T11:11:21.6737394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-12-01T11:11:21.6737916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-12-01T11:11:21.6738452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-12-01T11:11:21.6738996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-12-01T11:11:21.6739539Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-12-01T11:11:21.6740096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-12-01T11:11:21.6740640Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-12-01T11:11:21.6741195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-12-01T11:11:21.6741746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-12-01T11:11:21.6742292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-12-01T11:11:21.6742850Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-12-01T11:11:21.6743436Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-12-01T11:11:21.6744016Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-12-01T11:11:21.6744780Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-12-01T11:11:21.6745342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-12-01T11:11:21.6745860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-12-01T11:11:21.6746363Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-12-01T11:11:21.6746902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-12-01T11:11:21.6747504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-12-01T11:11:21.6748049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-12-01T11:11:21.6748591Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-12-01T11:11:21.6749156Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-12-01T11:11:21.6749745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-12-01T11:11:21.6750428Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-12-01T11:11:21.6751046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-12-01T11:11:21.6751685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-12-01T11:11:21.6752342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-12-01T11:11:21.6752972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-12-01T11:11:21.6753544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-12-01T11:11:21.6754039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-12-01T11:11:21.6754544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-12-01T11:11:21.6755062Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-12-01T11:11:21.6755570Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-12-01T11:11:21.6756077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-12-01T11:11:21.6756620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-12-01T11:11:21.6757131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-12-01T11:11:21.6757669Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-12-01T11:11:21.6758184Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-12-01T11:11:21.6758654Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-12-01T11:11:21.6759096Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-12-01T11:11:21.6759537Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-12-01T11:11:21.6759977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-12-01T11:11:21.6760403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-12-01T11:11:21.6760844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-12-01T11:11:21.6761353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-12-01T11:11:21.6761890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-12-01T11:11:21.6762458Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-12-01T11:11:21.6762958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-12-01T11:11:21.6763400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-12-01T11:11:21.6763879Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-12-01T11:11:21.6764332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-12-01T11:11:21.6764790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-12-01T11:11:21.6765227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-12-01T11:11:21.6765700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-12-01T11:11:21.6766205Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-12-01T11:11:21.6766687Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-12-01T11:11:21.6767155Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-12-01T11:11:21.6767646Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-12-01T11:11:21.6768092Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-12-01T11:11:21.6768538Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-12-01T11:11:21.6768982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-12-01T11:11:21.6769423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-12-01T11:11:21.6769885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-12-01T11:11:21.6770354Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-12-01T11:11:21.6770827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-12-01T11:11:21.6771277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-12-01T11:11:21.6771742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-12-01T11:11:21.6772213Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-12-01T11:11:21.6772692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-12-01T11:11:21.6773219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-12-01T11:11:21.6773752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-12-01T11:11:21.6774238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-12-01T11:11:21.6774896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-12-01T11:11:21.6775360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-12-01T11:11:21.6775848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-12-01T11:11:21.6776317Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-12-01T11:11:21.6776769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-12-01T11:11:21.6777238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-12-01T11:11:21.6777809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-12-01T11:11:21.6778310Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-12-01T11:11:21.6778773Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-12-01T11:11:21.6779238Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-12-01T11:11:21.6779762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-12-01T11:11:21.6780251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-12-01T11:11:21.6780687Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-12-01T11:11:21.6781131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-12-01T11:11:21.6781574Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-12-01T11:11:21.6782008Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-12-01T11:11:21.6782438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-12-01T11:11:21.6782888Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-12-01T11:11:21.6783335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-12-01T11:11:21.6783771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-12-01T11:11:21.6784212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-12-01T11:11:21.6784764Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-12-01T11:11:21.6785203Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-12-01T11:11:21.6785633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-12-01T11:11:21.6786121Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-12-01T11:11:21.6786614Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-12-01T11:11:21.6787107Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-12-01T11:11:21.6787584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-12-01T11:11:21.6788077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-12-01T11:11:21.6788565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-12-01T11:11:21.6789126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-12-01T11:11:21.6789627Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-12-01T11:11:21.6790140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-12-01T11:11:21.6790650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-12-01T11:11:21.6791160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-12-01T11:11:21.6791696Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-12-01T11:11:21.6792212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-12-01T11:11:21.6792740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-12-01T11:11:21.6793332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-12-01T11:11:21.6793827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-12-01T11:11:21.6794328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-12-01T11:11:21.6794839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-12-01T11:11:21.6795346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-12-01T11:11:21.6795843Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-12-01T11:11:21.6796342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-12-01T11:11:21.6796837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-12-01T11:11:21.6797324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-12-01T11:11:21.6797797Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-12-01T11:11:21.6798278Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-12-01T11:11:21.6798761Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-12-01T11:11:21.6799286Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-12-01T11:11:21.6799820Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-12-01T11:11:21.6800394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-12-01T11:11:21.6800972Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-12-01T11:11:21.6801552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-12-01T11:11:21.6802120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-12-01T11:11:21.6802715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-12-01T11:11:21.6803252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-12-01T11:11:21.6803966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-12-01T11:11:21.6804498Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-12-01T11:11:21.6805026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-12-01T11:11:21.6805605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-12-01T11:11:21.6806157Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-12-01T11:11:21.6806630Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-12-01T11:11:21.6807088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-12-01T11:11:21.6807580Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-12-01T11:11:21.6808044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-12-01T11:11:21.6808463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-12-01T11:11:21.6808929Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-12-01T11:11:21.6809411Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-12-01T11:11:21.6809890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-12-01T11:11:21.6810360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-12-01T11:11:21.6810832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-12-01T11:11:21.6811304Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-12-01T11:11:21.6811789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-12-01T11:11:21.6812271Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-12-01T11:11:21.6812726Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-12-01T11:11:21.6813163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-12-01T11:11:21.6813584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-12-01T11:11:21.6814014Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-12-01T11:11:21.6814526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-12-01T11:11:21.6815048Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-12-01T11:11:21.6815491Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-12-01T11:11:21.6815971Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-12-01T11:11:21.6816464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-12-01T11:11:21.6816882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-12-01T11:11:21.6817282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-12-01T11:11:21.6817695Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-12-01T11:11:21.6818108Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-12-01T11:11:21.6818514Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-12-01T11:11:21.6818936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-12-01T11:11:21.6819380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-12-01T11:11:21.6819788Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-12-01T11:11:21.6820189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-12-01T11:11:21.6820598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-12-01T11:11:21.6820994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-12-01T11:11:21.6821390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-12-01T11:11:21.6821774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-12-01T11:11:21.6822168Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-12-01T11:11:21.6822584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-12-01T11:11:21.6822991Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-12-01T11:11:21.6823409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-12-01T11:11:21.6823829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-12-01T11:11:21.6824243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-12-01T11:11:21.6824746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-12-01T11:11:21.6825207Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-12-01T11:11:21.6825725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-12-01T11:11:21.6826243Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-12-01T11:11:21.6826707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-12-01T11:11:21.6827157Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-12-01T11:11:21.6827598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-12-01T11:11:21.6828029Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-12-01T11:11:21.6828469Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-12-01T11:11:21.6828906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-12-01T11:11:21.6829353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-12-01T11:11:21.6829785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-12-01T11:11:21.6830296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-12-01T11:11:21.6830733Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-12-01T11:11:21.6831171Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-12-01T11:11:21.6831599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-12-01T11:11:21.6832032Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-12-01T11:11:21.6832465Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-12-01T11:11:21.6832885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-12-01T11:11:21.6833369Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-12-01T11:11:21.6833824Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-12-01T11:11:21.6834276Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-12-01T11:11:21.6834713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-12-01T11:11:21.6835160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-12-01T11:11:21.6835609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-12-01T11:11:21.6836078Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-12-01T11:11:21.6836528Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-12-01T11:11:21.6836977Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-12-01T11:11:21.6837423Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-12-01T11:11:21.6837870Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-12-01T11:11:21.6838298Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-12-01T11:11:21.6838743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-12-01T11:11:21.6839187Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-12-01T11:11:21.6839627Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-12-01T11:11:21.6840079Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-12-01T11:11:21.6840525Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-12-01T11:11:21.6840985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-12-01T11:11:21.6841475Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-12-01T11:11:21.6841982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-12-01T11:11:21.6842444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-12-01T11:11:21.6842891Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-12-01T11:11:21.6843324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-12-01T11:11:21.6843835Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-12-01T11:11:21.6844295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-12-01T11:11:21.6844758Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-12-01T11:11:21.6845212Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-12-01T11:11:21.6845660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-12-01T11:11:21.6846102Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-12-01T11:11:21.6846529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-12-01T11:11:21.6847028Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-12-01T11:11:21.6847477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-12-01T11:11:21.6847949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-12-01T11:11:21.6848386Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-12-01T11:11:21.6848822Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-12-01T11:11:21.6849250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-12-01T11:11:21.6849671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-12-01T11:11:21.6850111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-12-01T11:11:21.6850585Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-12-01T11:11:21.6851061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-12-01T11:11:21.6851519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-12-01T11:11:21.6851947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-12-01T11:11:21.6852371Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-12-01T11:11:21.6852798Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-12-01T11:11:21.6853210Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-12-01T11:11:21.6853634Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-12-01T11:11:21.6854071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-12-01T11:11:21.6854611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-12-01T11:11:21.6855044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-12-01T11:11:21.6855468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-12-01T11:11:21.6855890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-12-01T11:11:21.6856338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-12-01T11:11:21.6856793Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-12-01T11:11:21.6857260Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-12-01T11:11:21.6857767Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-12-01T11:11:21.6858206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-12-01T11:11:21.6858659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-12-01T11:11:21.6859149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-12-01T11:11:21.6859611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-12-01T11:11:21.6860055Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-12-01T11:11:21.6860516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-12-01T11:11:21.6860995Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-12-01T11:11:21.6861453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-12-01T11:11:21.6861902Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-12-01T11:11:21.6862376Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-12-01T11:11:21.6862836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-12-01T11:11:21.6863299Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-12-01T11:11:21.6863754Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-12-01T11:11:21.6864206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-12-01T11:11:21.6864772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-12-01T11:11:21.6865241Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-12-01T11:11:21.6865724Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-12-01T11:11:21.6866185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-12-01T11:11:21.6866644Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-12-01T11:11:21.6867084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-12-01T11:11:21.6867534Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-12-01T11:11:21.6867994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-12-01T11:11:21.6868456Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-12-01T11:11:21.6868901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-12-01T11:11:21.6869364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-12-01T11:11:21.6869834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-12-01T11:11:21.6870296Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-12-01T11:11:21.6870728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-12-01T11:11:21.6871190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-12-01T11:11:21.6871744Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-12-01T11:11:21.6872188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-12-01T11:11:21.6872633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-12-01T11:11:21.6873076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-12-01T11:11:21.6873520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-12-01T11:11:21.6873955Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-12-01T11:11:21.6874403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-12-01T11:11:21.6874890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-12-01T11:11:21.6875333Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-12-01T11:11:21.6875752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-12-01T11:11:21.6876214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-12-01T11:11:21.6876689Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-12-01T11:11:21.6877133Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-12-01T11:11:21.6877575Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-12-01T11:11:21.6878036Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-12-01T11:11:21.6878507Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-12-01T11:11:21.6878965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-12-01T11:11:21.6879430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-12-01T11:11:21.6879897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-12-01T11:11:21.6880364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-12-01T11:11:21.6880779Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-12-01T11:11:21.6881190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-12-01T11:11:21.6881599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-12-01T11:11:21.6882012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-12-01T11:11:21.6882420Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-12-01T11:11:21.6882837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-12-01T11:11:21.6883269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-12-01T11:11:21.6883723Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-12-01T11:11:21.6884186Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-12-01T11:11:21.6884667Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-12-01T11:11:21.6885141Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-12-01T11:11:21.6885645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-12-01T11:11:21.6886135Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-12-01T11:11:21.6886621Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-12-01T11:11:21.6887116Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-12-01T11:11:21.6887609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-12-01T11:11:21.6888081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-12-01T11:11:21.6888592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-12-01T11:11:21.6889085Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-12-01T11:11:21.6889553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-12-01T11:11:21.6890055Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-12-01T11:11:21.6890581Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-12-01T11:11:21.6891122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-12-01T11:11:21.6891674Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-12-01T11:11:21.6892253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-12-01T11:11:21.6892837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-12-01T11:11:21.6893405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-12-01T11:11:21.6893913Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-12-01T11:11:21.6894360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-12-01T11:11:21.6894926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-12-01T11:11:21.6895421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-12-01T11:11:21.6895890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-12-01T11:11:21.6896382Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-12-01T11:11:21.6896838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-12-01T11:11:21.6897273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-12-01T11:11:21.6897722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-12-01T11:11:21.6898169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-12-01T11:11:21.6898611Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-12-01T11:11:21.6899047Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-12-01T11:11:21.6899544Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-12-01T11:11:21.6899974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-12-01T11:11:21.6900400Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-12-01T11:11:21.6900829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-12-01T11:11:21.6901264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-12-01T11:11:21.6901697Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-12-01T11:11:21.6902162Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-12-01T11:11:21.6902600Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-12-01T11:11:21.6903053Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-12-01T11:11:21.6903522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-12-01T11:11:21.6903973Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-12-01T11:11:21.6904530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-12-01T11:11:21.6904992Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-12-01T11:11:21.6905469Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-12-01T11:11:21.6906008Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-12-01T11:11:21.6906512Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-12-01T11:11:21.6906964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-12-01T11:11:21.6907429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-12-01T11:11:21.6907866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-12-01T11:11:21.6908315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-12-01T11:11:21.6908762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-12-01T11:11:21.6909204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-12-01T11:11:21.6909638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-12-01T11:11:21.6910093Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-12-01T11:11:21.6910559Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-12-01T11:11:21.6911017Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-12-01T11:11:21.6911466Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-12-01T11:11:21.6911962Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-12-01T11:11:21.6912504Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-12-01T11:11:21.6912974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-12-01T11:11:21.6913463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-12-01T11:11:21.6913894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-12-01T11:11:21.6914345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-12-01T11:11:21.6914771Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-12-01T11:11:21.6915199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-12-01T11:11:21.6915638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-12-01T11:11:21.6916110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-12-01T11:11:21.6916561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-12-01T11:11:21.6917006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-12-01T11:11:21.6917467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-12-01T11:11:21.6917959Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-12-01T11:11:21.6918471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-12-01T11:11:21.6918982Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-12-01T11:11:21.6919469Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-12-01T11:11:21.6919917Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-12-01T11:11:21.6920377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-12-01T11:11:21.6920832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-12-01T11:11:21.6921272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-12-01T11:11:21.6921704Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-12-01T11:11:21.6922136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-12-01T11:11:21.6922609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-12-01T11:11:21.6923091Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-12-01T11:11:21.6923536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-12-01T11:11:21.6924006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-12-01T11:11:21.6924491Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-12-01T11:11:21.6924947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-12-01T11:11:21.6925408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-12-01T11:11:21.6925862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py collate:0 2022-12-01T11:11:21.6926324Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-12-01T11:11:21.6926829Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-12-01T11:11:21.6927311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-12-01T11:11:21.6927814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-12-01T11:11:21.6928335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-12-01T11:11:21.6928859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T11:11:21.6929399Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-12-01T11:11:21.6929957Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-12-01T11:11:21.6930474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-12-01T11:11:21.6930994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-12-01T11:11:21.6931542Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-12-01T11:11:21.6932071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-12-01T11:11:21.6932601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-12-01T11:11:21.6933134Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-12-01T11:11:21.6933665Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-12-01T11:11:21.6934189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-12-01T11:11:21.6934791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-12-01T11:11:21.6935292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-12-01T11:11:21.6935836Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-12-01T11:11:21.6936394Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-12-01T11:11:21.6936932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-12-01T11:11:21.6937452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-12-01T11:11:21.6937981Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-12-01T11:11:21.6938499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-12-01T11:11:21.6939019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-12-01T11:11:21.6939542Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-12-01T11:11:21.6940064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-12-01T11:11:21.6940598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-12-01T11:11:21.6941087Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-12-01T11:11:21.6941572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-12-01T11:11:21.6942077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-12-01T11:11:21.6942579Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-12-01T11:11:21.6943074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-12-01T11:11:21.6943620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-12-01T11:11:21.6944139Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-12-01T11:11:21.6944813Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-12-01T11:11:21.6945315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-12-01T11:11:21.6945802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-12-01T11:11:21.6946312Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-12-01T11:11:21.6946818Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-12-01T11:11:21.6947374Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-12-01T11:11:21.6947924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-12-01T11:11:21.6948459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-12-01T11:11:21.6948966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-12-01T11:11:21.9403751Z 2022-12-01T11:11:21.9404204Z real 63m18.210s 2022-12-01T11:11:21.9404548Z user 265m5.100s 2022-12-01T11:11:21.9405268Z sys 18m50.444s 2022-12-01T11:11:21.9405548Z + assert_git_not_dirty 2022-12-01T11:11:21.9405979Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:11:21.9406329Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:11:21.9406597Z ++ git status --porcelain 2022-12-01T11:11:32.2017545Z + git_status= 2022-12-01T11:11:32.2018084Z + [[ -n '' ]] 2022-12-01T11:11:32.2018384Z + test_libtorch 2022-12-01T11:11:32.2018745Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:11:32.2019002Z + echo 'Testing libtorch' 2022-12-01T11:11:32.2019176Z Testing libtorch 2022-12-01T11:11:32.2019596Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libbackend_with_compiler.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2112880Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libjitbackend_test.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2120999Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2129159Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libshm.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2138482Z + 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 /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2147185Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:11:32.2156347Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-12-01T11:11:32.2156839Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-12-01T11:11:32.2157186Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-12-01T11:11:32.2255603Z + python test/cpp/jit/tests_setup.py setup 2022-12-01T11:11:32.2607811Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-12-01T11:11:32.6868400Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-12-01T11:11:32.7052223Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-12-01T11:11:32.7919858Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-12-01T11:11:33.1758543Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T11:11:33.1759133Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_jit '--gtest_filter=-*CUDA' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_jit.xml 2022-12-01T11:11:33.4428757Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T11:11:33.4433809Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-12-01T11:11:33.4434403Z [==========] Running 569 tests from 118 test suites. 2022-12-01T11:11:33.4434804Z [----------] Global test environment set-up. 2022-12-01T11:11:33.4435119Z [----------] 2 tests from AddIfThenElseOpTest 2022-12-01T11:11:33.4435469Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-12-01T11:11:33.4506385Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (7 ms) 2022-12-01T11:11:33.4507192Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-12-01T11:11:33.4507717Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-12-01T11:11:33.4508208Z [----------] 2 tests from AddIfThenElseOpTest (7 ms total) 2022-12-01T11:11:33.4508421Z 2022-12-01T11:11:33.4508646Z [----------] 15 tests from TopologicalMoveTest 2022-12-01T11:11:33.4509110Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-12-01T11:11:33.4509705Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-12-01T11:11:33.4510288Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-12-01T11:11:33.4510711Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-12-01T11:11:33.4511286Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-12-01T11:11:33.4511817Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-12-01T11:11:33.4512282Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-12-01T11:11:33.4512771Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-12-01T11:11:33.4513283Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-12-01T11:11:33.4513874Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-12-01T11:11:33.4514558Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-12-01T11:11:33.4515345Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-12-01T11:11:33.4515922Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-12-01T11:11:33.4516471Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-12-01T11:11:33.4517029Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-12-01T11:11:33.4517727Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-12-01T11:11:33.4518569Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-12-01T11:11:33.4519079Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-12-01T11:11:33.4519624Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-12-01T11:11:33.4520125Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-12-01T11:11:33.4520675Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-12-01T11:11:33.4521034Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-12-01T11:11:33.4521423Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-12-01T11:11:33.4521874Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-12-01T11:11:33.4522397Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-12-01T11:11:33.4523084Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-12-01T11:11:33.4523535Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-12-01T11:11:33.4524012Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-12-01T11:11:33.4524403Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-12-01T11:11:33.4524814Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-12-01T11:11:33.4525187Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-12-01T11:11:33.4525356Z 2022-12-01T11:11:33.4525516Z [----------] 6 tests from AliasAnalysisTest 2022-12-01T11:11:33.4525875Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-12-01T11:11:33.4558805Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-12-01T11:11:33.4559572Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-12-01T11:11:33.4560236Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-12-01T11:11:33.4560667Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-12-01T11:11:33.4561184Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-12-01T11:11:33.4561674Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-12-01T11:11:33.4562232Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-12-01T11:11:33.4562705Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-12-01T11:11:33.4563213Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-12-01T11:11:33.4563886Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-12-01T11:11:33.4564482Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-12-01T11:11:33.4565090Z [----------] 6 tests from AliasAnalysisTest (3 ms total) 2022-12-01T11:11:33.4565340Z 2022-12-01T11:11:33.4565512Z [----------] 4 tests from WriteTrackingTest 2022-12-01T11:11:33.4565810Z [ RUN ] WriteTrackingTest.Basic 2022-12-01T11:11:33.4566121Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-12-01T11:11:33.4566409Z [ RUN ] WriteTrackingTest.IsMutable 2022-12-01T11:11:33.4566725Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-12-01T11:11:33.4567040Z [ RUN ] WriteTrackingTest.IsImmutable 2022-12-01T11:11:33.4567350Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-12-01T11:11:33.4567667Z [ RUN ] WriteTrackingTest.HasWriters 2022-12-01T11:11:33.4567986Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-12-01T11:11:33.4568310Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-12-01T11:11:33.4568473Z 2022-12-01T11:11:33.4568647Z [----------] 13 tests from ContainerAliasingTest 2022-12-01T11:11:33.4568981Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-12-01T11:11:33.4572945Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-12-01T11:11:33.4573509Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-12-01T11:11:33.4574274Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-12-01T11:11:33.4575045Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-12-01T11:11:33.4575781Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-12-01T11:11:33.4576374Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-12-01T11:11:33.4577028Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-12-01T11:11:33.4577607Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-12-01T11:11:33.4578195Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-12-01T11:11:33.4578661Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-12-01T11:11:33.4579206Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-12-01T11:11:33.4579564Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-12-01T11:11:33.4580038Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-12-01T11:11:33.4580420Z [ RUN ] ContainerAliasingTest.Simple 2022-12-01T11:11:33.4580815Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-12-01T11:11:33.4581168Z [ RUN ] ContainerAliasingTest.Lists 2022-12-01T11:11:33.4581497Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-12-01T11:11:33.4581829Z [ RUN ] ContainerAliasingTest.Lists2 2022-12-01T11:11:33.4582277Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-12-01T11:11:33.4582705Z [ RUN ] ContainerAliasingTest.Conservative 2022-12-01T11:11:33.4583117Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-12-01T11:11:33.4583504Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-12-01T11:11:33.4583958Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-12-01T11:11:33.4584730Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-12-01T11:11:33.4585548Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-12-01T11:11:33.4586040Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-12-01T11:11:33.4586260Z 2022-12-01T11:11:33.4586442Z [----------] 3 tests from WildcardsTest 2022-12-01T11:11:33.4586776Z [ RUN ] WildcardsTest.Basic 2022-12-01T11:11:33.4587655Z [ OK ] WildcardsTest.Basic (0 ms) 2022-12-01T11:11:33.4588199Z [ RUN ] WildcardsTest.TypeIsolation 2022-12-01T11:11:33.4588774Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-12-01T11:11:33.4589259Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-12-01T11:11:33.4589958Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-12-01T11:11:33.4590475Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-12-01T11:11:33.4590639Z 2022-12-01T11:11:33.4590911Z [----------] 18 tests from AliasRegistrationTest 2022-12-01T11:11:33.4591602Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-12-01T11:11:33.4592399Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-12-01T11:11:33.4593018Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-12-01T11:11:33.4593491Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-12-01T11:11:33.4594001Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-12-01T11:11:33.4652751Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (5 ms) 2022-12-01T11:11:33.4653373Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-12-01T11:11:33.4674040Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-12-01T11:11:33.4674769Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-12-01T11:11:33.4683982Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-12-01T11:11:33.4684640Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-12-01T11:11:33.4685493Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-12-01T11:11:33.4686186Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-12-01T11:11:33.4686692Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-12-01T11:11:33.4687205Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-12-01T11:11:33.4687685Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-12-01T11:11:33.4688163Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-12-01T11:11:33.4688753Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-12-01T11:11:33.4689186Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-12-01T11:11:33.4689591Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-12-01T11:11:33.4690003Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-12-01T11:11:33.4710682Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-12-01T11:11:33.4711332Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-12-01T11:11:33.4711808Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-12-01T11:11:33.4712548Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-12-01T11:11:33.4713280Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-12-01T11:11:33.4713868Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-12-01T11:11:33.4714524Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-12-01T11:11:33.4715134Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-12-01T11:11:33.4715668Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-12-01T11:11:33.4716127Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-12-01T11:11:33.4716564Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-12-01T11:11:33.4716982Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-12-01T11:11:33.4717381Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-12-01T11:11:33.4717822Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-12-01T11:11:33.4737104Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-12-01T11:11:33.4737759Z [----------] 18 tests from AliasRegistrationTest (14 ms total) 2022-12-01T11:11:33.4737973Z 2022-12-01T11:11:33.4738195Z [----------] 2 tests from IRNonDeterminismTest 2022-12-01T11:11:33.4738508Z [ RUN ] IRNonDeterminismTest.Basic 2022-12-01T11:11:33.4738821Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-12-01T11:11:33.4739186Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-12-01T11:11:33.4739667Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-12-01T11:11:33.4740071Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-12-01T11:11:33.4740273Z 2022-12-01T11:11:33.4740495Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-12-01T11:11:33.4741228Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-12-01T11:11:33.4741939Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-12-01T11:11:33.4742423Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-12-01T11:11:33.4742727Z 2022-12-01T11:11:33.4742879Z [----------] 3 tests from AutodiffTest 2022-12-01T11:11:33.4743143Z [ RUN ] AutodiffTest.ADFormulas 2022-12-01T11:11:33.5191820Z [ OK ] AutodiffTest.ADFormulas (44 ms) 2022-12-01T11:11:33.5192158Z [ RUN ] AutodiffTest.Differentiate 2022-12-01T11:11:33.5196548Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-12-01T11:11:33.5196985Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-12-01T11:11:33.5215603Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-12-01T11:11:33.5216301Z [----------] 3 tests from AutodiffTest (47 ms total) 2022-12-01T11:11:33.5216476Z 2022-12-01T11:11:33.5216671Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-12-01T11:11:33.5217238Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-12-01T11:11:33.5229033Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-12-01T11:11:33.5229727Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-12-01T11:11:33.5229933Z 2022-12-01T11:11:33.5230078Z [----------] 1 test from UpgraderLoad 2022-12-01T11:11:33.5230406Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-12-01T11:11:33.5270849Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (4 ms) 2022-12-01T11:11:33.5271459Z [----------] 1 test from UpgraderLoad (4 ms total) 2022-12-01T11:11:33.5271608Z 2022-12-01T11:11:33.5271861Z [----------] 4 tests from OpReplacementTest 2022-12-01T11:11:33.5272250Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-12-01T11:11:33.5272997Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-12-01T11:11:33.5273528Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-12-01T11:11:33.5274515Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-12-01T11:11:33.5275151Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-12-01T11:11:33.5276563Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-12-01T11:11:33.5277248Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-12-01T11:11:33.5278302Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-12-01T11:11:33.5279077Z [----------] 4 tests from OpReplacementTest (0 ms total) 2022-12-01T11:11:33.5279295Z 2022-12-01T11:11:33.5279448Z [----------] 4 tests from UpgraderUtils 2022-12-01T11:11:33.5279748Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-12-01T11:11:33.5280098Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-12-01T11:11:33.5280439Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-12-01T11:11:33.5280773Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-12-01T11:11:33.5281109Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-12-01T11:11:33.5281448Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-12-01T11:11:33.5281781Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-12-01T11:11:33.5282104Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-12-01T11:11:33.5282440Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-12-01T11:11:33.5282592Z 2022-12-01T11:11:33.5282739Z [----------] 9 tests from BackendTest 2022-12-01T11:11:33.5282997Z [ RUN ] BackendTest.ToBackend 2022-12-01T11:11:33.5324386Z [ OK ] BackendTest.ToBackend (4 ms) 2022-12-01T11:11:33.5324793Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-12-01T11:11:33.5344887Z [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-12-01T11:11:33.5372839Z [ OK ] BackendTest.ToBackendNotAvailable (4 ms) 2022-12-01T11:11:33.5373249Z [ RUN ] BackendTest.TestCompiler 2022-12-01T11:11:33.5435689Z [ OK ] BackendTest.TestCompiler (6 ms) 2022-12-01T11:11:33.5436141Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-12-01T11:11:33.5486748Z [ OK ] BackendTest.TestCompilerWithStringTable (5 ms) 2022-12-01T11:11:33.5487165Z [ RUN ] BackendTest.TestComposite 2022-12-01T11:11:33.5583544Z [ OK ] BackendTest.TestComposite (9 ms) 2022-12-01T11:11:33.5583859Z [ RUN ] BackendTest.TestPrimDtype 2022-12-01T11:11:33.5588845Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-12-01T11:11:33.5589291Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-12-01T11:11:33.5691046Z [ OK ] BackendTest.TestCompositeWithSetStates (10 ms) 2022-12-01T11:11:33.5691494Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-12-01T11:11:33.5872125Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (18 ms) 2022-12-01T11:11:33.5872543Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-12-01T11:11:33.5886681Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-12-01T11:11:33.5887323Z [----------] 9 tests from BackendTest (60 ms total) 2022-12-01T11:11:33.5887599Z 2022-12-01T11:11:33.5887773Z [----------] 6 tests from BackendTestDebugInfo 2022-12-01T11:11:33.5888099Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-12-01T11:11:33.5985521Z [ OK ] BackendTestDebugInfo.TestCompiler (9 ms) 2022-12-01T11:11:33.5986188Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-12-01T11:11:33.6083201Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (9 ms) 2022-12-01T11:11:33.6083735Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-12-01T11:11:33.6182583Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (9 ms) 2022-12-01T11:11:33.6183215Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-12-01T11:11:33.6282340Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (9 ms) 2022-12-01T11:11:33.6282966Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-12-01T11:11:33.6385760Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (10 ms) 2022-12-01T11:11:33.6386426Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-12-01T11:11:33.6488952Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (10 ms) 2022-12-01T11:11:33.6489491Z [----------] 6 tests from BackendTestDebugInfo (60 ms total) 2022-12-01T11:11:33.6489672Z 2022-12-01T11:11:33.6489832Z [----------] 4 tests from ClassImportTest 2022-12-01T11:11:33.6490115Z [ RUN ] ClassImportTest.Basic 2022-12-01T11:11:33.6495175Z [ OK ] ClassImportTest.Basic (0 ms) 2022-12-01T11:11:33.6495485Z [ RUN ] ClassImportTest.ScriptObject 2022-12-01T11:11:33.6527812Z [ OK ] ClassImportTest.ScriptObject (3 ms) 2022-12-01T11:11:33.6528224Z [ RUN ] ClassImportTest.ClassDerive 2022-12-01T11:11:33.6528774Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-12-01T11:11:33.6529200Z [ RUN ] ClassImportTest.CustomClass 2022-12-01T11:11:33.6530366Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-12-01T11:11:33.6530870Z [----------] 4 tests from ClassImportTest (4 ms total) 2022-12-01T11:11:33.6531098Z 2022-12-01T11:11:33.6531402Z [----------] 1 test from ClassParserTest 2022-12-01T11:11:33.6532029Z [ RUN ] ClassParserTest.Basic 2022-12-01T11:11:33.6532304Z [ OK ] ClassParserTest.Basic (0 ms) 2022-12-01T11:11:33.6532624Z [----------] 1 test from ClassParserTest (0 ms total) 2022-12-01T11:11:33.6532780Z 2022-12-01T11:11:33.6532929Z [----------] 3 tests from ClassTypeTest 2022-12-01T11:11:33.6533219Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-12-01T11:11:33.6533523Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-12-01T11:11:33.6533843Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-12-01T11:11:33.6534176Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-12-01T11:11:33.6534613Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-12-01T11:11:33.6539907Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-12-01T11:11:33.6540887Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-12-01T11:11:33.6541052Z 2022-12-01T11:11:33.6541218Z [----------] 2 tests from TestCodeTemplate 2022-12-01T11:11:33.6541497Z [ RUN ] TestCodeTemplate.Copying 2022-12-01T11:11:33.6541799Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-12-01T11:11:33.6542105Z [ RUN ] TestCodeTemplate.Formatting 2022-12-01T11:11:33.6542407Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-12-01T11:11:33.6542739Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-12-01T11:11:33.6542898Z 2022-12-01T11:11:33.6543049Z [----------] 13 tests from ConcatOptTest 2022-12-01T11:11:33.6543412Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-12-01T11:11:33.6594156Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-12-01T11:11:33.6595367Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-12-01T11:11:33.6630887Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-12-01T11:11:33.6631892Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-12-01T11:11:33.6659429Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (2 ms) 2022-12-01T11:11:33.6660211Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-12-01T11:11:33.6735087Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (7 ms) 2022-12-01T11:11:33.6735705Z [ RUN ] ConcatOptTest.ExpandConcat 2022-12-01T11:11:33.6762628Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-12-01T11:11:33.6763211Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-12-01T11:11:33.6785897Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (2 ms) 2022-12-01T11:11:33.6786685Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-12-01T11:11:33.6809660Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-12-01T11:11:33.6810343Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-12-01T11:11:33.6864655Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-12-01T11:11:33.6865336Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-12-01T11:11:33.6882051Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-12-01T11:11:33.6883004Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-12-01T11:11:33.6905277Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-12-01T11:11:33.6906677Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-12-01T11:11:33.6932942Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (2 ms) 2022-12-01T11:11:33.6933884Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-12-01T11:11:33.6969708Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (3 ms) 2022-12-01T11:11:33.6970797Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-12-01T11:11:33.7006012Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-12-01T11:11:33.7006974Z [----------] 13 tests from ConcatOptTest (46 ms total) 2022-12-01T11:11:33.7007256Z 2022-12-01T11:11:33.7007569Z [----------] 1 test from OptimizeConcatTest 2022-12-01T11:11:33.7008289Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-12-01T11:11:33.7041197Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (3 ms) 2022-12-01T11:11:33.7042021Z [----------] 1 test from OptimizeConcatTest (3 ms total) 2022-12-01T11:11:33.7042349Z 2022-12-01T11:11:33.7042618Z [----------] 3 tests from ConcatOpt 2022-12-01T11:11:33.7043282Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-12-01T11:11:33.7044144Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-12-01T11:11:33.7044717Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-12-01T11:11:33.7046678Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-12-01T11:11:33.7047971Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-12-01T11:11:33.7049026Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-12-01T11:11:33.7049518Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-12-01T11:11:33.7049760Z 2022-12-01T11:11:33.7050036Z [----------] 4 tests from ConstantPoolingTest 2022-12-01T11:11:33.7050503Z [ RUN ] ConstantPoolingTest.Int 2022-12-01T11:11:33.7050966Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-12-01T11:11:33.7051537Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-12-01T11:11:33.7052193Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-12-01T11:11:33.7052867Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-12-01T11:11:33.7053598Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-12-01T11:11:33.7054252Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-12-01T11:11:33.7055008Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-12-01T11:11:33.7055647Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-12-01T11:11:33.7055938Z 2022-12-01T11:11:33.7056201Z [----------] 1 test from CleanupPassTest 2022-12-01T11:11:33.7056676Z [ RUN ] CleanupPassTest.Basic 2022-12-01T11:11:33.7057165Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-12-01T11:11:33.7057683Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-12-01T11:11:33.7057966Z 2022-12-01T11:11:33.7058304Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-12-01T11:11:33.7058872Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-12-01T11:11:33.7062647Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-12-01T11:11:33.7063473Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-12-01T11:11:33.7063905Z 2022-12-01T11:11:33.7064158Z [----------] 4 tests from CustomClassTest 2022-12-01T11:11:33.7064929Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-12-01T11:11:33.7079417Z [ OK ] CustomClassTest.TorchbindIValueAPI (1 ms) 2022-12-01T11:11:33.7080002Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-12-01T11:11:33.7082892Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-12-01T11:11:33.7083620Z [ RUN ] CustomClassTest.TestDocString 2022-12-01T11:11:33.7084300Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-12-01T11:11:33.7084954Z [ RUN ] CustomClassTest.Serialization 2022-12-01T11:11:33.7096493Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-12-01T11:11:33.7097810Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-12-01T11:11:33.7098444Z 2022-12-01T11:11:33.7098735Z [----------] 5 tests from CustomOperatorTest 2022-12-01T11:11:33.7099470Z [ RUN ] CustomOperatorTest.InferredSchema 2022-12-01T11:11:33.7100202Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-12-01T11:11:33.7100980Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-12-01T11:11:33.7101562Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-12-01T11:11:33.7102248Z [ RUN ] CustomOperatorTest.ListParameters 2022-12-01T11:11:33.7102913Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-12-01T11:11:33.7103495Z [ RUN ] CustomOperatorTest.ListParameters2 2022-12-01T11:11:33.7104080Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-12-01T11:11:33.7104990Z [ RUN ] CustomOperatorTest.Aliasing 2022-12-01T11:11:33.7106174Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-12-01T11:11:33.7106820Z [----------] 5 tests from CustomOperatorTest (1 ms total) 2022-12-01T11:11:33.7107111Z 2022-12-01T11:11:33.7107368Z [----------] 2 tests from TestCustomOperator 2022-12-01T11:11:33.7108116Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-12-01T11:11:33.7108847Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-12-01T11:11:33.7109592Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-12-01T11:11:33.7110251Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-12-01T11:11:33.7110883Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-12-01T11:11:33.7111153Z 2022-12-01T11:11:33.7111434Z [----------] 1 test from EliminateDeadCodeTest 2022-12-01T11:11:33.7111926Z [ RUN ] EliminateDeadCodeTest.Basic 2022-12-01T11:11:33.7112448Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-12-01T11:11:33.7113022Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-12-01T11:11:33.7113370Z 2022-12-01T11:11:33.7113602Z [----------] 2 tests from FuserTest 2022-12-01T11:11:33.7114043Z [ RUN ] FuserTest.FusionAliasing 2022-12-01T11:11:33.7114546Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-12-01T11:11:33.7115159Z [ RUN ] FuserTest.KernelCaching 2022-12-01T11:11:33.7117610Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-12-01T11:11:33.7118133Z [----------] 2 tests from FuserTest (0 ms total) 2022-12-01T11:11:33.7118382Z 2022-12-01T11:11:33.7118647Z [----------] 1 test from GraphExecutorTest 2022-12-01T11:11:33.7119167Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-12-01T11:11:33.7237707Z [ OK ] GraphExecutorTest.runAsync_executor (11 ms) 2022-12-01T11:11:33.7238594Z [----------] 1 test from GraphExecutorTest (11 ms total) 2022-12-01T11:11:33.7239003Z 2022-12-01T11:11:33.7239512Z [----------] 5 tests from GraphIteratorTest 2022-12-01T11:11:33.7240330Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-12-01T11:11:33.7241311Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-12-01T11:11:33.7242208Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-12-01T11:11:33.7243137Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-12-01T11:11:33.7243832Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-12-01T11:11:33.7244513Z [ OK ] GraphIteratorTest.GraphWithIf (0 ms) 2022-12-01T11:11:33.7245227Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-12-01T11:11:33.7245998Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-12-01T11:11:33.7246699Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-12-01T11:11:33.7247420Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-12-01T11:11:33.7248246Z [----------] 5 tests from GraphIteratorTest (0 ms total) 2022-12-01T11:11:33.7248803Z 2022-12-01T11:11:33.7249276Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-12-01T11:11:33.7250071Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-12-01T11:11:33.7250936Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (0 ms) 2022-12-01T11:11:33.7251811Z [----------] 1 test from CSDebugInfoSerializaitionTest (0 ms total) 2022-12-01T11:11:33.7252261Z 2022-12-01T11:11:33.7252561Z [----------] 1 test from InlinerTest 2022-12-01T11:11:33.7253102Z [ RUN ] InlinerTest.Basic 2022-12-01T11:11:33.7253746Z [ OK ] InlinerTest.Basic (0 ms) 2022-12-01T11:11:33.7255036Z [----------] 1 test from InlinerTest (0 ms total) 2022-12-01T11:11:33.7255353Z 2022-12-01T11:11:33.7255649Z [----------] 1 test from InterfaceTest 2022-12-01T11:11:33.7256495Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-12-01T11:11:33.7276537Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (2 ms) 2022-12-01T11:11:33.7277888Z [----------] 1 test from InterfaceTest (2 ms total) 2022-12-01T11:11:33.7278182Z 2022-12-01T11:11:33.7278445Z [----------] 4 tests from TypeCheckTest 2022-12-01T11:11:33.7278876Z [ RUN ] TypeCheckTest.MatchingType 2022-12-01T11:11:33.7281965Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-12-01T11:11:33.7282446Z [ RUN ] TypeCheckTest.SizeMismatch 2022-12-01T11:11:33.7284293Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-12-01T11:11:33.7284803Z [ RUN ] TypeCheckTest.GradientMismatch 2022-12-01T11:11:33.7286550Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-12-01T11:11:33.7287671Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-12-01T11:11:33.7291382Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-12-01T11:11:33.7292551Z [----------] 4 tests from TypeCheckTest (1 ms total) 2022-12-01T11:11:33.7292935Z 2022-12-01T11:11:33.7293932Z [----------] 3 tests from InterpreterTest 2022-12-01T11:11:33.7295172Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-12-01T11:11:33.7303878Z [ OK ] InterpreterTest.IgnorableArgsInSchema (0 ms) 2022-12-01T11:11:33.7305102Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-12-01T11:11:33.7307969Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-12-01T11:11:33.7308930Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-12-01T11:11:33.7358348Z [ OK ] InterpreterTest.runAsyncBasicTest (4 ms) 2022-12-01T11:11:33.7359443Z [----------] 3 tests from InterpreterTest (6 ms total) 2022-12-01T11:11:33.7359722Z 2022-12-01T11:11:33.7360950Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-12-01T11:11:33.7362646Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-12-01T11:11:33.7750877Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (38 ms) 2022-12-01T11:11:33.7812047Z [----------] 1 test from EnableRethrowCaughtExceptionTest (44 ms total) 2022-12-01T11:11:33.7812382Z 2022-12-01T11:11:33.7813423Z [----------] 4 tests from IRTest 2022-12-01T11:11:33.7815321Z [ RUN ] IRTest.Attributes 2022-12-01T11:11:33.7816891Z [ OK ] IRTest.Attributes (0 ms) 2022-12-01T11:11:33.7818450Z [ RUN ] IRTest.Blocks 2022-12-01T11:11:33.7824749Z [ OK ] IRTest.Blocks (0 ms) 2022-12-01T11:11:33.7830354Z [ RUN ] IRTest.CommonAncestor 2022-12-01T11:11:33.7833638Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-12-01T11:11:33.7836758Z [ RUN ] IRTest.OperatorMap 2022-12-01T11:11:33.7839901Z [ OK ] IRTest.OperatorMap (0 ms) 2022-12-01T11:11:33.7843038Z [----------] 4 tests from IRTest (2 ms total) 2022-12-01T11:11:33.7843777Z 2022-12-01T11:11:33.7844480Z [----------] 21 tests from IRParserTest 2022-12-01T11:11:33.7845542Z [ RUN ] IRParserTest.Basic 2022-12-01T11:11:33.7847835Z [ OK ] IRParserTest.Basic (0 ms) 2022-12-01T11:11:33.7849701Z [ RUN ] IRParserTest.NestedBlock 2022-12-01T11:11:33.7852085Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-12-01T11:11:33.7853882Z [ RUN ] IRParserTest.If 2022-12-01T11:11:33.7857341Z [ OK ] IRParserTest.If (0 ms) 2022-12-01T11:11:33.7859846Z [ RUN ] IRParserTest.If2 2022-12-01T11:11:33.7863093Z [ OK ] IRParserTest.If2 (0 ms) 2022-12-01T11:11:33.7865800Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-12-01T11:11:33.7867598Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-12-01T11:11:33.7869273Z [ RUN ] IRParserTest.ValueReuse 2022-12-01T11:11:33.7870985Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-12-01T11:11:33.7872565Z [ RUN ] IRParserTest.Attributes 2022-12-01T11:11:33.7875937Z [ OK ] IRParserTest.Attributes (0 ms) 2022-12-01T11:11:33.7878248Z [ RUN ] IRParserTest.OptionalTypes 2022-12-01T11:11:33.7880286Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-12-01T11:11:33.7881958Z [ RUN ] IRParserTest.StarTensor 2022-12-01T11:11:33.7884067Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-12-01T11:11:33.7885737Z [ RUN ] IRParserTest.UnshapedTensor 2022-12-01T11:11:33.7887799Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-12-01T11:11:33.7889323Z [ RUN ] IRParserTest.ShapedTensor 2022-12-01T11:11:33.7891411Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-12-01T11:11:33.7892982Z [ RUN ] IRParserTest.NestedContrainer 2022-12-01T11:11:33.7895637Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-12-01T11:11:33.7897632Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-12-01T11:11:33.7900438Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-12-01T11:11:33.7902675Z [ RUN ] IRParserTest.FileCheck 2022-12-01T11:11:33.7904799Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-12-01T11:11:33.7906216Z [ RUN ] IRParserTest.Strides 2022-12-01T11:11:33.7908294Z [ OK ] IRParserTest.Strides (0 ms) 2022-12-01T11:11:33.7909962Z [ RUN ] IRParserTest.MalformedStrides 2022-12-01T11:11:33.7912392Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-12-01T11:11:33.7914332Z [ RUN ] IRParserTest.TensorShapes 2022-12-01T11:11:33.7916478Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-12-01T11:11:33.7918271Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-12-01T11:11:33.7921290Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-12-01T11:11:33.7923432Z [ RUN ] IRParserTest.ListConstant 2022-12-01T11:11:33.7925428Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-12-01T11:11:33.7927005Z [ RUN ] IRParserTest.PartialStarTensor 2022-12-01T11:11:33.7928924Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-12-01T11:11:33.7930370Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-12-01T11:11:33.7932547Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-12-01T11:11:33.7934312Z [----------] 21 tests from IRParserTest (8 ms total) 2022-12-01T11:11:33.7934641Z 2022-12-01T11:11:33.7935898Z [----------] 2 tests from JitTypeTest 2022-12-01T11:11:33.7937292Z [ RUN ] JitTypeTest.IsComplete 2022-12-01T11:11:33.7939189Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-12-01T11:11:33.7939628Z [ RUN ] JitTypeTest.UnifyTypes 2022-12-01T11:11:33.7941738Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-12-01T11:11:33.7944291Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-12-01T11:11:33.7944646Z 2022-12-01T11:11:33.7944935Z [----------] 42 tests from LiteInterpreterTest 2022-12-01T11:11:33.7946014Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-12-01T11:11:33.7983893Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (3 ms) 2022-12-01T11:11:33.7992850Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-12-01T11:11:33.7997284Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-12-01T11:11:33.8000656Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-12-01T11:11:33.8045590Z [ OK ] LiteInterpreterTest.MethodInvocation (4 ms) 2022-12-01T11:11:33.8088811Z [ RUN ] LiteInterpreterTest.Conv 2022-12-01T11:11:33.8162299Z [ OK ] LiteInterpreterTest.Conv (7 ms) 2022-12-01T11:11:33.8164788Z [ RUN ] LiteInterpreterTest.Inline 2022-12-01T11:11:33.8180386Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-12-01T11:11:33.8195082Z [ RUN ] LiteInterpreterTest.Tuple 2022-12-01T11:11:33.8207416Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-12-01T11:11:33.8218787Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-12-01T11:11:33.8230077Z [ OK ] LiteInterpreterTest.AtenFormat (1 ms) 2022-12-01T11:11:33.8240180Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-12-01T11:11:33.8248769Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-12-01T11:11:33.8255524Z [ RUN ] LiteInterpreterTest.Dict 2022-12-01T11:11:33.8267817Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-12-01T11:11:33.8279097Z [ RUN ] LiteInterpreterTest.List 2022-12-01T11:11:33.8294665Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-12-01T11:11:33.8309157Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-12-01T11:11:33.8309920Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-12-01T11:11:33.8310584Z [ RUN ] LiteInterpreterTest.Prim 2022-12-01T11:11:33.8320362Z [ OK ] LiteInterpreterTest.Prim (1 ms) 2022-12-01T11:11:33.8321056Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-12-01T11:11:33.8337548Z [ OK ] LiteInterpreterTest.PrimScalar (1 ms) 2022-12-01T11:11:33.8338329Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-12-01T11:11:33.8462292Z [ OK ] LiteInterpreterTest.LoadOrigJit (12 ms) 2022-12-01T11:11:33.8463092Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-12-01T11:11:33.8530939Z [ OK ] LiteInterpreterTest.WrongMethodName (6 ms) 2022-12-01T11:11:33.8531725Z [ RUN ] LiteInterpreterTest.SetState 2022-12-01T11:11:33.8604784Z [ OK ] LiteInterpreterTest.SetState (7 ms) 2022-12-01T11:11:33.8605539Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-12-01T11:11:33.8665120Z [ OK ] LiteInterpreterTest.BuiltinClass (6 ms) 2022-12-01T11:11:33.8665915Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-12-01T11:11:33.8686861Z [ OK ] LiteInterpreterTest.BuiltinFunction (2 ms) 2022-12-01T11:11:33.8687531Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-12-01T11:11:33.8688438Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T11:11:33.8689360Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-12-01T11:11:33.8690278Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T11:11:33.8691100Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-12-01T11:11:33.8691903Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-12-01T11:11:33.8692676Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-12-01T11:11:33.8705534Z [ OK ] LiteInterpreterTest.GetContainTypes (1 ms) 2022-12-01T11:11:33.8706853Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-12-01T11:11:33.9778026Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (106 ms) 2022-12-01T11:11:33.9778988Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-12-01T11:11:33.9844109Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T11:11:33.9844949Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-12-01T11:11:33.9902524Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-12-01T11:11:33.9903300Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-12-01T11:11:34.0006628Z [ OK ] LiteInterpreterTest.isCompatibleFail (10 ms) 2022-12-01T11:11:34.0007332Z [ RUN ] LiteInterpreterTest.Eval 2022-12-01T11:11:34.0018024Z [ OK ] LiteInterpreterTest.Eval (1 ms) 2022-12-01T11:11:34.0018693Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-12-01T11:11:34.0022899Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-12-01T11:11:34.0023572Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-12-01T11:11:34.0031308Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-12-01T11:11:34.0032131Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-12-01T11:11:34.0037947Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-12-01T11:11:34.0038739Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-12-01T11:11:34.0048798Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-12-01T11:11:34.0049519Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-12-01T11:11:34.0054015Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-12-01T11:11:34.0054933Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-12-01T11:11:34.0063581Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T11:11:34.0064600Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-12-01T11:11:34.0077235Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-12-01T11:11:34.0078253Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-12-01T11:11:34.0122253Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-12-01T11:11:34.0123286Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:11:34.0133643Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T11:11:34.0134838Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-12-01T11:11:34.0152077Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T11:11:34.0153132Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-12-01T11:11:34.0159271Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T11:11:34.0160327Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T11:11:34.0246151Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-12-01T11:11:34.0247298Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:11:34.0276282Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-12-01T11:11:34.0297434Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-12-01T11:11:34.0298246Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-12-01T11:11:34.0299171Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-12-01T11:11:34.0299920Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-12-01T11:11:34.0300668Z [----------] 42 tests from LiteInterpreterTest (234 ms total) 2022-12-01T11:11:34.0301044Z 2022-12-01T11:11:34.0301352Z [----------] 3 tests from RunTimeTest 2022-12-01T11:11:34.0302258Z [ RUN ] RunTimeTest.ParseBytecode 2022-12-01T11:11:34.0302881Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-12-01T11:11:34.0303517Z [ RUN ] RunTimeTest.ParseOperator 2022-12-01T11:11:34.0304174Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-12-01T11:11:34.0304997Z [ RUN ] RunTimeTest.RuntimeCall 2022-12-01T11:11:34.0305638Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-12-01T11:11:34.0306304Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-12-01T11:11:34.0306620Z 2022-12-01T11:11:34.0307030Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-12-01T11:11:34.0307771Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-12-01T11:11:34.0308582Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T11:11:34.0309646Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-12-01T11:11:34.0310484Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T11:11:34.0311363Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-12-01T11:11:34.0312270Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T11:11:34.0313151Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-12-01T11:11:34.0314020Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T11:11:34.0314977Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T11:11:34.0316657Z expect output: 0.5000 2022-12-01T11:11:34.0317077Z [ CPUFloatType{1} ]actual output: 0.5000 2022-12-01T11:11:34.0317998Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T11:11:34.0319030Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T11:11:34.0320031Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T11:11:34.0320949Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-12-01T11:11:34.0321847Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T11:11:34.0322705Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-12-01T11:11:34.0324639Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T11:11:34.0325568Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T11:11:34.0326551Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T11:11:34.0327515Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-12-01T11:11:34.0328472Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T11:11:34.0329315Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-12-01T11:11:34.0330095Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-12-01T11:11:34.0330915Z [----------] 11 tests from LiteInterpreterUpgraderTest (1 ms total) 2022-12-01T11:11:34.0331304Z 2022-12-01T11:11:34.0331696Z [----------] 29 tests from LiteInterpreterDirectTest 2022-12-01T11:11:34.0332470Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-12-01T11:11:34.0333347Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-12-01T11:11:34.0334175Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-12-01T11:11:34.0335077Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-12-01T11:11:34.0335903Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-12-01T11:11:34.0336402Z hello 2022-12-01T11:11:34.0336723Z hello 3 2022-12-01T11:11:34.0337045Z hello 2022-12-01T11:11:34.0337340Z hello 3 2022-12-01T11:11:34.0341488Z hello 2022-12-01T11:11:34.0341831Z hello 3 2022-12-01T11:11:34.0342521Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-12-01T11:11:34.0343431Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-12-01T11:11:34.0354777Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-12-01T11:11:34.0355715Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-12-01T11:11:34.0361132Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-12-01T11:11:34.0361889Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-12-01T11:11:34.0364718Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-12-01T11:11:34.0365405Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-12-01T11:11:34.0368525Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-12-01T11:11:34.0369238Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-12-01T11:11:34.0371460Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-12-01T11:11:34.0372495Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-12-01T11:11:34.0375390Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-12-01T11:11:34.0376135Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-12-01T11:11:34.0389659Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-12-01T11:11:34.0390578Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-12-01T11:11:34.0406689Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-12-01T11:11:34.0407534Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-12-01T11:11:34.0410650Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-12-01T11:11:34.0411584Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-12-01T11:11:34.0412581Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-12-01T11:11:34.0413578Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-12-01T11:11:34.0414629Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-12-01T11:11:34.0415583Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-12-01T11:11:34.0416490Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-12-01T11:11:34.0417395Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-12-01T11:11:34.0479222Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (6 ms) 2022-12-01T11:11:34.0480065Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-12-01T11:11:34.0485584Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-12-01T11:11:34.0487010Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-12-01T11:11:34.0488989Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-12-01T11:11:34.0489881Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-12-01T11:11:34.0492955Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-12-01T11:11:34.0493826Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-12-01T11:11:34.0497849Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-12-01T11:11:34.0498711Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-12-01T11:11:34.0502802Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-12-01T11:11:34.0503781Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-12-01T11:11:34.0508547Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T11:11:34.0509504Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-12-01T11:11:34.0518130Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-12-01T11:11:34.0519243Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-12-01T11:11:34.0552032Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-12-01T11:11:34.0553647Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:11:34.0559230Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-12-01T11:11:34.0560270Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-12-01T11:11:34.0577667Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-12-01T11:11:34.0578805Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-12-01T11:11:34.0583232Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-12-01T11:11:34.0584538Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-12-01T11:11:34.0668962Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-12-01T11:11:34.0670573Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:11:34.0687212Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (1 ms) 2022-12-01T11:11:34.0688012Z [----------] 29 tests from LiteInterpreterDirectTest (37 ms total) 2022-12-01T11:11:34.0688337Z 2022-12-01T11:11:34.0688609Z [----------] 7 tests from LiteTrainerTest 2022-12-01T11:11:34.0689071Z [ RUN ] LiteTrainerTest.Params 2022-12-01T11:11:34.0769550Z [ OK ] LiteTrainerTest.Params (8 ms) 2022-12-01T11:11:34.0770233Z [ RUN ] LiteTrainerTest.SGD 2022-12-01T11:11:34.0834686Z [ OK ] LiteTrainerTest.SGD (6 ms) 2022-12-01T11:11:34.0837150Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-12-01T11:11:34.0837977Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-12-01T11:11:34.0838901Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T11:11:34.0840011Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T11:11:34.0841099Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T11:11:34.0843818Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:11:34.0844760Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-12-01T11:11:34.0845561Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-12-01T11:11:34.0846456Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T11:11:34.0847439Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:11:34.0848319Z [----------] 7 tests from LiteTrainerTest (14 ms total) 2022-12-01T11:11:34.0848642Z 2022-12-01T11:11:34.0848951Z [----------] 6 tests from MobileTest 2022-12-01T11:11:34.0849624Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-12-01T11:11:34.0850399Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-12-01T11:11:34.0851152Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-12-01T11:11:34.0851969Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-12-01T11:11:34.0852787Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-12-01T11:11:34.0853633Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-12-01T11:11:34.0854569Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-12-01T11:11:34.0855478Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-12-01T11:11:34.0856436Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-12-01T11:11:34.0881651Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (3 ms) 2022-12-01T11:11:34.0882643Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-12-01T11:11:34.0897640Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-12-01T11:11:34.0898762Z [----------] 6 tests from MobileTest (6 ms total) 2022-12-01T11:11:34.0899070Z 2022-12-01T11:11:34.0899295Z [----------] 1 test from MemoryDAGTest 2022-12-01T11:11:34.0899797Z [ RUN ] MemoryDAGTest.Basic 2022-12-01T11:11:34.0900421Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-12-01T11:11:34.0901042Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-12-01T11:11:34.0901516Z 2022-12-01T11:11:34.0901951Z [----------] 1 test from InternedStringsTest 2022-12-01T11:11:34.0902771Z [ RUN ] InternedStringsTest.Basic 2022-12-01T11:11:34.0903611Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-12-01T11:11:34.0904755Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-12-01T11:11:34.0905161Z 2022-12-01T11:11:34.0905582Z [----------] 1 test from FromQualStringTest 2022-12-01T11:11:34.0906487Z [ RUN ] FromQualStringTest.Basic 2022-12-01T11:11:34.0907320Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-12-01T11:11:34.0908264Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-12-01T11:11:34.0908704Z 2022-12-01T11:11:34.0909107Z [----------] 1 test from THNNConvTest 2022-12-01T11:11:34.0909845Z [ RUN ] THNNConvTest.Basic 2022-12-01T11:11:34.0911304Z [ OK ] THNNConvTest.Basic (1 ms) 2022-12-01T11:11:34.0912140Z [----------] 1 test from THNNConvTest (1 ms total) 2022-12-01T11:11:34.0912632Z 2022-12-01T11:11:34.0913138Z [----------] 1 test from ATenNativeBatchNormTest 2022-12-01T11:11:34.0913809Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-12-01T11:11:34.0920525Z [ OK ] ATenNativeBatchNormTest.Basic (0 ms) 2022-12-01T11:11:34.0921418Z [----------] 1 test from ATenNativeBatchNormTest (0 ms total) 2022-12-01T11:11:34.0921858Z 2022-12-01T11:11:34.0922322Z [----------] 2 tests from CustomFusionTest 2022-12-01T11:11:34.0922915Z [ RUN ] CustomFusionTest.Basic 2022-12-01T11:11:34.0923537Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-12-01T11:11:34.0924187Z [ RUN ] CustomFusionTest.NestedBlocks 2022-12-01T11:11:34.0924998Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-12-01T11:11:34.0925716Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-12-01T11:11:34.0926051Z 2022-12-01T11:11:34.0926373Z [----------] 1 test from ControlFlowTest 2022-12-01T11:11:34.0926956Z [ RUN ] ControlFlowTest.Basic 2022-12-01T11:11:34.0932433Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-12-01T11:11:34.0933417Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-12-01T11:11:34.0934198Z 2022-12-01T11:11:34.0934738Z [----------] 1 test from ProtoTest 2022-12-01T11:11:34.0935449Z [ RUN ] ProtoTest.Basic 2022-12-01T11:11:34.0936162Z [ OK ] ProtoTest.Basic (0 ms) 2022-12-01T11:11:34.0936985Z [----------] 1 test from ProtoTest (0 ms total) 2022-12-01T11:11:34.0937387Z 2022-12-01T11:11:34.0937837Z [----------] 9 tests from SchemaParserTest 2022-12-01T11:11:34.0938742Z [ RUN ] SchemaParserTest.NestedArrays 2022-12-01T11:11:34.0939448Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-12-01T11:11:34.0940126Z [ RUN ] SchemaParserTest.OutVariant 2022-12-01T11:11:34.0940786Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-12-01T11:11:34.0941472Z [ RUN ] SchemaParserTest.NamedReturns 2022-12-01T11:11:34.0942181Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-12-01T11:11:34.0942865Z [ RUN ] SchemaParserTest.Futures 2022-12-01T11:11:34.0943475Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-12-01T11:11:34.0944167Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-12-01T11:11:34.0945139Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-12-01T11:11:34.0946740Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-12-01T11:11:34.0947677Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-12-01T11:11:34.0948595Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-12-01T11:11:34.0949532Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-12-01T11:11:34.0950330Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-12-01T11:11:34.0951060Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-12-01T11:11:34.0951791Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-12-01T11:11:34.0952518Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-12-01T11:11:34.0953281Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-12-01T11:11:34.0953616Z 2022-12-01T11:11:34.0954084Z [----------] 2 tests from TopologicalIndexTest 2022-12-01T11:11:34.0954715Z [ RUN ] TopologicalIndexTest.Basic 2022-12-01T11:11:34.0955382Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-12-01T11:11:34.0956053Z [ RUN ] TopologicalIndexTest.Reindex 2022-12-01T11:11:34.0956739Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-12-01T11:11:34.0957469Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-12-01T11:11:34.0957827Z 2022-12-01T11:11:34.0958177Z [----------] 7 tests from RecordFunctionTest 2022-12-01T11:11:34.0958924Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-12-01T11:11:34.0959784Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-12-01T11:11:34.0960593Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-12-01T11:11:34.0992589Z [ OK ] RecordFunctionTest.SampledCallbacks (4 ms) 2022-12-01T11:11:34.0993377Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-12-01T11:11:34.0994180Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-12-01T11:11:34.0994908Z [ RUN ] RecordFunctionTest.Callbacks 2022-12-01T11:11:34.0995572Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-12-01T11:11:34.0996217Z [ RUN ] RecordFunctionTest.ShouldRun 2022-12-01T11:11:34.0996906Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-12-01T11:11:34.0997498Z [ RUN ] RecordFunctionTest.Basic 2022-12-01T11:11:34.0998074Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-12-01T11:11:34.0998785Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-12-01T11:11:34.0999601Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-12-01T11:11:34.1000397Z [----------] 7 tests from RecordFunctionTest (5 ms total) 2022-12-01T11:11:34.1000740Z 2022-12-01T11:11:34.1001109Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-12-01T11:11:34.1001799Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-12-01T11:11:34.1002526Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-12-01T11:11:34.1003296Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-12-01T11:11:34.1003647Z 2022-12-01T11:11:34.1003991Z [----------] 1 test from TestSymIntArrayRef 2022-12-01T11:11:34.1004673Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-12-01T11:11:34.1005440Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-12-01T11:11:34.1006183Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-12-01T11:11:34.1006528Z 2022-12-01T11:11:34.1006829Z [----------] 5 tests from TestSymInt 2022-12-01T11:11:34.1007504Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-12-01T11:11:34.1008310Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-12-01T11:11:34.1008970Z [ RUN ] TestSymInt.NarrowCopy 2022-12-01T11:11:34.1009582Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-12-01T11:11:34.1010375Z [ RUN ] TestSymInt.AddSymbolicInt 2022-12-01T11:11:34.1010999Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-12-01T11:11:34.1011632Z [ RUN ] TestSymInt.TestIntrusive 2022-12-01T11:11:34.1012274Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-12-01T11:11:34.1012992Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-12-01T11:11:34.1013840Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-12-01T11:11:34.1014656Z [----------] 5 tests from TestSymInt (0 ms total) 2022-12-01T11:11:34.1014974Z 2022-12-01T11:11:34.1015328Z [----------] 1 test from FallbackGraphsTest 2022-12-01T11:11:34.1015934Z [ RUN ] FallbackGraphsTest.Basic 2022-12-01T11:11:34.1016830Z [ OK ] FallbackGraphsTest.Basic (0 ms) 2022-12-01T11:11:34.1017668Z [----------] 1 test from FallbackGraphsTest (0 ms total) 2022-12-01T11:11:34.1018023Z 2022-12-01T11:11:34.1018373Z [----------] 1 test from NoneSchemaMatchTest 2022-12-01T11:11:34.1018984Z [ RUN ] NoneSchemaMatchTest.Basic 2022-12-01T11:11:34.1019637Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-12-01T11:11:34.1020355Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-12-01T11:11:34.1020702Z 2022-12-01T11:11:34.1021036Z [----------] 1 test from PassManagementTest 2022-12-01T11:11:34.1021663Z [ RUN ] PassManagementTest.Basic 2022-12-01T11:11:34.1022319Z [ OK ] PassManagementTest.Basic (0 ms) 2022-12-01T11:11:34.1023013Z [----------] 1 test from PassManagementTest (0 ms total) 2022-12-01T11:11:34.1023351Z 2022-12-01T11:11:34.1023673Z [----------] 5 tests from LoopPeelerTest 2022-12-01T11:11:34.1024569Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-12-01T11:11:34.1025376Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-12-01T11:11:34.1026172Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-12-01T11:11:34.1026999Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-12-01T11:11:34.1027853Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-12-01T11:11:34.1028722Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-12-01T11:11:34.1029533Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-12-01T11:11:34.1033630Z [ OK ] LoopPeelerTest.SimpleNestedLoops (0 ms) 2022-12-01T11:11:34.1034399Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-12-01T11:11:34.1041817Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (0 ms) 2022-12-01T11:11:34.1042570Z [----------] 5 tests from LoopPeelerTest (2 ms total) 2022-12-01T11:11:34.1042898Z 2022-12-01T11:11:34.1043194Z [----------] 1 test from JitTracing 2022-12-01T11:11:34.1043732Z [ RUN ] JitTracing.Basic 2022-12-01T11:11:34.1174020Z [ OK ] JitTracing.Basic (12 ms) 2022-12-01T11:11:34.1174754Z [----------] 1 test from JitTracing (13 ms total) 2022-12-01T11:11:34.1175067Z 2022-12-01T11:11:34.1175538Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-12-01T11:11:34.1176377Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-12-01T11:11:34.1179101Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-12-01T11:11:34.1180038Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-12-01T11:11:34.1180479Z 2022-12-01T11:11:34.1180827Z [----------] 1 test from InsertBailOutsTest 2022-12-01T11:11:34.1181429Z [ RUN ] InsertBailOutsTest.Basic 2022-12-01T11:11:34.1189932Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-12-01T11:11:34.1190700Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-12-01T11:11:34.1191060Z 2022-12-01T11:11:34.1191617Z [----------] 2 tests from ProfilerTest 2022-12-01T11:11:34.1192166Z [ RUN ] ProfilerTest.Basic 2022-12-01T11:11:34.1302307Z [ OK ] ProfilerTest.Basic (10 ms) 2022-12-01T11:11:34.1303074Z [ RUN ] ProfilerTest.OptionalProfiling 2022-12-01T11:11:34.1303792Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-12-01T11:11:34.1304670Z [----------] 2 tests from ProfilerTest (11 ms total) 2022-12-01T11:11:34.1304984Z 2022-12-01T11:11:34.1305314Z [----------] 2 tests from CallStackTest 2022-12-01T11:11:34.1305884Z [ RUN ] CallStackTest.Basic 2022-12-01T11:11:34.1308068Z [ OK ] CallStackTest.Basic (0 ms) 2022-12-01T11:11:34.1308640Z [ RUN ] CallStackTest.Caching 2022-12-01T11:11:34.1311583Z [ OK ] CallStackTest.Caching (0 ms) 2022-12-01T11:11:34.1314258Z [----------] 2 tests from CallStackTest (1 ms total) 2022-12-01T11:11:34.1314609Z 2022-12-01T11:11:34.1314993Z [----------] 2 tests from InlinedCallStackTest 2022-12-01T11:11:34.1315719Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-12-01T11:11:34.1319985Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-12-01T11:11:34.1320751Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-12-01T11:11:34.1331372Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-12-01T11:11:34.1332255Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-12-01T11:11:34.1332614Z 2022-12-01T11:11:34.1332969Z [----------] 1 test from AutogradSymbolsTest 2022-12-01T11:11:34.1333587Z [ RUN ] AutogradSymbolsTest.Basic 2022-12-01T11:11:34.1334247Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-12-01T11:11:34.1335045Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-12-01T11:11:34.1335397Z 2022-12-01T11:11:34.1335812Z [----------] 1 test from DefaultArgTypeHintingTest 2022-12-01T11:11:34.1336570Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-12-01T11:11:34.1340714Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-12-01T11:11:34.1341511Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-12-01T11:11:34.1341887Z 2022-12-01T11:11:34.1342180Z [----------] 5 tests from FuturesTest 2022-12-01T11:11:34.1342730Z [ RUN ] FuturesTest.Basic 2022-12-01T11:11:34.1343318Z [ OK ] FuturesTest.Basic (0 ms) 2022-12-01T11:11:34.1343852Z [ RUN ] FuturesTest.Error 2022-12-01T11:11:34.1344618Z [ OK ] FuturesTest.Error (0 ms) 2022-12-01T11:11:34.1345204Z [ RUN ] FuturesTest.Then 2022-12-01T11:11:34.1345783Z [ OK ] FuturesTest.Then (0 ms) 2022-12-01T11:11:34.1346354Z [ RUN ] FuturesTest.CollectAll 2022-12-01T11:11:34.1346998Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-12-01T11:11:34.1347625Z [ RUN ] FuturesTest.CollectAny 2022-12-01T11:11:34.1348229Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-12-01T11:11:34.1348901Z [----------] 5 tests from FuturesTest (0 ms total) 2022-12-01T11:11:34.1349213Z 2022-12-01T11:11:34.1349572Z [----------] 1 test from TLSFutureCallbacksTest 2022-12-01T11:11:34.1350222Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-12-01T11:11:34.1389917Z [ OK ] TLSFutureCallbacksTest.Basic (5 ms) 2022-12-01T11:11:34.1390449Z [----------] 1 test from TLSFutureCallbacksTest (5 ms total) 2022-12-01T11:11:34.1390625Z 2022-12-01T11:11:34.1390840Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-12-01T11:11:34.1391234Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-12-01T11:11:34.1425504Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-12-01T11:11:34.1426231Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-12-01T11:11:34.1426757Z 2022-12-01T11:11:34.1427035Z [----------] 2 tests from RecordDebugHandles 2022-12-01T11:11:34.1427518Z [ RUN ] RecordDebugHandles.Basic 2022-12-01T11:11:34.1428143Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:11:34.1428886Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:11:34.1429474Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-12-01T11:11:34.1430062Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-12-01T11:11:34.1430735Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:11:34.1431479Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:11:34.1432295Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:11:34.1433016Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:11:34.1433758Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T11:11:34.1434492Z STAGE:2022-12-01 11:11:34 6092:6092 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T11:11:34.1435128Z [ OK ] RecordDebugHandles.ScopedCallbacks (1 ms) 2022-12-01T11:11:34.1435732Z [----------] 2 tests from RecordDebugHandles (2 ms total) 2022-12-01T11:11:34.1436003Z 2022-12-01T11:11:34.1436270Z [----------] 1 test from IValueKWargsTest 2022-12-01T11:11:34.1436743Z [ RUN ] IValueKWargsTest.Basic 2022-12-01T11:11:34.1437202Z [ OK ] IValueKWargsTest.Basic (0 ms) 2022-12-01T11:11:34.1437747Z [----------] 1 test from IValueKWargsTest (0 ms total) 2022-12-01T11:11:34.1438002Z 2022-12-01T11:11:34.1438263Z [----------] 1 test from ComputeFlopsTest 2022-12-01T11:11:34.1438730Z [ RUN ] ComputeFlopsTest.Basic 2022-12-01T11:11:34.1439330Z [W util.cpp:507] Warning: Failed to compute flops for op aten::conv2d because both input and weight must be size 4. (function computeFlops) 2022-12-01T11:11:34.1440063Z [W util.cpp:522] Warning: Failed to compute flops for op aten::conv2d because stride must be size 2 and cannot be 0. (function computeFlops) 2022-12-01T11:11:34.1440900Z [W util.cpp:478] Warning: Calculating flops for aten::conv2d requires groups, padding, stride, dilation, input_size, and weight_size in saved arguments. (function computeFlops) 2022-12-01T11:11:34.1441712Z [W util.cpp:551] Warning: Calculating flops for aten::mm requires mat1_size and mat2_size in saved arguments. (function computeFlops) 2022-12-01T11:11:34.1442386Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-12-01T11:11:34.1442963Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-12-01T11:11:34.1443253Z 2022-12-01T11:11:34.1443509Z [----------] 1 test from TestConstant 2022-12-01T11:11:34.1443987Z [ RUN ] TestConstant.TensorGrad 2022-12-01T11:11:34.1444526Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-12-01T11:11:34.1445085Z [----------] 1 test from TestConstant (0 ms total) 2022-12-01T11:11:34.1445347Z 2022-12-01T11:11:34.1445591Z [----------] 1 test from TestMutation 2022-12-01T11:11:34.1446060Z [ RUN ] TestMutation.Basic 2022-12-01T11:11:34.1446538Z [ OK ] TestMutation.Basic (0 ms) 2022-12-01T11:11:34.1447068Z [----------] 1 test from TestMutation (0 ms total) 2022-12-01T11:11:34.1447337Z 2022-12-01T11:11:34.1447713Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-12-01T11:11:34.1448394Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-12-01T11:11:34.1449097Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-12-01T11:11:34.1449845Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-12-01T11:11:34.1450316Z 2022-12-01T11:11:34.1450616Z [----------] 1 test from TestRegisterShapeOp 2022-12-01T11:11:34.1451159Z [ RUN ] TestRegisterShapeOp.Basic 2022-12-01T11:11:34.2926957Z [ OK ] TestRegisterShapeOp.Basic (149 ms) 2022-12-01T11:11:34.2927779Z [----------] 1 test from TestRegisterShapeOp (149 ms total) 2022-12-01T11:11:34.2928146Z 2022-12-01T11:11:34.2928593Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-12-01T11:11:34.2929377Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-12-01T11:11:34.2930193Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-12-01T11:11:34.2931076Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-12-01T11:11:34.2931478Z 2022-12-01T11:11:34.2932160Z [----------] 2 tests from TestFunctionExecutor 2022-12-01T11:11:34.2932898Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-12-01T11:11:34.2933724Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-12-01T11:11:34.2934603Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-12-01T11:11:34.2949586Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-12-01T11:11:34.2950423Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-12-01T11:11:34.2950778Z 2022-12-01T11:11:34.2951248Z [----------] 1 test from TestShapeGraphLinting 2022-12-01T11:11:34.2951878Z [ RUN ] TestShapeGraphLinting.Basic 2022-12-01T11:11:34.2956845Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-12-01T11:11:34.2957587Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-12-01T11:11:34.2957949Z 2022-12-01T11:11:34.2958240Z [----------] 1 test from Composed 2022-12-01T11:11:34.2958792Z [ RUN ] Composed.ComposedOp 2022-12-01T11:11:34.5970965Z [ OK ] Composed.ComposedOp (301 ms) 2022-12-01T11:11:34.5971579Z [----------] 1 test from Composed (301 ms total) 2022-12-01T11:11:34.5971870Z 2022-12-01T11:11:34.5972244Z [----------] 1 test from ConstantPropagation 2022-12-01T11:11:34.5973051Z [ RUN ] ConstantPropagation.CustomClassesCanBePropagated 2022-12-01T11:11:34.5976734Z [ OK ] ConstantPropagation.CustomClassesCanBePropagated (0 ms) 2022-12-01T11:11:34.5977523Z [----------] 1 test from ConstantPropagation (0 ms total) 2022-12-01T11:11:34.5977821Z 2022-12-01T11:11:34.5978127Z [----------] 19 tests from MobileTypeParserTest 2022-12-01T11:11:34.5978802Z [ RUN ] MobileTypeParserTest.Int 2022-12-01T11:11:34.5979345Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-12-01T11:11:34.5980049Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-12-01T11:11:34.5980877Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-12-01T11:11:34.5981586Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-12-01T11:11:34.5982227Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-12-01T11:11:34.5982891Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-12-01T11:11:34.5983580Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-12-01T11:11:34.5984643Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-12-01T11:11:34.5985614Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-12-01T11:11:34.5986378Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-12-01T11:11:34.5986966Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-12-01T11:11:34.5987679Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-12-01T11:11:34.5988508Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-12-01T11:11:34.5989642Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-12-01T11:11:34.5990545Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-12-01T11:11:34.5991381Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-12-01T11:11:34.5992167Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-12-01T11:11:34.5992811Z [ RUN ] MobileTypeParserTest.Empty 2022-12-01T11:11:34.6003367Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-12-01T11:11:34.6003978Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-12-01T11:11:34.6033834Z [ OK ] MobileTypeParserTest.TypoRaises (3 ms) 2022-12-01T11:11:34.6034535Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-12-01T11:11:34.6064541Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-12-01T11:11:34.6065574Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-12-01T11:11:34.6095204Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-12-01T11:11:34.6096068Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-12-01T11:11:34.6120526Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-12-01T11:11:34.6121432Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-12-01T11:11:34.6150789Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-12-01T11:11:34.6151721Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-12-01T11:11:34.6176149Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-12-01T11:11:34.6177107Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-12-01T11:11:34.6192013Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-12-01T11:11:34.6192926Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-12-01T11:11:34.6207591Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-12-01T11:11:34.6208548Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-12-01T11:11:34.6243457Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-12-01T11:11:34.6244417Z [----------] 19 tests from MobileTypeParserTest (26 ms total) 2022-12-01T11:11:34.6244779Z 2022-12-01T11:11:34.6245108Z [----------] 13 tests from ModuleAPITest 2022-12-01T11:11:34.6245716Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-12-01T11:11:34.6441180Z [ OK ] ModuleAPITest.MethodRunAsync (19 ms) 2022-12-01T11:11:34.6442181Z [ RUN ] ModuleAPITest.Clone 2022-12-01T11:11:34.6442872Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-12-01T11:11:34.6443680Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-12-01T11:11:34.6459210Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-12-01T11:11:34.6460292Z [ RUN ] ModuleAPITest.Copy 2022-12-01T11:11:34.6461091Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-12-01T11:11:34.6461851Z [ RUN ] ModuleAPITest.DeepCopy 2022-12-01T11:11:34.6465150Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-12-01T11:11:34.6466209Z [ RUN ] ModuleAPITest.DeepCopyString 2022-12-01T11:11:34.6467058Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-12-01T11:11:34.6467896Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-12-01T11:11:34.6468748Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-12-01T11:11:34.6469652Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-12-01T11:11:34.6470814Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-12-01T11:11:34.6471708Z [ RUN ] ModuleAPITest.Constants 2022-12-01T11:11:34.6472521Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-12-01T11:11:34.6473600Z [ RUN ] ModuleAPITest.Parameters 2022-12-01T11:11:34.6474426Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-12-01T11:11:34.6475213Z [ RUN ] ModuleAPITest.Define 2022-12-01T11:11:34.6478072Z [ OK ] ModuleAPITest.Define (1 ms) 2022-12-01T11:11:34.6478872Z [ RUN ] ModuleAPITest.Freezing 2022-12-01T11:11:34.6495811Z [ OK ] ModuleAPITest.Freezing (2 ms) 2022-12-01T11:11:34.6496519Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-12-01T11:11:34.6523921Z [ OK ] ModuleAPITest.OfiFreezesTraining (2 ms) 2022-12-01T11:11:34.6524719Z [----------] 13 tests from ModuleAPITest (27 ms total) 2022-12-01T11:11:34.6525053Z 2022-12-01T11:11:34.6525435Z [----------] 6 tests from PeepholeOptimizeTest 2022-12-01T11:11:34.6526110Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-12-01T11:11:34.6527074Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-12-01T11:11:34.6527834Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-12-01T11:11:34.6528566Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-12-01T11:11:34.6529299Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-12-01T11:11:34.6530035Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-12-01T11:11:34.6530778Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-12-01T11:11:34.6531554Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-12-01T11:11:34.6532339Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-12-01T11:11:34.6533133Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-12-01T11:11:34.6533851Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-12-01T11:11:34.6534870Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-12-01T11:11:34.6535656Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-12-01T11:11:34.6536026Z 2022-12-01T11:11:34.6536367Z [----------] 5 tests from QualifiedNameTest 2022-12-01T11:11:34.6537052Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-12-01T11:11:34.6537829Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-12-01T11:11:34.6538594Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-12-01T11:11:34.6539347Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-12-01T11:11:34.6540088Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-12-01T11:11:34.6574645Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-12-01T11:11:34.6575371Z [ RUN ] QualifiedNameTest.Equality 2022-12-01T11:11:34.6576035Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-12-01T11:11:34.6576725Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-12-01T11:11:34.6578935Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-12-01T11:11:34.6579699Z [----------] 5 tests from QualifiedNameTest (5 ms total) 2022-12-01T11:11:34.6580053Z 2022-12-01T11:11:34.6580402Z [----------] 6 tests from SerializationTest 2022-12-01T11:11:34.6581163Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-12-01T11:11:34.6582209Z [W export_module.cpp:583] Warning: An extra files hook attempted to write metadata.json but this is already written in extra files and so will be skipped. This warning will only appear once per process. (function operator()) 2022-12-01T11:11:34.6590683Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-12-01T11:11:34.6592011Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-12-01T11:11:34.6593100Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-12-01T11:11:34.6594210Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-12-01T11:11:34.6595097Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-12-01T11:11:34.6596042Z [ RUN ] SerializationTest.TypeTags 2022-12-01T11:11:34.6596704Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-12-01T11:11:34.6597421Z [ RUN ] SerializationTest.ParentDirNotExist 2022-12-01T11:11:34.6635812Z [ OK ] SerializationTest.ParentDirNotExist (4 ms) 2022-12-01T11:11:34.6636663Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-12-01T11:11:34.6637555Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-12-01T11:11:34.6638398Z [----------] 6 tests from SerializationTest (6 ms total) 2022-12-01T11:11:34.6638743Z 2022-12-01T11:11:34.6639108Z [----------] 3 tests from TestSourceRoundTrip 2022-12-01T11:11:34.6639810Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-12-01T11:11:34.6658668Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-12-01T11:11:34.6659663Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-12-01T11:11:34.6660437Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-12-01T11:11:34.6661225Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-12-01T11:11:34.6737015Z [ OK ] TestSourceRoundTrip.MethodInvocation (7 ms) 2022-12-01T11:11:34.6738238Z [----------] 3 tests from TestSourceRoundTrip (9 ms total) 2022-12-01T11:11:34.6738818Z 2022-12-01T11:11:34.6740966Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-12-01T11:11:34.6741729Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-12-01T11:11:34.6742468Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-12-01T11:11:34.6743298Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-12-01T11:11:34.6757070Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (1 ms) 2022-12-01T11:11:34.6758022Z [----------] 2 tests from FunctionSchemaIsAliasingTest (1 ms total) 2022-12-01T11:11:34.6758405Z 2022-12-01T11:11:34.6758827Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-12-01T11:11:34.6759568Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-12-01T11:11:34.6760321Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-12-01T11:11:34.6761116Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-12-01T11:11:34.6784107Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (2 ms) 2022-12-01T11:11:34.6785131Z [----------] 2 tests from FunctionSchemaIsMutableTest (2 ms total) 2022-12-01T11:11:34.6785540Z 2022-12-01T11:11:34.6785943Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-12-01T11:11:34.6786616Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-12-01T11:11:34.6790332Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-12-01T11:11:34.6791126Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-12-01T11:11:34.6828385Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-12-01T11:11:34.6829265Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-12-01T11:11:34.6830090Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-12-01T11:11:34.6830880Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-12-01T11:11:34.6831634Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-12-01T11:11:34.6832376Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-12-01T11:11:34.6833125Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-12-01T11:11:34.6833924Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-12-01T11:11:34.6834281Z 2022-12-01T11:11:34.6834715Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-12-01T11:11:34.6835502Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-12-01T11:11:34.6836308Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-12-01T11:11:34.6837376Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-12-01T11:11:34.6838216Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-12-01T11:11:34.6839107Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-12-01T11:11:34.6839520Z 2022-12-01T11:11:34.6839919Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-12-01T11:11:34.6840612Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-12-01T11:11:34.6841360Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-12-01T11:11:34.6842145Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-12-01T11:11:34.6864239Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (2 ms) 2022-12-01T11:11:34.6865453Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-12-01T11:11:34.6866587Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-12-01T11:11:34.6867744Z [----------] 3 tests from FunctionSchemaMayAliasTest (2 ms total) 2022-12-01T11:11:34.6868157Z 2022-12-01T11:11:34.6868686Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-12-01T11:11:34.6871201Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-12-01T11:11:34.6872213Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-12-01T11:11:34.6873341Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-12-01T11:11:34.6874299Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-12-01T11:11:34.6875296Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-12-01T11:11:34.6877840Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-12-01T11:11:34.6879061Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-12-01T11:11:34.6880146Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-12-01T11:11:34.6881445Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-12-01T11:11:34.6882584Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-12-01T11:11:34.6883948Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-12-01T11:11:34.6885223Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-12-01T11:11:34.6886309Z [W schema_info.cpp:333] Warning: alias::a appears twice in same argument list which will make aliasing checks more conservative. (function operator()) 2022-12-01T11:11:34.6887657Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-12-01T11:11:34.6888703Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-12-01T11:11:34.6889853Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-12-01T11:11:34.6890871Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-12-01T11:11:34.6891431Z 2022-12-01T11:11:34.6891872Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-12-01T11:11:34.6892996Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-12-01T11:11:34.6893986Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-12-01T11:11:34.6894889Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-12-01T11:11:34.6895899Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-12-01T11:11:34.6896888Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-12-01T11:11:34.6898201Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T11:11:34.6899193Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-12-01T11:11:34.6899617Z 2022-12-01T11:11:34.6900047Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-12-01T11:11:34.6900937Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-12-01T11:11:34.6902345Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-12-01T11:11:34.6903349Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-12-01T11:11:34.6904517Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-12-01T11:11:34.6905525Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-12-01T11:11:34.6906476Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-12-01T11:11:34.6907481Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-12-01T11:11:34.6908700Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-12-01T11:11:34.6909720Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-12-01T11:11:34.6910844Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-12-01T11:11:34.6911786Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-12-01T11:11:34.6912581Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-12-01T11:11:34.6913427Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-12-01T11:11:34.6913833Z 2022-12-01T11:11:34.6914184Z [----------] 2 tests from SchemaMatchingTest 2022-12-01T11:11:34.6914814Z [ RUN ] SchemaMatchingTest.VarType 2022-12-01T11:11:34.6915478Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-12-01T11:11:34.6916119Z [ RUN ] SchemaMatchingTest.VarType2 2022-12-01T11:11:34.6916799Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-12-01T11:11:34.6917515Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-12-01T11:11:34.6917862Z 2022-12-01T11:11:34.6918158Z [----------] 6 tests from StackOptTest 2022-12-01T11:11:34.6918781Z [ RUN ] StackOptTest.UseVariadicStack 2022-12-01T11:11:34.7044842Z [ OK ] StackOptTest.UseVariadicStack (16 ms) 2022-12-01T11:11:34.7045724Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-12-01T11:11:34.7130840Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (8 ms) 2022-12-01T11:11:34.7131836Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-12-01T11:11:34.7169155Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (3 ms) 2022-12-01T11:11:34.7170350Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-12-01T11:11:34.7228781Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (5 ms) 2022-12-01T11:11:34.7229834Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-12-01T11:11:34.7300465Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (7 ms) 2022-12-01T11:11:34.7301653Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-12-01T11:11:34.7403582Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (9 ms) 2022-12-01T11:11:34.7404872Z [----------] 6 tests from StackOptTest (51 ms total) 2022-12-01T11:11:34.7405223Z 2022-12-01T11:11:34.7405784Z [----------] 16 tests from SubgraphMatcherTest 2022-12-01T11:11:34.7406644Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-12-01T11:11:34.7407493Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-12-01T11:11:34.7408525Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-12-01T11:11:34.7409404Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-12-01T11:11:34.7410240Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-12-01T11:11:34.7411109Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-12-01T11:11:34.7411947Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-12-01T11:11:34.7412804Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-12-01T11:11:34.7414192Z [ RUN ] SubgraphMatcherTest.Linear1 2022-12-01T11:11:34.7415102Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-12-01T11:11:34.7415956Z [ RUN ] SubgraphMatcherTest.Linear2 2022-12-01T11:11:34.7416789Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-12-01T11:11:34.7417637Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-12-01T11:11:34.7418495Z [ OK ] SubgraphMatcherTest.Diamond1 (0 ms) 2022-12-01T11:11:34.7419320Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-12-01T11:11:34.7420339Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-12-01T11:11:34.7421190Z [ RUN ] SubgraphMatcherTest.XPattern 2022-12-01T11:11:34.7424606Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-12-01T11:11:34.7425540Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-12-01T11:11:34.7426708Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-12-01T11:11:34.7427848Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-12-01T11:11:34.7428843Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-12-01T11:11:34.7429961Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-12-01T11:11:34.7430980Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-12-01T11:11:34.7431947Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-12-01T11:11:34.7433078Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-12-01T11:11:34.7434075Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-12-01T11:11:34.7435059Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-12-01T11:11:34.7435951Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-12-01T11:11:34.7447990Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-12-01T11:11:34.7448797Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-12-01T11:11:34.7449523Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-12-01T11:11:34.7452781Z [----------] 16 tests from SubgraphMatcherTest (5 ms total) 2022-12-01T11:11:34.7453131Z 2022-12-01T11:11:34.7453501Z [----------] 4 tests from SubgraphRewriterTest 2022-12-01T11:11:34.7454446Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-12-01T11:11:34.7455486Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-12-01T11:11:34.7456243Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-12-01T11:11:34.7458234Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-12-01T11:11:34.7460592Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-12-01T11:11:34.7461632Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-12-01T11:11:34.7462350Z [ RUN ] SubgraphRewriterTest.OutputType 2022-12-01T11:11:34.7463098Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-12-01T11:11:34.7463888Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-12-01T11:11:34.7464254Z 2022-12-01T11:11:34.7464723Z [----------] 3 tests from SubgraphUtilsTest 2022-12-01T11:11:34.7465328Z [ RUN ] SubgraphUtilsTest.Basic 2022-12-01T11:11:34.7467726Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-12-01T11:11:34.7468415Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-12-01T11:11:34.7476349Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-12-01T11:11:34.7477082Z [ RUN ] SubgraphUtilsTest.GraphName 2022-12-01T11:11:34.7477775Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-12-01T11:11:34.7478486Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-12-01T11:11:34.7478876Z 2022-12-01T11:11:34.7479203Z [----------] 8 tests from UnionTypeTest 2022-12-01T11:11:34.7479882Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-12-01T11:11:34.7480640Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-12-01T11:11:34.7481647Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-12-01T11:11:34.7482503Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-12-01T11:11:34.7483296Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-12-01T11:11:34.7484049Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-12-01T11:11:34.7484885Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-12-01T11:11:34.7485814Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-12-01T11:11:34.7486635Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-12-01T11:11:34.7487364Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-12-01T11:11:34.7488329Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-12-01T11:11:34.7489338Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-12-01T11:11:34.7490178Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-12-01T11:11:34.7490891Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-12-01T11:11:34.7491621Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-12-01T11:11:34.7492358Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-12-01T11:11:34.7493057Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-12-01T11:11:34.7493618Z 2022-12-01T11:11:34.7493973Z [----------] 2 tests from ScriptProfileTest 2022-12-01T11:11:34.7494659Z [ RUN ] ScriptProfileTest.Basic 2022-12-01T11:11:34.7495278Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-12-01T11:11:34.7495949Z [ RUN ] ScriptProfileTest.CallingOrder 2022-12-01T11:11:34.7509863Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-12-01T11:11:34.7510641Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-12-01T11:11:34.7510977Z 2022-12-01T11:11:34.7511329Z [----------] 7 tests from ShapeAnalysisTest 2022-12-01T11:11:34.7512054Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-12-01T11:11:34.7639960Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (12 ms) 2022-12-01T11:11:34.7640869Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-12-01T11:11:34.7666736Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-12-01T11:11:34.7667608Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-12-01T11:11:34.7782898Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (11 ms) 2022-12-01T11:11:34.7783697Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-12-01T11:11:34.7793554Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (1 ms) 2022-12-01T11:11:34.7794380Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-12-01T11:11:34.7805293Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (1 ms) 2022-12-01T11:11:34.7806106Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-12-01T11:11:34.7850843Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (4 ms) 2022-12-01T11:11:34.7851710Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-12-01T11:11:34.7876094Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (1 ms) 2022-12-01T11:11:34.7877624Z [----------] 7 tests from ShapeAnalysisTest (36 ms total) 2022-12-01T11:11:34.7878133Z 2022-12-01T11:11:34.7878470Z [----------] 5 tests from JitLoggingTest 2022-12-01T11:11:34.7879322Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-12-01T11:11:34.7880410Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-12-01T11:11:34.7881366Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-12-01T11:11:34.7882378Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-12-01T11:11:34.7883864Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-12-01T11:11:34.7884871Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-12-01T11:11:34.7886011Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-12-01T11:11:34.7887002Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-12-01T11:11:34.7887957Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-12-01T11:11:34.7889091Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-12-01T11:11:34.7890026Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-12-01T11:11:34.7890372Z 2022-12-01T11:11:34.7890864Z [----------] 9 tests from FileFormatTest 2022-12-01T11:11:34.7891728Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-12-01T11:11:34.7892985Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-12-01T11:11:34.7893971Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-12-01T11:11:34.7894963Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-12-01T11:11:34.7896074Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-12-01T11:11:34.7897091Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-12-01T11:11:34.7898049Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-12-01T11:11:34.7899114Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-12-01T11:11:34.7900052Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-12-01T11:11:34.7901016Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-12-01T11:11:34.7901923Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-12-01T11:11:34.7903015Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-12-01T11:11:34.7905865Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-12-01T11:11:34.7906802Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-12-01T11:11:34.7907988Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-12-01T11:11:34.7909115Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-12-01T11:11:34.7910106Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-12-01T11:11:34.7910995Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-12-01T11:11:34.7911759Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-12-01T11:11:34.7912089Z 2022-12-01T11:11:34.7912421Z [----------] 35 tests from FlatbufferTest 2022-12-01T11:11:34.7913234Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-12-01T11:11:34.7914015Z [ OK ] FlatbufferTest.UpsampleNearest2d (1 ms) 2022-12-01T11:11:34.7914885Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-12-01T11:11:34.7915895Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-12-01T11:11:34.7916703Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-12-01T11:11:34.7917582Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-12-01T11:11:34.7918297Z [ RUN ] FlatbufferTest.MethodInvocation 2022-12-01T11:11:34.7932997Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-12-01T11:11:34.7934177Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-12-01T11:11:34.7978427Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (4 ms) 2022-12-01T11:11:34.7979520Z [ RUN ] FlatbufferTest.ExtraFiles 2022-12-01T11:11:34.7982834Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-12-01T11:11:34.7983912Z [ RUN ] FlatbufferTest.Conv 2022-12-01T11:11:34.8007673Z [ OK ] FlatbufferTest.Conv (2 ms) 2022-12-01T11:11:34.8008934Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-12-01T11:11:34.8031750Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (2 ms) 2022-12-01T11:11:34.8032997Z [ RUN ] FlatbufferTest.Inline 2022-12-01T11:11:34.8043159Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-12-01T11:11:34.8044298Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-12-01T11:11:34.8053094Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-12-01T11:11:34.8054289Z [ RUN ] FlatbufferTest.Tuple 2022-12-01T11:11:34.8059216Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-12-01T11:11:34.8060056Z [ RUN ] FlatbufferTest.Dict 2022-12-01T11:11:34.8066472Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-12-01T11:11:34.8067084Z [ RUN ] FlatbufferTest.Prim 2022-12-01T11:11:34.8071048Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-12-01T11:11:34.8071707Z [ RUN ] FlatbufferTest.PrimScalar 2022-12-01T11:11:34.8076621Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-12-01T11:11:34.8077355Z [ RUN ] FlatbufferTest.WrongMethodName 2022-12-01T11:11:34.8113738Z [ OK ] FlatbufferTest.WrongMethodName (3 ms) 2022-12-01T11:11:34.8114427Z [ RUN ] FlatbufferTest.SetState 2022-12-01T11:11:34.8144981Z [ OK ] FlatbufferTest.SetState (3 ms) 2022-12-01T11:11:34.8145670Z [ RUN ] FlatbufferTest.BuiltinClass 2022-12-01T11:11:34.8152772Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-12-01T11:11:34.8153496Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-12-01T11:11:34.8156084Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-12-01T11:11:34.8156982Z [ RUN ] FlatbufferTest.Eval 2022-12-01T11:11:34.8163360Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-12-01T11:11:34.8164292Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-12-01T11:11:34.8167203Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-12-01T11:11:34.8167977Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-12-01T11:11:34.8175870Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-12-01T11:11:34.8176597Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-12-01T11:11:34.8183488Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-12-01T11:11:34.8184254Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-12-01T11:11:34.8195284Z [ OK ] FlatbufferTest.DuplicateSetState (1 ms) 2022-12-01T11:11:34.8196127Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-12-01T11:11:34.8204435Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (0 ms) 2022-12-01T11:11:34.8205261Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-12-01T11:11:34.8221489Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-12-01T11:11:34.8222433Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-12-01T11:11:34.8273233Z [ OK ] FlatbufferTest.DefaultArgsPinv (5 ms) 2022-12-01T11:11:34.8274552Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-12-01T11:11:34.8287949Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-12-01T11:11:34.8289124Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-12-01T11:11:34.8311318Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (2 ms) 2022-12-01T11:11:34.8312229Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-12-01T11:11:34.8321165Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (1 ms) 2022-12-01T11:11:34.8322062Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-12-01T11:11:34.8343729Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-12-01T11:11:34.8344639Z [ RUN ] FlatbufferTest.OperatorSize1 2022-12-01T11:11:34.8347138Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-12-01T11:11:34.8348490Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-12-01T11:11:34.8349075Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-12-01T11:11:34.8349612Z [ RUN ] FlatbufferTest.OperatorTest2 2022-12-01T11:11:34.8360206Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-12-01T11:11:34.8361227Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-12-01T11:11:34.8362216Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-12-01T11:11:34.8363187Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-12-01T11:11:34.8364215Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-12-01T11:11:34.8365412Z [----------] 35 tests from FlatbufferTest (48 ms total) 2022-12-01T11:11:34.8365958Z 2022-12-01T11:11:34.8366613Z [----------] 3 tests from TestSourceFlatbuffer 2022-12-01T11:11:34.8367379Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-12-01T11:11:34.8377431Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-12-01T11:11:34.8378447Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-12-01T11:11:34.8379255Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-12-01T11:11:34.8380043Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-12-01T11:11:34.8427454Z [ OK ] TestSourceFlatbuffer.MethodInvocation (4 ms) 2022-12-01T11:11:34.8428551Z [----------] 3 tests from TestSourceFlatbuffer (6 ms total) 2022-12-01T11:11:34.8429036Z 2022-12-01T11:11:34.8430011Z [----------] 10 tests from FlatbufferUpgraderTest 2022-12-01T11:11:34.8433082Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-12-01T11:11:34.8433863Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-12-01T11:11:34.8434636Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-12-01T11:11:34.8435452Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-12-01T11:11:34.8436249Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-12-01T11:11:34.8437092Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-12-01T11:11:34.8437922Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-12-01T11:11:34.8438724Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-12-01T11:11:34.8439616Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-12-01T11:11:34.8440580Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-12-01T11:11:34.8441519Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-12-01T11:11:34.8442701Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-12-01T11:11:34.8443581Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-12-01T11:11:34.8444421Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-12-01T11:11:34.8445198Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-12-01T11:11:34.8445985Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-12-01T11:11:34.8446865Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-12-01T11:11:34.8447792Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-12-01T11:11:34.8448654Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-12-01T11:11:34.8449547Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-12-01T11:11:34.8450396Z [----------] 10 tests from FlatbufferUpgraderTest (0 ms total) 2022-12-01T11:11:34.8450765Z 2022-12-01T11:11:34.8451256Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-12-01T11:11:34.8452217Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-12-01T11:11:34.8453311Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-12-01T11:11:34.8454720Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-12-01T11:11:34.8455808Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-12-01T11:11:34.8456985Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-12-01T11:11:34.8458073Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-12-01T11:11:34.8459148Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-12-01T11:11:34.8460217Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-12-01T11:11:34.8461430Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-12-01T11:11:34.8462854Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-12-01T11:11:34.8464153Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-12-01T11:11:34.8465669Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-12-01T11:11:34.8466987Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-12-01T11:11:34.8468315Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-12-01T11:11:34.8469647Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-12-01T11:11:34.8470963Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-12-01T11:11:34.8472252Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-12-01T11:11:34.8473521Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-12-01T11:11:34.8474791Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-12-01T11:11:34.8476056Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-12-01T11:11:34.8477323Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-12-01T11:11:34.8478599Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-12-01T11:11:34.8479831Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-12-01T11:11:34.8481111Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-12-01T11:11:34.8482239Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-12-01T11:11:34.8482691Z 2022-12-01T11:11:34.8483223Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-12-01T11:11:34.8484192Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-12-01T11:11:35.6478267Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (802 ms) 2022-12-01T11:11:35.6478793Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-12-01T11:11:36.7762613Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1128 ms) 2022-12-01T11:11:36.7763146Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-12-01T11:11:38.1435236Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1367 ms) 2022-12-01T11:11:38.1435768Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-12-01T11:11:39.4494299Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1305 ms) 2022-12-01T11:11:39.4494886Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-12-01T11:11:40.7468361Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1297 ms) 2022-12-01T11:11:40.7468880Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-12-01T11:11:42.0711573Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1324 ms) 2022-12-01T11:11:42.0712091Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-12-01T11:11:43.3732963Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1302 ms) 2022-12-01T11:11:43.3733481Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-12-01T11:11:44.6411533Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1267 ms) 2022-12-01T11:11:44.6412088Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-12-01T11:11:45.7863765Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1145 ms) 2022-12-01T11:11:45.7864300Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-12-01T11:11:46.9517025Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1165 ms) 2022-12-01T11:11:46.9517549Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12106 ms total) 2022-12-01T11:11:46.9517768Z 2022-12-01T11:11:46.9517944Z [----------] Global test environment tear-down 2022-12-01T11:11:46.9582666Z [==========] 569 tests from 118 test suites ran. (13508 ms total) 2022-12-01T11:11:46.9582986Z [ PASSED ] 569 tests. 2022-12-01T11:11:47.0314713Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-12-01T11:11:47.0315224Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_lazy --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml 2022-12-01T11:11:47.2768864Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T11:11:47.2776208Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T11:11:47.2776753Z [==========] Running 612 tests from 10 test suites. 2022-12-01T11:11:47.2777157Z [----------] Global test environment set-up. 2022-12-01T11:11:47.2777465Z [----------] 11 tests from BackendDeviceTest 2022-12-01T11:11:47.2777777Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-12-01T11:11:47.2778138Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-12-01T11:11:47.2778462Z [ RUN ] BackendDeviceTest.Basic1 2022-12-01T11:11:47.2778752Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-12-01T11:11:47.2779061Z [ RUN ] BackendDeviceTest.Basic2 2022-12-01T11:11:47.2779360Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-12-01T11:11:47.2779641Z [ RUN ] BackendDeviceTest.Basic3 2022-12-01T11:11:47.2779934Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-12-01T11:11:47.2780230Z [ RUN ] BackendDeviceTest.Basic4 2022-12-01T11:11:47.2780524Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-12-01T11:11:47.2780802Z [ RUN ] BackendDeviceTest.Compare 2022-12-01T11:11:47.2781106Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-12-01T11:11:47.2781403Z [ RUN ] BackendDeviceTest.Ostream 2022-12-01T11:11:47.2781691Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-12-01T11:11:47.2781987Z [ RUN ] BackendDeviceTest.FromAten 2022-12-01T11:11:47.2824765Z [ OK ] BackendDeviceTest.FromAten (4 ms) 2022-12-01T11:11:47.2825285Z [ RUN ] BackendDeviceTest.ToAten 2022-12-01T11:11:47.2825593Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-12-01T11:11:47.2826148Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-12-01T11:11:47.3031138Z [ OK ] BackendDeviceTest.GetBackendDevice1 (20 ms) 2022-12-01T11:11:47.3031600Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-12-01T11:11:47.3032022Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-12-01T11:11:47.3032562Z [----------] 11 tests from BackendDeviceTest (25 ms total) 2022-12-01T11:11:47.3032855Z 2022-12-01T11:11:47.3033106Z [----------] 2 tests from CacheTest 2022-12-01T11:11:47.3033557Z [ RUN ] CacheTest.BasicTest 2022-12-01T11:11:47.3034031Z [ OK ] CacheTest.BasicTest (0 ms) 2022-12-01T11:11:47.3034476Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-12-01T11:11:47.3034871Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-12-01T11:11:47.3035424Z [----------] 2 tests from CacheTest (0 ms total) 2022-12-01T11:11:47.3035577Z 2022-12-01T11:11:47.3035721Z [----------] 5 tests from IrTest 2022-12-01T11:11:47.3035974Z [ RUN ] IrTest.BasicTest 2022-12-01T11:11:47.3036288Z [ OK ] IrTest.BasicTest (0 ms) 2022-12-01T11:11:47.3036554Z [ RUN ] IrTest.MetaDataTest 2022-12-01T11:11:47.3036877Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-12-01T11:11:47.3037144Z [ RUN ] IrTest.TsNodeTest 2022-12-01T11:11:47.3037408Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-12-01T11:11:47.3037751Z [ RUN ] IrTest.DimensionNodeTest 2022-12-01T11:11:47.3038037Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-12-01T11:11:47.3038347Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-12-01T11:11:47.3038730Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-12-01T11:11:47.3039030Z [----------] 5 tests from IrTest (0 ms total) 2022-12-01T11:11:47.3039202Z 2022-12-01T11:11:47.3039387Z [----------] 2 tests from IrUtilTest 2022-12-01T11:11:47.3039655Z [ RUN ] IrUtilTest.BasicTest 2022-12-01T11:11:47.3039941Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-12-01T11:11:47.3040266Z [ RUN ] IrUtilTest.TestCircle 2022-12-01T11:11:47.3054057Z [ OK ] IrUtilTest.TestCircle (2 ms) 2022-12-01T11:11:47.3054686Z [----------] 2 tests from IrUtilTest (2 ms total) 2022-12-01T11:11:47.3054986Z 2022-12-01T11:11:47.3055228Z [----------] 2 tests from HashTest 2022-12-01T11:11:47.3055527Z [ RUN ] HashTest.Scalar 2022-12-01T11:11:47.3055791Z [ OK ] HashTest.Scalar (0 ms) 2022-12-01T11:11:47.3056042Z [ RUN ] HashTest.Sanity 2022-12-01T11:11:47.3056287Z [ OK ] HashTest.Sanity (0 ms) 2022-12-01T11:11:47.3056575Z [----------] 2 tests from HashTest (0 ms total) 2022-12-01T11:11:47.3056717Z 2022-12-01T11:11:47.3056892Z [----------] 3 tests from PermutationUtilTest 2022-12-01T11:11:47.3057227Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-12-01T11:11:47.3076977Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-12-01T11:11:47.3077397Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-12-01T11:11:47.3077768Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-12-01T11:11:47.3078101Z [ RUN ] PermutationUtilTest.TestPermute 2022-12-01T11:11:47.3100765Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-12-01T11:11:47.3101340Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-12-01T11:11:47.3101546Z 2022-12-01T11:11:47.3101746Z [----------] 7 tests from ShapeTest 2022-12-01T11:11:47.3102152Z [ RUN ] ShapeTest.Basic1 2022-12-01T11:11:47.3102586Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-12-01T11:11:47.3103037Z [ RUN ] ShapeTest.Basic2 2022-12-01T11:11:47.3103516Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-12-01T11:11:47.3104117Z [ RUN ] ShapeTest.Basic3 2022-12-01T11:11:47.3104555Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-12-01T11:11:47.3104846Z [ RUN ] ShapeTest.SetScalarType 2022-12-01T11:11:47.3105142Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-12-01T11:11:47.3105419Z [ RUN ] ShapeTest.SetSize 2022-12-01T11:11:47.3105674Z [ OK ] ShapeTest.SetSize (0 ms) 2022-12-01T11:11:47.3105930Z [ RUN ] ShapeTest.Equal 2022-12-01T11:11:47.3106190Z [ OK ] ShapeTest.Equal (0 ms) 2022-12-01T11:11:47.3106438Z [ RUN ] ShapeTest.Ostream 2022-12-01T11:11:47.3106723Z [ OK ] ShapeTest.Ostream (0 ms) 2022-12-01T11:11:47.3107025Z [----------] 7 tests from ShapeTest (0 ms total) 2022-12-01T11:11:47.3107174Z 2022-12-01T11:11:47.3107324Z [----------] 2 tests from TrieCacheTest 2022-12-01T11:11:47.3107686Z [ RUN ] TrieCacheTest.TestSinglePath 2022-12-01T11:11:47.3108019Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-12-01T11:11:47.3108331Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-12-01T11:11:47.3108629Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-12-01T11:11:47.3108953Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-12-01T11:11:47.3109106Z 2022-12-01T11:11:47.3109245Z [----------] 3 tests from UtilTest 2022-12-01T11:11:47.3109526Z [ RUN ] UtilTest.ExceptionCleanup 2022-12-01T11:11:47.3109819Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-12-01T11:11:47.3110099Z [ RUN ] UtilTest.MaybeRef 2022-12-01T11:11:47.3110365Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-12-01T11:11:47.3110605Z [ RUN ] UtilTest.Iota 2022-12-01T11:11:47.3110860Z [ OK ] UtilTest.Iota (0 ms) 2022-12-01T11:11:47.3111148Z [----------] 3 tests from UtilTest (0 ms total) 2022-12-01T11:11:47.3111292Z 2022-12-01T11:11:47.3111431Z [----------] 575 tests from LazyOpsTest 2022-12-01T11:11:47.3111723Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-12-01T11:11:47.3249269Z [ OK ] LazyOpsTest.TestScalarTensor (14 ms) 2022-12-01T11:11:47.3249595Z [ RUN ] LazyOpsTest.TestClone 2022-12-01T11:11:47.3253021Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-12-01T11:11:47.3253489Z [ RUN ] LazyOpsTest.TestTo 2022-12-01T11:11:47.3253793Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-12-01T11:11:47.3254089Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-12-01T11:11:47.3254494Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-12-01T11:11:47.3254811Z [ RUN ] LazyOpsTest.TestIsSigned 2022-12-01T11:11:47.3255098Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-12-01T11:11:47.3255392Z [ RUN ] LazyOpsTest.TestCastByte 2022-12-01T11:11:47.3604576Z [ OK ] LazyOpsTest.TestCastByte (34 ms) 2022-12-01T11:11:47.3604910Z [ RUN ] LazyOpsTest.TestCastChar 2022-12-01T11:11:47.3606608Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-12-01T11:11:47.3606975Z [ RUN ] LazyOpsTest.TestCastShort 2022-12-01T11:11:47.3609838Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-12-01T11:11:47.3610232Z [ RUN ] LazyOpsTest.TestCastInt 2022-12-01T11:11:47.3612047Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-12-01T11:11:47.3612596Z [ RUN ] LazyOpsTest.TestCastLong 2022-12-01T11:11:47.3615023Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-12-01T11:11:47.3615562Z [ RUN ] LazyOpsTest.TestCastFloat 2022-12-01T11:11:47.3615976Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-12-01T11:11:47.3616286Z [ RUN ] LazyOpsTest.TestRetainType 2022-12-01T11:11:47.3640174Z [ OK ] LazyOpsTest.TestRetainType (2 ms) 2022-12-01T11:11:47.3640550Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-12-01T11:11:47.3687040Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (4 ms) 2022-12-01T11:11:47.3687369Z [ RUN ] LazyOpsTest.TestAdd 2022-12-01T11:11:47.3689633Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-12-01T11:11:47.3689929Z [ RUN ] LazyOpsTest.TestAddHalf 2022-12-01T11:11:47.3692188Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-12-01T11:11:47.3692502Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-12-01T11:11:47.3695028Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-12-01T11:11:47.3695358Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-12-01T11:11:47.3699333Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-12-01T11:11:47.3699631Z [ RUN ] LazyOpsTest.TestAddScalar 2022-12-01T11:11:47.3702353Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-12-01T11:11:47.3702691Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-12-01T11:11:47.3705764Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-12-01T11:11:47.3706121Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-12-01T11:11:47.3708594Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-12-01T11:11:47.3708889Z [ RUN ] LazyOpsTest.TestSub 2022-12-01T11:11:47.3729939Z [ OK ] LazyOpsTest.TestSub (2 ms) 2022-12-01T11:11:47.3730244Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-12-01T11:11:47.3752363Z [ OK ] LazyOpsTest.TestSubInPlace (2 ms) 2022-12-01T11:11:47.3752668Z [ RUN ] LazyOpsTest.TestSubScalar 2022-12-01T11:11:47.3754904Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-12-01T11:11:47.3755231Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-12-01T11:11:47.3758432Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-12-01T11:11:47.3758757Z [ RUN ] LazyOpsTest.TestMul 2022-12-01T11:11:47.3769950Z [ OK ] LazyOpsTest.TestMul (1 ms) 2022-12-01T11:11:47.3770263Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-12-01T11:11:47.3791384Z [ OK ] LazyOpsTest.TestMulInPlace (2 ms) 2022-12-01T11:11:47.3791703Z [ RUN ] LazyOpsTest.TestMulScalar 2022-12-01T11:11:47.3793661Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-12-01T11:11:47.3794036Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-12-01T11:11:47.3797233Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-12-01T11:11:47.3797539Z [ RUN ] LazyOpsTest.TestDiv 2022-12-01T11:11:47.3873127Z [ OK ] LazyOpsTest.TestDiv (7 ms) 2022-12-01T11:11:47.3873457Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-12-01T11:11:47.4121409Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (24 ms) 2022-12-01T11:11:47.4121781Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-12-01T11:11:47.4123937Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-12-01T11:11:47.4124360Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-12-01T11:11:47.4133056Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (0 ms) 2022-12-01T11:11:47.4133612Z [ RUN ] LazyOpsTest.TestDivScalar 2022-12-01T11:11:47.4158910Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-12-01T11:11:47.4159404Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-12-01T11:11:47.4164440Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-12-01T11:11:47.4164772Z [ RUN ] LazyOpsTest.TestDivOut 2022-12-01T11:11:47.4167768Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-12-01T11:11:47.4168099Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-12-01T11:11:47.4170827Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-12-01T11:11:47.4171119Z [ RUN ] LazyOpsTest.TestNe 2022-12-01T11:11:47.4201367Z [ OK ] LazyOpsTest.TestNe (3 ms) 2022-12-01T11:11:47.4201911Z [ RUN ] LazyOpsTest.TestNeInplace 2022-12-01T11:11:47.4213649Z [ OK ] LazyOpsTest.TestNeInplace (1 ms) 2022-12-01T11:11:47.4213948Z [ RUN ] LazyOpsTest.TestEq 2022-12-01T11:11:47.4216045Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-12-01T11:11:47.4216344Z [ RUN ] LazyOpsTest.TestEqInplace 2022-12-01T11:11:47.4220051Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-12-01T11:11:47.4220345Z [ RUN ] LazyOpsTest.TestGe 2022-12-01T11:11:47.4234861Z [ OK ] LazyOpsTest.TestGe (1 ms) 2022-12-01T11:11:47.4235144Z [ RUN ] LazyOpsTest.TestGeInplace 2022-12-01T11:11:47.4238960Z [ OK ] LazyOpsTest.TestGeInplace (0 ms) 2022-12-01T11:11:47.4239253Z [ RUN ] LazyOpsTest.TestLe 2022-12-01T11:11:47.4258706Z [ OK ] LazyOpsTest.TestLe (1 ms) 2022-12-01T11:11:47.4258993Z [ RUN ] LazyOpsTest.TestLeInplace 2022-12-01T11:11:47.4262565Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-12-01T11:11:47.4262857Z [ RUN ] LazyOpsTest.TestGt 2022-12-01T11:11:47.4265329Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-12-01T11:11:47.4265624Z [ RUN ] LazyOpsTest.TestGtInplace 2022-12-01T11:11:47.4269487Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-12-01T11:11:47.4269775Z [ RUN ] LazyOpsTest.TestLt 2022-12-01T11:11:47.4283564Z [ OK ] LazyOpsTest.TestLt (1 ms) 2022-12-01T11:11:47.4283861Z [ RUN ] LazyOpsTest.TestLtInplace 2022-12-01T11:11:47.4300807Z [ OK ] LazyOpsTest.TestLtInplace (1 ms) 2022-12-01T11:11:47.4301099Z [ RUN ] LazyOpsTest.TestNeScalar 2022-12-01T11:11:47.4302974Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-12-01T11:11:47.4303299Z [ RUN ] LazyOpsTest.TestEqScalar 2022-12-01T11:11:47.4305386Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-12-01T11:11:47.4305708Z [ RUN ] LazyOpsTest.TestGeScalar 2022-12-01T11:11:47.4307770Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-12-01T11:11:47.4308091Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-12-01T11:11:47.4331347Z [ OK ] LazyOpsTest.TestGeScalarInplace (2 ms) 2022-12-01T11:11:47.4331680Z [ RUN ] LazyOpsTest.TestLeScalar 2022-12-01T11:11:47.4333717Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-12-01T11:11:47.4334314Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-12-01T11:11:47.4338055Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-12-01T11:11:47.4338630Z [ RUN ] LazyOpsTest.TestGtScalar 2022-12-01T11:11:47.4340979Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-12-01T11:11:47.4341325Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-12-01T11:11:47.4344126Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-12-01T11:11:47.4344608Z [ RUN ] LazyOpsTest.TestLtScalar 2022-12-01T11:11:47.4346921Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-12-01T11:11:47.4347232Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-12-01T11:11:47.4350758Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-12-01T11:11:47.4351093Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-12-01T11:11:47.4361090Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-12-01T11:11:47.4361404Z [ RUN ] LazyOpsTest.TestSVD 2022-12-01T11:11:47.4426523Z [ OK ] LazyOpsTest.TestSVD (6 ms) 2022-12-01T11:11:47.4426843Z [ RUN ] LazyOpsTest.TestQR 2022-12-01T11:11:47.4427448Z [W BatchLinearAlgebra.cpp:2355] Warning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T11:11:47.4427954Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T11:11:47.4428490Z Q, R = torch.qr(A, some) 2022-12-01T11:11:47.4428793Z should be replaced with 2022-12-01T11:11:47.4429344Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-12-01T11:11:47.4444937Z [ OK ] LazyOpsTest.TestQR (1 ms) 2022-12-01T11:11:47.4445423Z [ RUN ] LazyOpsTest.TestSymEig 2022-12-01T11:11:47.4446189Z [W BatchLinearAlgebra.cpp:2806] Warning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T11:11:47.4447198Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T11:11:47.4447745Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T11:11:47.4448070Z should be replaced with 2022-12-01T11:11:47.4448560Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T11:11:47.4448919Z and 2022-12-01T11:11:47.4449359Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T11:11:47.4449704Z should be replaced with 2022-12-01T11:11:47.4450245Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-12-01T11:11:47.4462097Z [ OK ] LazyOpsTest.TestSymEig (1 ms) 2022-12-01T11:11:47.4462589Z [ RUN ] LazyOpsTest.TestCholesky 2022-12-01T11:11:47.4465205Z [W BatchLinearAlgebra.cpp:1626] Warning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T11:11:47.4465885Z L = torch.cholesky(A) 2022-12-01T11:11:47.4466359Z should be replaced with 2022-12-01T11:11:47.4466676Z L = torch.linalg.cholesky(A) 2022-12-01T11:11:47.4466980Z and 2022-12-01T11:11:47.4467375Z U = torch.cholesky(A, upper=True) 2022-12-01T11:11:47.4467750Z should be replaced with 2022-12-01T11:11:47.4468142Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T11:11:47.4468779Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-12-01T11:11:47.4472507Z [ OK ] LazyOpsTest.TestCholesky (1 ms) 2022-12-01T11:11:47.4473083Z [ RUN ] LazyOpsTest.TestLogDet 2022-12-01T11:11:47.4487073Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-12-01T11:11:47.4487847Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-12-01T11:11:47.4488605Z [W BatchLinearAlgebra.cpp:2121] Warning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T11:11:47.4489486Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T11:11:47.4490050Z X = torch.triangular_solve(B, A).solution 2022-12-01T11:11:47.4490453Z should be replaced with 2022-12-01T11:11:47.4490910Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-12-01T11:11:47.4672781Z [ OK ] LazyOpsTest.TestTriangularSolve (18 ms) 2022-12-01T11:11:47.4673441Z [ RUN ] LazyOpsTest.TestKthValue 2022-12-01T11:11:47.4700136Z [ OK ] LazyOpsTest.TestKthValue (2 ms) 2022-12-01T11:11:47.4700479Z [ RUN ] LazyOpsTest.TestTopK 2022-12-01T11:11:47.4864974Z [ OK ] LazyOpsTest.TestTopK (16 ms) 2022-12-01T11:11:47.4865480Z [ RUN ] LazyOpsTest.TestSort 2022-12-01T11:11:47.4923958Z [ OK ] LazyOpsTest.TestSort (5 ms) 2022-12-01T11:11:47.4924545Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-12-01T11:11:47.4928353Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-12-01T11:11:47.4928896Z [ RUN ] LazyOpsTest.TestArgSort 2022-12-01T11:11:47.4940142Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-12-01T11:11:47.4940714Z [ RUN ] LazyOpsTest.TestMin 2022-12-01T11:11:47.4943208Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-12-01T11:11:47.4943791Z [ RUN ] LazyOpsTest.TestMax 2022-12-01T11:11:47.4946930Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-12-01T11:11:47.4947695Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-12-01T11:11:47.4949906Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-12-01T11:11:47.4950391Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-12-01T11:11:47.4952630Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-12-01T11:11:47.4953131Z [ RUN ] LazyOpsTest.TestAll 2022-12-01T11:11:47.4972703Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-12-01T11:11:47.4973217Z [ RUN ] LazyOpsTest.TestAllDim 2022-12-01T11:11:47.4975688Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-12-01T11:11:47.4976310Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-12-01T11:11:47.4978300Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-12-01T11:11:47.4978809Z [ RUN ] LazyOpsTest.TestAmax 2022-12-01T11:11:47.5010241Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-12-01T11:11:47.5010724Z [ RUN ] LazyOpsTest.TestAmin 2022-12-01T11:11:47.5040369Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-12-01T11:11:47.5040828Z [ RUN ] LazyOpsTest.TestAny 2022-12-01T11:11:47.5049635Z [ OK ] LazyOpsTest.TestAny (0 ms) 2022-12-01T11:11:47.5050123Z [ RUN ] LazyOpsTest.TestAnyDim 2022-12-01T11:11:47.5052297Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-12-01T11:11:47.5052792Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-12-01T11:11:47.5054289Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-12-01T11:11:47.5054865Z [ RUN ] LazyOpsTest.TestMean 2022-12-01T11:11:47.5057743Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-12-01T11:11:47.5058213Z [ RUN ] LazyOpsTest.TestMeanCast 2022-12-01T11:11:47.5060666Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-12-01T11:11:47.5061180Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-12-01T11:11:47.5077351Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-12-01T11:11:47.5077852Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-12-01T11:11:47.5083028Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-12-01T11:11:47.5083679Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-12-01T11:11:47.5089198Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-12-01T11:11:47.5089593Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-12-01T11:11:47.5118682Z [ OK ] LazyOpsTest.TestMeanInDimOut (2 ms) 2022-12-01T11:11:47.5119214Z [ RUN ] LazyOpsTest.TestStd 2022-12-01T11:11:47.5125996Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-12-01T11:11:47.5126491Z [ RUN ] LazyOpsTest.TestStdInDim 2022-12-01T11:11:47.5189169Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-12-01T11:11:47.5189716Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-12-01T11:11:47.5220121Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-12-01T11:11:47.5220748Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-12-01T11:11:47.5231695Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-12-01T11:11:47.5232220Z [ RUN ] LazyOpsTest.TestSum 2022-12-01T11:11:47.5234918Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-12-01T11:11:47.5235413Z [ RUN ] LazyOpsTest.TestSumCast 2022-12-01T11:11:47.5237746Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-12-01T11:11:47.5238231Z [ RUN ] LazyOpsTest.TestSumU8 2022-12-01T11:11:47.5240592Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-12-01T11:11:47.5241080Z [ RUN ] LazyOpsTest.TestSumInDim 2022-12-01T11:11:47.5255819Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-12-01T11:11:47.5256336Z [ RUN ] LazyOpsTest.TestSumInDims 2022-12-01T11:11:47.5261602Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-12-01T11:11:47.5262112Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-12-01T11:11:47.5267850Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-12-01T11:11:47.5268419Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-12-01T11:11:47.5273713Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-12-01T11:11:47.5274221Z [ RUN ] LazyOpsTest.TestVar 2022-12-01T11:11:47.5276225Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-12-01T11:11:47.5276709Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-12-01T11:11:47.5281864Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-12-01T11:11:47.5282423Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-12-01T11:11:47.5288777Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-12-01T11:11:47.5289375Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-12-01T11:11:47.5299994Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-12-01T11:11:47.5300567Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-12-01T11:11:47.5356666Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-12-01T11:11:47.5357150Z [ RUN ] LazyOpsTest.TestMinInDim 2022-12-01T11:11:47.5365958Z [ OK ] LazyOpsTest.TestMinInDim (0 ms) 2022-12-01T11:11:47.5366440Z [ RUN ] LazyOpsTest.TestNorm 2022-12-01T11:11:47.5369740Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-12-01T11:11:47.5370218Z [ RUN ] LazyOpsTest.TestNormInDim 2022-12-01T11:11:47.5375837Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-12-01T11:11:47.5376347Z [ RUN ] LazyOpsTest.TestNormInDims 2022-12-01T11:11:47.5383307Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-12-01T11:11:47.5383879Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-12-01T11:11:47.5391367Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-12-01T11:11:47.5391937Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-12-01T11:11:47.5400534Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-12-01T11:11:47.5401102Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-12-01T11:11:47.5410789Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-12-01T11:11:47.5411356Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-12-01T11:11:47.5414074Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-12-01T11:11:47.5414661Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-12-01T11:11:47.5434068Z [ OK ] LazyOpsTest.TestNormalInPlace (1 ms) 2022-12-01T11:11:47.5434629Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-12-01T11:11:47.5437613Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-12-01T11:11:47.5438146Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-12-01T11:11:47.5524901Z [ OK ] LazyOpsTest.TestRandomInPlace (8 ms) 2022-12-01T11:11:47.5525523Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-12-01T11:11:47.5569450Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (4 ms) 2022-12-01T11:11:47.5570079Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-12-01T11:11:47.5581873Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-12-01T11:11:47.5582431Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-12-01T11:11:47.5585446Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-12-01T11:11:47.5585974Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-12-01T11:11:47.5589946Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-12-01T11:11:47.5590479Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-12-01T11:11:47.5591300Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-12-01T11:11:47.5591861Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-12-01T11:11:47.5611388Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-12-01T11:11:47.5612378Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-12-01T11:11:47.5613111Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-12-01T11:11:47.5613647Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-12-01T11:11:47.5646469Z [ OK ] LazyOpsTest.TestGroupNorm (3 ms) 2022-12-01T11:11:47.5647018Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-12-01T11:11:47.6112717Z [ OK ] LazyOpsTest.TestGroupNormBackward (46 ms) 2022-12-01T11:11:47.6113333Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-12-01T11:11:47.6126859Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-12-01T11:11:47.6127501Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-12-01T11:11:47.6159679Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-12-01T11:11:47.6160359Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-12-01T11:11:47.6395335Z [ OK ] LazyOpsTest.TestLayerNormBackward (23 ms) 2022-12-01T11:11:47.6395895Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-12-01T11:11:47.6402715Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-12-01T11:11:47.6403420Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-12-01T11:11:47.7070532Z [ OK ] LazyOpsTest.TestPairwiseDistance (66 ms) 2022-12-01T11:11:47.7071264Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-12-01T11:11:47.7112959Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-12-01T11:11:47.7113581Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-12-01T11:11:47.7725678Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (61 ms) 2022-12-01T11:11:47.7726346Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-12-01T11:11:47.7758721Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-12-01T11:11:47.7759351Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-12-01T11:11:48.0564212Z [ OK ] LazyOpsTest.TestTripletMarginLoss (280 ms) 2022-12-01T11:11:48.0564997Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-12-01T11:11:48.0582228Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (1 ms) 2022-12-01T11:11:48.0582820Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-12-01T11:11:48.1288244Z [ OK ] LazyOpsTest.TestMarginRankingLoss (70 ms) 2022-12-01T11:11:48.1289007Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-12-01T11:11:48.1303426Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-12-01T11:11:48.1304088Z [ RUN ] LazyOpsTest.TestKlDiv 2022-12-01T11:11:48.1322353Z [ OK ] LazyOpsTest.TestKlDiv (1 ms) 2022-12-01T11:11:48.1322853Z [ RUN ] LazyOpsTest.TestProd 2022-12-01T11:11:48.1323324Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-12-01T11:11:48.1323820Z [ RUN ] LazyOpsTest.TestProdCast 2022-12-01T11:11:48.1324509Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-12-01T11:11:48.1325034Z [ RUN ] LazyOpsTest.TestProdInDim 2022-12-01T11:11:48.1329287Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-12-01T11:11:48.1329879Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-12-01T11:11:48.1333750Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-12-01T11:11:48.1334353Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-12-01T11:11:48.1338295Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-12-01T11:11:48.1338851Z [ RUN ] LazyOpsTest.TestCumSum 2022-12-01T11:11:48.1351857Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-12-01T11:11:48.1352384Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-12-01T11:11:48.1366361Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-12-01T11:11:48.1366709Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-12-01T11:11:48.1378775Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-12-01T11:11:48.1379262Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-12-01T11:11:48.1389787Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-12-01T11:11:48.1390132Z [ RUN ] LazyOpsTest.TestCumProd 2022-12-01T11:11:48.1393611Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-12-01T11:11:48.1393914Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-12-01T11:11:48.1397346Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-12-01T11:11:48.1397664Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-12-01T11:11:48.1405310Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-12-01T11:11:48.1405644Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-12-01T11:11:48.1413217Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-12-01T11:11:48.1413723Z [ RUN ] LazyOpsTest.TestArgMin 2022-12-01T11:11:48.1414442Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-12-01T11:11:48.1414841Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-12-01T11:11:48.1415519Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-12-01T11:11:48.1415863Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-12-01T11:11:48.1417446Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-12-01T11:11:48.1417894Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-12-01T11:11:48.1418440Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-12-01T11:11:48.1418953Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-12-01T11:11:48.1419368Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-12-01T11:11:48.1419686Z [ RUN ] LazyOpsTest.TestArgMax 2022-12-01T11:11:48.1420013Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-12-01T11:11:48.1420397Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-12-01T11:11:48.1420810Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-12-01T11:11:48.1421161Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-12-01T11:11:48.1421537Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-12-01T11:11:48.1421867Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-12-01T11:11:48.1422337Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-12-01T11:11:48.1422738Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-12-01T11:11:48.1423325Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-12-01T11:11:48.1423673Z [ RUN ] LazyOpsTest.TestAsin 2022-12-01T11:11:48.1425224Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-12-01T11:11:48.1425593Z [ RUN ] LazyOpsTest.TestAsinh 2022-12-01T11:11:48.1426382Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-12-01T11:11:48.1426688Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-12-01T11:11:48.1428180Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-12-01T11:11:48.1428517Z [ RUN ] LazyOpsTest.TestSin 2022-12-01T11:11:48.1429736Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-12-01T11:11:48.1430145Z [ RUN ] LazyOpsTest.TestSinh 2022-12-01T11:11:48.1430438Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-12-01T11:11:48.1430712Z [ RUN ] LazyOpsTest.TestAcos 2022-12-01T11:11:48.1432043Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-12-01T11:11:48.1432342Z [ RUN ] LazyOpsTest.TestAcosh 2022-12-01T11:11:48.1433966Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-12-01T11:11:48.1434326Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-12-01T11:11:48.1435127Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-12-01T11:11:48.1435416Z [ RUN ] LazyOpsTest.TestCos 2022-12-01T11:11:48.1438574Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-12-01T11:11:48.1438894Z [ RUN ] LazyOpsTest.TestCosh 2022-12-01T11:11:48.1439470Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-12-01T11:11:48.1439890Z [ RUN ] LazyOpsTest.TestAtan 2022-12-01T11:11:48.1441520Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-12-01T11:11:48.1441890Z [ RUN ] LazyOpsTest.TestAtanh 2022-12-01T11:11:48.1442469Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-12-01T11:11:48.1442839Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-12-01T11:11:48.1444780Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-12-01T11:11:48.1445147Z [ RUN ] LazyOpsTest.TestAtan2 2022-12-01T11:11:48.1445875Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-12-01T11:11:48.1446179Z [ RUN ] LazyOpsTest.TestTan 2022-12-01T11:11:48.1447200Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-12-01T11:11:48.1447482Z [ RUN ] LazyOpsTest.TestTanh 2022-12-01T11:11:48.1450660Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-12-01T11:11:48.1451093Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-12-01T11:11:48.1454017Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-12-01T11:11:48.1454332Z [ RUN ] LazyOpsTest.TestClampMin 2022-12-01T11:11:48.1457529Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-12-01T11:11:48.1457816Z [ RUN ] LazyOpsTest.TestClampMax 2022-12-01T11:11:48.1460350Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-12-01T11:11:48.1460674Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-12-01T11:11:48.1473598Z [ OK ] LazyOpsTest.TestClampMinExplicit (1 ms) 2022-12-01T11:11:48.1474120Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-12-01T11:11:48.1474478Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-12-01T11:11:48.1474836Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-12-01T11:11:48.1477893Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-12-01T11:11:48.1478361Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-12-01T11:11:48.1479468Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-12-01T11:11:48.1479802Z [ RUN ] LazyOpsTest.TestCeil 2022-12-01T11:11:48.1480644Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-12-01T11:11:48.1480930Z [ RUN ] LazyOpsTest.TestFloor 2022-12-01T11:11:48.1483907Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-12-01T11:11:48.1484203Z [ RUN ] LazyOpsTest.TestRound 2022-12-01T11:11:48.1485805Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-12-01T11:11:48.1486138Z [ RUN ] LazyOpsTest.TestTrunc 2022-12-01T11:11:48.1489247Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-12-01T11:11:48.1489546Z [ RUN ] LazyOpsTest.TestFrac 2022-12-01T11:11:48.1492440Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-12-01T11:11:48.1492734Z [ RUN ] LazyOpsTest.TestNeg 2022-12-01T11:11:48.1495461Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-12-01T11:11:48.1495805Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-12-01T11:11:48.1497800Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-12-01T11:11:48.1498196Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-12-01T11:11:48.1509499Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (1 ms) 2022-12-01T11:11:48.1509904Z [ RUN ] LazyOpsTest.TestSign 2022-12-01T11:11:48.1510806Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-12-01T11:11:48.1511158Z [ RUN ] LazyOpsTest.TestSignByte 2022-12-01T11:11:48.1511464Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-12-01T11:11:48.1511747Z [ RUN ] LazyOpsTest.TestAbs 2022-12-01T11:11:48.1513602Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-12-01T11:11:48.1513890Z [ RUN ] LazyOpsTest.TestAbsByte 2022-12-01T11:11:48.1516076Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-12-01T11:11:48.1516668Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-12-01T11:11:48.1517145Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-12-01T11:11:48.1517473Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-12-01T11:11:48.1517818Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-12-01T11:11:48.1518181Z [ RUN ] LazyOpsTest.TestEmpty 2022-12-01T11:11:48.1518490Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-12-01T11:11:48.1518833Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-12-01T11:11:48.1519478Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-12-01T11:11:48.1519887Z [ RUN ] LazyOpsTest.TestZerosLike 2022-12-01T11:11:48.1520443Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-12-01T11:11:48.1520875Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-12-01T11:11:48.1521225Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-12-01T11:11:48.1521616Z [ RUN ] LazyOpsTest.TestZeros 2022-12-01T11:11:48.1523780Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-12-01T11:11:48.1524076Z [ RUN ] LazyOpsTest.TestOnes 2022-12-01T11:11:48.1527309Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-12-01T11:11:48.1527748Z [ RUN ] LazyOpsTest.TestOnesLike 2022-12-01T11:11:48.1528225Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-12-01T11:11:48.1528600Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-12-01T11:11:48.1529303Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-12-01T11:11:48.1529594Z [ RUN ] LazyOpsTest.TestFull 2022-12-01T11:11:48.1533573Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-12-01T11:11:48.1533982Z [ RUN ] LazyOpsTest.TestFullLike 2022-12-01T11:11:48.1534819Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-12-01T11:11:48.1535265Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-12-01T11:11:48.1535914Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-12-01T11:11:48.1536248Z [ RUN ] LazyOpsTest.TestARange 2022-12-01T11:11:48.1541911Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-12-01T11:11:48.1542295Z [ RUN ] LazyOpsTest.TestARangeOut 2022-12-01T11:11:48.1542785Z [W RangeFactories.cpp:191] Warning: The number of elements in the out tensor of shape [4] is 4 which does not match the computed number of elements 200. Note that this may occur as a result of rounding error. The out tensor will be resized to a tensor of shape (200,). (function operator()) 2022-12-01T11:11:48.1544684Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-12-01T11:11:48.1545011Z [ RUN ] LazyOpsTest.TestDimARange 2022-12-01T11:11:48.1548012Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-12-01T11:11:48.1548346Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-12-01T11:11:48.1570060Z [ OK ] LazyOpsTest.TestBartlettWindow (2 ms) 2022-12-01T11:11:48.1570400Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-12-01T11:11:48.1600603Z [ OK ] LazyOpsTest.TestBlackmanWindow (3 ms) 2022-12-01T11:11:48.1600938Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-12-01T11:11:48.1615482Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-12-01T11:11:48.1615792Z [ RUN ] LazyOpsTest.TestHannWindow 2022-12-01T11:11:48.2200309Z [ OK ] LazyOpsTest.TestHannWindow (58 ms) 2022-12-01T11:11:48.2200860Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-12-01T11:11:48.2204720Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-12-01T11:11:48.2205270Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-12-01T11:11:48.2210375Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-12-01T11:11:48.2210949Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-12-01T11:11:48.2244374Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-12-01T11:11:48.2244869Z [ RUN ] LazyOpsTest.TestSiLU 2022-12-01T11:11:48.2247502Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-12-01T11:11:48.2247988Z [ RUN ] LazyOpsTest.TestSigmoid 2022-12-01T11:11:48.2250767Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-12-01T11:11:48.2251752Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-12-01T11:11:48.2253243Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-12-01T11:11:48.2253778Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-12-01T11:11:48.2255921Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-12-01T11:11:48.2256550Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-12-01T11:11:48.2260856Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-12-01T11:11:48.2261361Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-12-01T11:11:48.2265065Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-12-01T11:11:48.2265672Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-12-01T11:11:48.2273780Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-12-01T11:11:48.2274267Z [ RUN ] LazyOpsTest.TestDot 2022-12-01T11:11:48.2274979Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-12-01T11:11:48.2275453Z [ RUN ] LazyOpsTest.TestTensorDot 2022-12-01T11:11:48.2283432Z [ OK ] LazyOpsTest.TestTensorDot (0 ms) 2022-12-01T11:11:48.2283905Z [ RUN ] LazyOpsTest.TestGer 2022-12-01T11:11:48.2287655Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-12-01T11:11:48.2288105Z [ RUN ] LazyOpsTest.TestMv 2022-12-01T11:11:48.2290618Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-12-01T11:11:48.2291183Z [ RUN ] LazyOpsTest.TestMvOut 2022-12-01T11:11:48.2307911Z [ OK ] LazyOpsTest.TestMvOut (1 ms) 2022-12-01T11:11:48.2308461Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-12-01T11:11:48.2312400Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-12-01T11:11:48.2313022Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-12-01T11:11:48.2316865Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-12-01T11:11:48.2317459Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-12-01T11:11:48.2320315Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-12-01T11:11:48.2320806Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-12-01T11:11:48.2321990Z [W LinearAlgebra.cpp:971] Warning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (function operator()) 2022-12-01T11:11:48.2327711Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-12-01T11:11:48.2328226Z [ RUN ] LazyOpsTest.TestLinear 2022-12-01T11:11:48.2334362Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-12-01T11:11:48.2334941Z [ RUN ] LazyOpsTest.TestPinverse 2022-12-01T11:11:48.2352358Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-12-01T11:11:48.2352868Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-12-01T11:11:48.2358802Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-12-01T11:11:48.2359369Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-12-01T11:11:48.2379365Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-12-01T11:11:48.2379949Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-12-01T11:11:48.2389510Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-12-01T11:11:48.2390139Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-12-01T11:11:48.2406704Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-12-01T11:11:48.2407357Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-12-01T11:11:48.2411786Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-12-01T11:11:48.2412783Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-12-01T11:11:48.2417330Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-12-01T11:11:48.2418087Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-12-01T11:11:48.2420404Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-12-01T11:11:48.2421120Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-12-01T11:11:48.2429875Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (0 ms) 2022-12-01T11:11:48.2430479Z [ RUN ] LazyOpsTest.TestBilinear 2022-12-01T11:11:48.2558490Z [ OK ] LazyOpsTest.TestBilinear (12 ms) 2022-12-01T11:11:48.2559055Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-12-01T11:11:48.2574759Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (1 ms) 2022-12-01T11:11:48.2575497Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-12-01T11:11:48.2585310Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-12-01T11:11:48.2585979Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-12-01T11:11:48.2589177Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-12-01T11:11:48.2589898Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-12-01T11:11:48.2600198Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-12-01T11:11:48.2600861Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-12-01T11:11:48.2607951Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (0 ms) 2022-12-01T11:11:48.2608598Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-12-01T11:11:48.2627104Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (1 ms) 2022-12-01T11:11:48.2627704Z [ RUN ] LazyOpsTest.TestAddCMul 2022-12-01T11:11:48.2630139Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-12-01T11:11:48.2630636Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-12-01T11:11:48.2633708Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-12-01T11:11:48.2634281Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-12-01T11:11:48.2637124Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-12-01T11:11:48.2637878Z [ RUN ] LazyOpsTest.TestSize 2022-12-01T11:11:48.2638371Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-12-01T11:11:48.2638846Z [ RUN ] LazyOpsTest.TestSelect 2022-12-01T11:11:48.2697356Z [ OK ] LazyOpsTest.TestSelect (5 ms) 2022-12-01T11:11:48.2697938Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-12-01T11:11:48.2701880Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-12-01T11:11:48.2702505Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-12-01T11:11:48.2705505Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-12-01T11:11:48.2706145Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-12-01T11:11:48.2709384Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-12-01T11:11:48.2710040Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-12-01T11:11:48.2713185Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-12-01T11:11:48.2713748Z [ RUN ] LazyOpsTest.TestDropout 2022-12-01T11:11:48.2717307Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-12-01T11:11:48.2717819Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-12-01T11:11:48.2722865Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-12-01T11:11:48.2723502Z [ RUN ] LazyOpsTest.TestRandperm 2022-12-01T11:11:48.2732742Z [ OK ] LazyOpsTest.TestRandperm (1 ms) 2022-12-01T11:11:48.2733253Z [ RUN ] LazyOpsTest.TestSlice 2022-12-01T11:11:48.2741124Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-12-01T11:11:48.2742115Z [ RUN ] LazyOpsTest.TestTake 2022-12-01T11:11:48.2742723Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-12-01T11:11:48.2743227Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-12-01T11:11:48.2762256Z [ OK ] LazyOpsTest.TestTakeBackward (1 ms) 2022-12-01T11:11:48.2762751Z [ RUN ] LazyOpsTest.TestStack 2022-12-01T11:11:48.2783450Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-12-01T11:11:48.2783922Z [ RUN ] LazyOpsTest.TestCat 2022-12-01T11:11:48.2790470Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-12-01T11:11:48.2790932Z [ RUN ] LazyOpsTest.TestUnbind 2022-12-01T11:11:48.2800971Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-12-01T11:11:48.2801470Z [ RUN ] LazyOpsTest.TestRepeat 2022-12-01T11:11:48.2811865Z [ OK ] LazyOpsTest.TestRepeat (0 ms) 2022-12-01T11:11:48.2812411Z [ RUN ] LazyOpsTest.TestGather 2022-12-01T11:11:48.2818265Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-12-01T11:11:48.2818783Z [ RUN ] LazyOpsTest.TestScatter 2022-12-01T11:11:48.2822042Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-12-01T11:11:48.2822912Z [ RUN ] LazyOpsTest.TestScatterR1 2022-12-01T11:11:48.2823814Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-12-01T11:11:48.2824984Z [ RUN ] LazyOpsTest.TestScatterR3 2022-12-01T11:11:48.2827414Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-12-01T11:11:48.2828109Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-12-01T11:11:48.2833945Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-12-01T11:11:48.2837122Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-12-01T11:11:48.2837791Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-12-01T11:11:48.2838464Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-12-01T11:11:48.2839177Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-12-01T11:11:48.2839833Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-12-01T11:11:48.2842498Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-12-01T11:11:48.2843175Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-12-01T11:11:48.2849414Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-12-01T11:11:48.2850084Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-12-01T11:11:48.2924901Z [ OK ] LazyOpsTest.TestIndexSelect (7 ms) 2022-12-01T11:11:48.2925465Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-12-01T11:11:48.2945294Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-12-01T11:11:48.2945807Z [ RUN ] LazyOpsTest.TestInverse 2022-12-01T11:11:48.2950903Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-12-01T11:11:48.2951413Z [ RUN ] LazyOpsTest.TestIsnan 2022-12-01T11:11:48.2951890Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-12-01T11:11:48.2952362Z [ RUN ] LazyOpsTest.TestExpand 2022-12-01T11:11:48.2954547Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-12-01T11:11:48.2955052Z [ RUN ] LazyOpsTest.TestExpandBack 2022-12-01T11:11:48.2957955Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-12-01T11:11:48.2958471Z [ RUN ] LazyOpsTest.TestExpandAs 2022-12-01T11:11:48.2961813Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-12-01T11:11:48.2962280Z [ RUN ] LazyOpsTest.TestEye 2022-12-01T11:11:48.2962752Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-12-01T11:11:48.2963222Z [ RUN ] LazyOpsTest.TestEyeWide 2022-12-01T11:11:48.2965909Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-12-01T11:11:48.2966494Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-12-01T11:11:48.2966987Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-12-01T11:11:48.2967748Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-12-01T11:11:48.2972539Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-12-01T11:11:48.2973413Z [ RUN ] LazyOpsTest.TestOneIndex 2022-12-01T11:11:48.2985846Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-12-01T11:11:48.2986434Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-12-01T11:11:48.2994430Z [ OK ] LazyOpsTest.TestOneIndexTransfer (0 ms) 2022-12-01T11:11:48.2995261Z [ RUN ] LazyOpsTest.TestNonzero 2022-12-01T11:11:48.2995774Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-12-01T11:11:48.2996290Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-12-01T11:11:48.2997941Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-12-01T11:11:48.2998632Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-12-01T11:11:48.3000371Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-12-01T11:11:48.3000950Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-12-01T11:11:48.3009162Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-12-01T11:11:48.3009800Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-12-01T11:11:48.3015797Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-12-01T11:11:48.3016398Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-12-01T11:11:48.3023179Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-12-01T11:11:48.3023804Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-12-01T11:11:48.3030965Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-12-01T11:11:48.3031605Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-12-01T11:11:48.3037513Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-12-01T11:11:48.3038078Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-12-01T11:11:48.3041397Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-12-01T11:11:48.3041899Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-12-01T11:11:48.3067153Z [ OK ] LazyOpsTest.TestOneIndexPut (2 ms) 2022-12-01T11:11:48.3067704Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-12-01T11:11:48.3086730Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (1 ms) 2022-12-01T11:11:48.3087318Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-12-01T11:11:48.3101386Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-12-01T11:11:48.3101949Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-12-01T11:11:48.3118360Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-12-01T11:11:48.3118946Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-12-01T11:11:48.3141893Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-12-01T11:11:48.3142536Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-12-01T11:11:48.3157501Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-12-01T11:11:48.3158132Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-12-01T11:11:48.3173193Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-12-01T11:11:48.3173830Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-12-01T11:11:48.3191640Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-12-01T11:11:48.3192336Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-12-01T11:11:48.3208650Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-12-01T11:11:48.3209233Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-12-01T11:11:48.3228879Z [ OK ] LazyOpsTest.TestMaskIndexPut (2 ms) 2022-12-01T11:11:48.3229432Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-12-01T11:11:48.3265056Z [ OK ] LazyOpsTest.TestIndexPutImpl (3 ms) 2022-12-01T11:11:48.3265668Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-12-01T11:11:48.3292609Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (2 ms) 2022-12-01T11:11:48.3293293Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-12-01T11:11:48.3316896Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-12-01T11:11:48.3317537Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-12-01T11:11:48.3340146Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-12-01T11:11:48.3340788Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-12-01T11:11:48.3367976Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (2 ms) 2022-12-01T11:11:48.3368580Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-12-01T11:11:48.3391623Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-12-01T11:11:48.3392167Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-12-01T11:11:48.3451838Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-12-01T11:11:48.3452368Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-12-01T11:11:48.3497209Z [ OK ] LazyOpsTest.TestIndexAddInPlace (4 ms) 2022-12-01T11:11:48.3497780Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-12-01T11:11:48.3514806Z [ OK ] LazyOpsTest.TestIndexAddRank0 (1 ms) 2022-12-01T11:11:48.3515339Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-12-01T11:11:48.3534095Z [ OK ] LazyOpsTest.TestIndexCopy (1 ms) 2022-12-01T11:11:48.3534683Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-12-01T11:11:48.3557903Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-12-01T11:11:48.3558480Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-12-01T11:11:48.3574742Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (1 ms) 2022-12-01T11:11:48.3575272Z [ RUN ] LazyOpsTest.TestRelu 2022-12-01T11:11:48.3578048Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-12-01T11:11:48.3578548Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-12-01T11:11:48.3582023Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-12-01T11:11:48.3582549Z [ RUN ] LazyOpsTest.TestHardshrink 2022-12-01T11:11:48.3583195Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-12-01T11:11:48.3583704Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-12-01T11:11:48.3587010Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-12-01T11:11:48.3587573Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-12-01T11:11:48.3604197Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (1 ms) 2022-12-01T11:11:48.3604781Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-12-01T11:11:48.3613125Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-12-01T11:11:48.3613687Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-12-01T11:11:48.3614316Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-12-01T11:11:48.3614876Z [ RUN ] LazyOpsTest.TestHardtanh 2022-12-01T11:11:48.3615525Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-12-01T11:11:48.3616036Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-12-01T11:11:48.3627302Z [ OK ] LazyOpsTest.TestHardtanhInPlace (1 ms) 2022-12-01T11:11:48.3627840Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-12-01T11:11:48.3630175Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-12-01T11:11:48.3630719Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-12-01T11:11:48.3633812Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-12-01T11:11:48.3634302Z [ RUN ] LazyOpsTest.TestExp 2022-12-01T11:11:48.3636723Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-12-01T11:11:48.3637515Z [ RUN ] LazyOpsTest.TestExpm1 2022-12-01T11:11:48.3638218Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-12-01T11:11:48.3638677Z [ RUN ] LazyOpsTest.TestLog 2022-12-01T11:11:48.3640833Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-12-01T11:11:48.3641293Z [ RUN ] LazyOpsTest.TestLog2 2022-12-01T11:11:48.3648450Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-12-01T11:11:48.3650285Z [ RUN ] LazyOpsTest.TestLog10 2022-12-01T11:11:48.3651451Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-12-01T11:11:48.3652152Z [ RUN ] LazyOpsTest.TestLog1p 2022-12-01T11:11:48.3652626Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-12-01T11:11:48.3653085Z [ RUN ] LazyOpsTest.TestErf 2022-12-01T11:11:48.3653546Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-12-01T11:11:48.3653991Z [ RUN ] LazyOpsTest.TestErfc 2022-12-01T11:11:48.3655083Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-12-01T11:11:48.3656515Z [ RUN ] LazyOpsTest.TestErfinv 2022-12-01T11:11:48.3656993Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-12-01T11:11:48.3657470Z [ RUN ] LazyOpsTest.TestSqrt 2022-12-01T11:11:48.3657937Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-12-01T11:11:48.3658403Z [ RUN ] LazyOpsTest.TestRsqrt 2022-12-01T11:11:48.3659471Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-12-01T11:11:48.3660102Z [ RUN ] LazyOpsTest.TestReciprocal 2022-12-01T11:11:48.3662921Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-12-01T11:11:48.3663593Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-12-01T11:11:48.3666760Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-12-01T11:11:48.3667370Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-12-01T11:11:48.3670753Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-12-01T11:11:48.3671343Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-12-01T11:11:48.3673213Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-12-01T11:11:48.3673949Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-12-01T11:11:48.3677536Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-12-01T11:11:48.3678182Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-12-01T11:11:48.3680750Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-12-01T11:11:48.3682001Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-12-01T11:11:48.3682931Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-12-01T11:11:48.3683510Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-12-01T11:11:48.3686129Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-12-01T11:11:48.3686875Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-12-01T11:11:48.3687223Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-12-01T11:11:48.3687699Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-12-01T11:11:48.3697863Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (1 ms) 2022-12-01T11:11:48.3698421Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-12-01T11:11:48.3698952Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-12-01T11:11:48.3699490Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-12-01T11:11:48.3700631Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-12-01T11:11:48.3701205Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-12-01T11:11:48.3704330Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-12-01T11:11:48.3705240Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-12-01T11:11:48.3708883Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-12-01T11:11:48.3709478Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-12-01T11:11:48.3712131Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-12-01T11:11:48.3713217Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-12-01T11:11:48.3718298Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-12-01T11:11:48.3718890Z [ RUN ] LazyOpsTest.TestWhere 2022-12-01T11:11:48.3719732Z [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:11:48.3720456Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-12-01T11:11:48.3720952Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-12-01T11:11:48.3722807Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-12-01T11:11:48.3723340Z [ RUN ] LazyOpsTest.TestThreshold 2022-12-01T11:11:48.3726450Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-12-01T11:11:48.3726993Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-12-01T11:11:48.3734166Z [ OK ] LazyOpsTest.TestThresholdBackward (0 ms) 2022-12-01T11:11:48.3735749Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-12-01T11:11:48.3736525Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-12-01T11:11:48.3737203Z [ RUN ] LazyOpsTest.TestElu 2022-12-01T11:11:48.3744717Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-12-01T11:11:48.3745233Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-12-01T11:11:48.3748318Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-12-01T11:11:48.3748792Z [ RUN ] LazyOpsTest.TestSelu 2022-12-01T11:11:48.3751149Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-12-01T11:11:48.3751647Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-12-01T11:11:48.3754639Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-12-01T11:11:48.3755139Z [ RUN ] LazyOpsTest.TestCelu 2022-12-01T11:11:48.3756052Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-12-01T11:11:48.3756528Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-12-01T11:11:48.3758287Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-12-01T11:11:48.3758771Z [ RUN ] LazyOpsTest.TestGelu 2022-12-01T11:11:48.3766075Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-12-01T11:11:48.3766546Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-12-01T11:11:48.3782842Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-12-01T11:11:48.3783517Z [ RUN ] LazyOpsTest.TestEmbedding 2022-12-01T11:11:48.3787721Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-12-01T11:11:48.3788196Z [ RUN ] LazyOpsTest.TestOneHot 2022-12-01T11:11:48.3794757Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-12-01T11:11:48.3795266Z [ RUN ] LazyOpsTest.TestTranspose 2022-12-01T11:11:48.3797520Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-12-01T11:11:48.3798075Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-12-01T11:11:48.3800690Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-12-01T11:11:48.3801200Z [ RUN ] LazyOpsTest.TestReshape 2022-12-01T11:11:48.3807840Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-12-01T11:11:48.3808328Z [ RUN ] LazyOpsTest.TestResize 2022-12-01T11:11:48.3813092Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-12-01T11:11:48.3813575Z [ RUN ] LazyOpsTest.TestViewResize 2022-12-01T11:11:48.3819862Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-12-01T11:11:48.3820349Z [ RUN ] LazyOpsTest.TestView 2022-12-01T11:11:48.3826411Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-12-01T11:11:48.3826882Z [ RUN ] LazyOpsTest.TestViewMod 2022-12-01T11:11:48.3843898Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-12-01T11:11:48.3844451Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-12-01T11:11:48.3862092Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-12-01T11:11:48.3862655Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-12-01T11:11:48.3883867Z [ OK ] LazyOpsTest.TestViewOfViewMod (2 ms) 2022-12-01T11:11:48.3884477Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-12-01T11:11:48.3892593Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-12-01T11:11:48.3893183Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-12-01T11:11:48.3897510Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-12-01T11:11:48.3898008Z [ RUN ] LazyOpsTest.TestNarrow 2022-12-01T11:11:48.3913634Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-12-01T11:11:48.3914158Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-12-01T11:11:48.3931739Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-12-01T11:11:48.3932327Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-12-01T11:11:48.3952709Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (2 ms) 2022-12-01T11:11:48.3953335Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-12-01T11:11:48.4050757Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (9 ms) 2022-12-01T11:11:48.4051372Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-12-01T11:11:48.4072445Z [ OK ] LazyOpsTest.TestNarrowUpdateView (2 ms) 2022-12-01T11:11:48.4073038Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-12-01T11:11:48.4110607Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-12-01T11:11:48.4111167Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-12-01T11:11:48.4117922Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-12-01T11:11:48.4118430Z [ RUN ] LazyOpsTest.TestViewAs 2022-12-01T11:11:48.4126091Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-12-01T11:11:48.4126603Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-12-01T11:11:48.4145812Z [ OK ] LazyOpsTest.TestLogSoftmax (1 ms) 2022-12-01T11:11:48.4146410Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-12-01T11:11:48.4172495Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (2 ms) 2022-12-01T11:11:48.4173151Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-12-01T11:11:48.4192871Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (1 ms) 2022-12-01T11:11:48.4193468Z [ RUN ] LazyOpsTest.TestSoftmax 2022-12-01T11:11:48.4212354Z [ OK ] LazyOpsTest.TestSoftmax (1 ms) 2022-12-01T11:11:48.4212865Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-12-01T11:11:48.4241966Z [ OK ] LazyOpsTest.TestSoftmaxCast (2 ms) 2022-12-01T11:11:48.4242523Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-12-01T11:11:48.4264210Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-12-01T11:11:48.4264882Z [ RUN ] LazyOpsTest.TestSoftplus 2022-12-01T11:11:48.4267788Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-12-01T11:11:48.4268290Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-12-01T11:11:48.4356323Z [ OK ] LazyOpsTest.TestMaxPool1D (8 ms) 2022-12-01T11:11:48.4356828Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-12-01T11:11:48.4415070Z [ OK ] LazyOpsTest.TestMaxPool2D (5 ms) 2022-12-01T11:11:48.4415646Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-12-01T11:11:48.4533263Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (11 ms) 2022-12-01T11:11:48.4533855Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-12-01T11:11:48.4591947Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (5 ms) 2022-12-01T11:11:48.4592504Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-12-01T11:11:48.4610790Z [ OK ] LazyOpsTest.TestMaxPool3D (1 ms) 2022-12-01T11:11:48.4611373Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-12-01T11:11:48.4637414Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-12-01T11:11:48.4638078Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-12-01T11:11:48.4650980Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-12-01T11:11:48.4651845Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-12-01T11:11:48.4665926Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-12-01T11:11:48.4666529Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-12-01T11:11:48.4725900Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (5 ms) 2022-12-01T11:11:48.4726650Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-12-01T11:11:48.4745495Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (1 ms) 2022-12-01T11:11:48.4746300Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-12-01T11:11:48.4814358Z [ OK ] LazyOpsTest.TestAvgPool1D (6 ms) 2022-12-01T11:11:48.4815022Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-12-01T11:11:48.4867540Z [ OK ] LazyOpsTest.TestAvgPool2D (5 ms) 2022-12-01T11:11:48.4868142Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-12-01T11:11:48.4916099Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (4 ms) 2022-12-01T11:11:48.4916696Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-12-01T11:11:48.4928553Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-12-01T11:11:48.4929230Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-12-01T11:11:48.4938922Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (1 ms) 2022-12-01T11:11:48.4939606Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-12-01T11:11:48.4949841Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-12-01T11:11:48.4950475Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-12-01T11:11:48.4997183Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (4 ms) 2022-12-01T11:11:48.4997751Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-12-01T11:11:48.5009045Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-12-01T11:11:48.5009619Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-12-01T11:11:48.5015988Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-12-01T11:11:48.5016566Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-12-01T11:11:48.5232780Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (21 ms) 2022-12-01T11:11:48.5233442Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-12-01T11:11:48.5251189Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-12-01T11:11:48.5251843Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-12-01T11:11:48.5258400Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (0 ms) 2022-12-01T11:11:48.5258985Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-12-01T11:11:48.5273690Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-12-01T11:11:48.5274202Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-12-01T11:11:48.5286790Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-12-01T11:11:48.5287371Z [ RUN ] LazyOpsTest.TestNllLoss 2022-12-01T11:11:48.5288432Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-12-01T11:11:48.5288750Z 2022-12-01T11:11:48.5289110Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-12-01T11:11:48.5289613Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-12-01T11:11:48.5360430Z [ OK ] LazyOpsTest.TestNllLoss2d (7 ms) 2022-12-01T11:11:48.5360992Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-12-01T11:11:48.5375762Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-12-01T11:11:48.5376289Z [ RUN ] LazyOpsTest.TestL1Loss 2022-12-01T11:11:48.5386439Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-12-01T11:11:48.5386976Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-12-01T11:11:48.5421680Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-12-01T11:11:48.5422207Z [ RUN ] LazyOpsTest.TestMseLoss 2022-12-01T11:11:48.5425207Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-12-01T11:11:48.5425719Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-12-01T11:11:48.5445746Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-12-01T11:11:48.5446290Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-12-01T11:11:48.5462332Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-12-01T11:11:48.5462838Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-12-01T11:11:48.5479254Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-12-01T11:11:48.5480524Z [ RUN ] LazyOpsTest.TestDim 2022-12-01T11:11:48.5481049Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-12-01T11:11:48.5481554Z [ RUN ] LazyOpsTest.TestContiguous 2022-12-01T11:11:48.5482077Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-12-01T11:11:48.5482575Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-12-01T11:11:48.5483602Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-12-01T11:11:48.5484150Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-12-01T11:11:48.5487562Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-12-01T11:11:48.5488099Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-12-01T11:11:48.5506922Z [ OK ] LazyOpsTest.TestSqueezeOne (1 ms) 2022-12-01T11:11:48.5507499Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-12-01T11:11:48.5528802Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-12-01T11:11:48.5529370Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-12-01T11:11:48.5542372Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-12-01T11:11:48.5542906Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-12-01T11:11:48.5558882Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-12-01T11:11:48.5559433Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-12-01T11:11:48.5562905Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-12-01T11:11:48.5563525Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-12-01T11:11:48.5567353Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-12-01T11:11:48.5567989Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-12-01T11:11:48.5571289Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-12-01T11:11:48.5572103Z [ RUN ] LazyOpsTest.TestFill 2022-12-01T11:11:48.5576187Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-12-01T11:11:48.5576699Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-12-01T11:11:48.5578070Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-12-01T11:11:48.5578570Z [ RUN ] LazyOpsTest.TestPermute 2022-12-01T11:11:48.5608007Z [ OK ] LazyOpsTest.TestPermute (2 ms) 2022-12-01T11:11:48.5608524Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-12-01T11:11:48.5710769Z [ OK ] LazyOpsTest.TestPermuteMod (10 ms) 2022-12-01T11:11:48.5711351Z [ RUN ] LazyOpsTest.TestFlip 2022-12-01T11:11:48.5740388Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-12-01T11:11:48.5740904Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-12-01T11:11:48.5746482Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-12-01T11:11:48.5747000Z [ RUN ] LazyOpsTest.TestSumToSize 2022-12-01T11:11:48.5750813Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-12-01T11:11:48.5751347Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-12-01T11:11:48.5754696Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-12-01T11:11:48.5755587Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-12-01T11:11:48.5764336Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-12-01T11:11:48.5765011Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-12-01T11:11:48.5769057Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-12-01T11:11:48.5769640Z [ RUN ] LazyOpsTest.TestSplit 2022-12-01T11:11:48.5789998Z [ OK ] LazyOpsTest.TestSplit (2 ms) 2022-12-01T11:11:48.5791362Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-12-01T11:11:48.5791884Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-12-01T11:11:48.5792421Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-12-01T11:11:48.5803482Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-12-01T11:11:48.5804149Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-12-01T11:11:48.5807922Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-12-01T11:11:48.5808657Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-12-01T11:11:48.5812646Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-12-01T11:11:48.5813182Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-12-01T11:11:48.5813750Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-12-01T11:11:48.5814213Z [ RUN ] LazyOpsTest.TestTriu 2022-12-01T11:11:48.5837077Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-12-01T11:11:48.5838091Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-12-01T11:11:48.5859958Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-12-01T11:11:48.5860470Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-12-01T11:11:48.5883638Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-12-01T11:11:48.5884170Z [ RUN ] LazyOpsTest.TestTril 2022-12-01T11:11:48.5907503Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-12-01T11:11:48.5908018Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-12-01T11:11:48.5934059Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-12-01T11:11:48.5934662Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-12-01T11:11:48.5957981Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-12-01T11:11:48.5958507Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-12-01T11:11:48.5986235Z [ OK ] LazyOpsTest.TestTriuInPlace (2 ms) 2022-12-01T11:11:48.5986775Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-12-01T11:11:48.6017101Z [ OK ] LazyOpsTest.TestTrilInPlace (3 ms) 2022-12-01T11:11:48.6017609Z [ RUN ] LazyOpsTest.TestTrace 2022-12-01T11:11:48.6019787Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-12-01T11:11:48.6020272Z [ RUN ] LazyOpsTest.TestTraceWide 2022-12-01T11:11:48.6022414Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-12-01T11:11:48.6022937Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-12-01T11:11:48.6025118Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-12-01T11:11:48.6025621Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-12-01T11:11:48.6044363Z [ OK ] LazyOpsTest.TestDiagRank1 (1 ms) 2022-12-01T11:11:48.6044877Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-12-01T11:11:48.6053184Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-12-01T11:11:48.6053682Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-12-01T11:11:48.6257315Z [ OK ] LazyOpsTest.TestDiagFlat (20 ms) 2022-12-01T11:11:48.6257854Z [ RUN ] LazyOpsTest.TestDiagonal 2022-12-01T11:11:48.6284218Z [ OK ] LazyOpsTest.TestDiagonal (2 ms) 2022-12-01T11:11:48.6284760Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-12-01T11:11:48.6345943Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-12-01T11:11:48.6346524Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-12-01T11:11:48.6375841Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-12-01T11:11:48.6376573Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-12-01T11:11:48.6402191Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-12-01T11:11:48.6402714Z [ RUN ] LazyOpsTest.TestFlatten 2022-12-01T11:11:48.6463305Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-12-01T11:11:48.6463830Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-12-01T11:11:48.6479645Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-12-01T11:11:48.6480165Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-12-01T11:11:48.6482709Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-12-01T11:11:48.6483280Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-12-01T11:11:48.6485950Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-12-01T11:11:48.6486671Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-12-01T11:11:48.6489464Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-12-01T11:11:48.6490077Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-12-01T11:11:48.6492583Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-12-01T11:11:48.6493352Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-12-01T11:11:48.6497612Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-12-01T11:11:48.6498623Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-12-01T11:11:48.6501396Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-12-01T11:11:48.6502013Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-12-01T11:11:48.6505396Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-12-01T11:11:48.6506029Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-12-01T11:11:48.6508759Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-12-01T11:11:48.6509450Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-12-01T11:11:48.6514882Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-12-01T11:11:48.6515730Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-12-01T11:11:48.6516442Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-12-01T11:11:48.6516963Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-12-01T11:11:48.6518016Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-12-01T11:11:48.6518773Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-12-01T11:11:48.6519347Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-12-01T11:11:48.6520381Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-12-01T11:11:48.6521511Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-12-01T11:11:48.6522244Z [ RUN ] LazyOpsTest.TestLshift 2022-12-01T11:11:48.6522712Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-12-01T11:11:48.6523429Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-12-01T11:11:48.6523984Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-12-01T11:11:48.6524997Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-12-01T11:11:48.6525701Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-12-01T11:11:48.6526256Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-12-01T11:11:48.6527064Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-12-01T11:11:48.6528055Z [ RUN ] LazyOpsTest.TestRshift 2022-12-01T11:11:48.6528756Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-12-01T11:11:48.6529450Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-12-01T11:11:48.6530369Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-12-01T11:11:48.6531441Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-12-01T11:11:48.6532407Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-12-01T11:11:48.6533363Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-12-01T11:11:48.6534467Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-12-01T11:11:48.6535358Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-12-01T11:11:48.6536418Z [W TensorShape.cpp:3191] Warning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (function operator()) 2022-12-01T11:11:48.6545127Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-12-01T11:11:48.6546046Z [ RUN ] LazyOpsTest.TestConstantPad 2022-12-01T11:11:48.6550081Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-12-01T11:11:48.6550784Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-12-01T11:11:48.6554649Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-12-01T11:11:48.6555831Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-12-01T11:11:48.6557871Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-12-01T11:11:48.6558517Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-12-01T11:11:48.6559580Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-12-01T11:11:48.6560312Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-12-01T11:11:48.6568939Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-12-01T11:11:48.6569729Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-12-01T11:11:48.6570315Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-12-01T11:11:48.6570902Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-12-01T11:11:48.6571526Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-12-01T11:11:48.6572117Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-12-01T11:11:48.6578485Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-12-01T11:11:48.6580456Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-12-01T11:11:48.6581286Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-12-01T11:11:48.6581885Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-12-01T11:11:48.6582481Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-12-01T11:11:48.6583094Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-12-01T11:11:48.6589956Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-12-01T11:11:48.6590560Z [ RUN ] LazyOpsTest.TestAsStrided 2022-12-01T11:11:48.6601046Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-12-01T11:11:48.6601698Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-12-01T11:11:48.6614705Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-12-01T11:11:48.6615424Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-12-01T11:11:48.6619705Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-12-01T11:11:48.6620332Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-12-01T11:11:48.6624800Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-12-01T11:11:48.6626653Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-12-01T11:11:48.6627222Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-12-01T11:11:48.6627784Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-12-01T11:11:48.6772722Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (14 ms) 2022-12-01T11:11:48.6773361Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-12-01T11:11:48.6860730Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (8 ms) 2022-12-01T11:11:48.6861540Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-12-01T11:11:48.7003974Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (14 ms) 2022-12-01T11:11:48.7004688Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-12-01T11:11:48.7090324Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (8 ms) 2022-12-01T11:11:48.7091472Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-12-01T11:11:48.7122202Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-12-01T11:11:48.7123010Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-12-01T11:11:48.7177075Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (5 ms) 2022-12-01T11:11:48.7177758Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-12-01T11:11:48.7200103Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-12-01T11:11:48.7200813Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-12-01T11:11:48.7218626Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (1 ms) 2022-12-01T11:11:48.7219230Z [ RUN ] LazyOpsTest.TestConv2D 2022-12-01T11:11:48.8182396Z [ OK ] LazyOpsTest.TestConv2D (96 ms) 2022-12-01T11:11:48.8182970Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-12-01T11:11:49.1919454Z [ OK ] LazyOpsTest.TestConv2DBackward (373 ms) 2022-12-01T11:11:49.1920092Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-12-01T11:11:49.4597591Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (267 ms) 2022-12-01T11:11:49.4598271Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-12-01T11:11:49.7228353Z [ OK ] LazyOpsTest.TestConv3DBackward (262 ms) 2022-12-01T11:11:49.7229160Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-12-01T11:11:50.3395579Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (616 ms) 2022-12-01T11:11:50.3396252Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-12-01T11:11:50.3489194Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (9 ms) 2022-12-01T11:11:50.3489782Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-12-01T11:11:50.3537730Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (4 ms) 2022-12-01T11:11:50.3538351Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-12-01T11:11:50.3628982Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-12-01T11:11:50.3629617Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-12-01T11:11:50.3677529Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (4 ms) 2022-12-01T11:11:50.3678163Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-12-01T11:11:50.3856160Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (17 ms) 2022-12-01T11:11:50.3856800Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-12-01T11:11:50.3988620Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (13 ms) 2022-12-01T11:11:50.3989225Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-12-01T11:11:50.3997639Z [ OK ] LazyOpsTest.TestTanhBackward (0 ms) 2022-12-01T11:11:50.3998286Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-12-01T11:11:50.4006056Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-12-01T11:11:50.4006656Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-12-01T11:11:50.4015343Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (0 ms) 2022-12-01T11:11:50.4015941Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-12-01T11:11:50.4089509Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (7 ms) 2022-12-01T11:11:50.4090090Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-12-01T11:11:50.4158945Z [ OK ] LazyOpsTest.TestSoftmaxBackward (6 ms) 2022-12-01T11:11:50.4159533Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-12-01T11:11:50.4168476Z [ OK ] LazyOpsTest.TestSoftplusBackward (0 ms) 2022-12-01T11:11:50.4169056Z [ RUN ] LazyOpsTest.TestReluBackward 2022-12-01T11:11:50.4177347Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-12-01T11:11:50.4178167Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-12-01T11:11:50.4187840Z [ OK ] LazyOpsTest.TestRreluBackward (0 ms) 2022-12-01T11:11:50.4188428Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-12-01T11:11:50.4196835Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-12-01T11:11:50.4197419Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-12-01T11:11:50.4204887Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (0 ms) 2022-12-01T11:11:50.4205483Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-12-01T11:11:50.4209355Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-12-01T11:11:50.4209905Z [ RUN ] LazyOpsTest.TestEluBackward 2022-12-01T11:11:50.4219344Z [ OK ] LazyOpsTest.TestEluBackward (0 ms) 2022-12-01T11:11:50.4219879Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-12-01T11:11:50.4235660Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-12-01T11:11:50.4236238Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-12-01T11:11:50.4245271Z [ OK ] LazyOpsTest.TestLeakyReluBackward (0 ms) 2022-12-01T11:11:50.4245853Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-12-01T11:11:50.4253018Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-12-01T11:11:50.4253605Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-12-01T11:11:50.4317637Z [ OK ] LazyOpsTest.TestAddMatMulBackward (6 ms) 2022-12-01T11:11:50.4318478Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-12-01T11:11:50.4375095Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (5 ms) 2022-12-01T11:11:50.4375731Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-12-01T11:11:50.4376213Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-12-01T11:11:50.4376487Z 2022-12-01T11:11:50.4376825Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-12-01T11:11:50.4377405Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-12-01T11:11:50.4627995Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (25 ms) 2022-12-01T11:11:50.4628610Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-12-01T11:11:50.4688318Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (6 ms) 2022-12-01T11:11:50.4688919Z [ RUN ] LazyOpsTest.TestViewBackward 2022-12-01T11:11:50.4702755Z [ OK ] LazyOpsTest.TestViewBackward (1 ms) 2022-12-01T11:11:50.4703329Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-12-01T11:11:50.4750666Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (4 ms) 2022-12-01T11:11:50.4751248Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-12-01T11:11:50.4797613Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (4 ms) 2022-12-01T11:11:50.4798241Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-12-01T11:11:50.5128268Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (32 ms) 2022-12-01T11:11:50.5128908Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-12-01T11:11:50.5196893Z [ OK ] LazyOpsTest.TestKlDivBackward (6 ms) 2022-12-01T11:11:50.5197459Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-12-01T11:11:50.5902629Z [ OK ] LazyOpsTest.TestEmbeddingBackward (70 ms) 2022-12-01T11:11:50.5903485Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T11:11:50.5904062Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-12-01T11:11:50.5904368Z 2022-12-01T11:11:50.5904935Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-12-01T11:11:50.5905709Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T11:11:50.5906200Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-12-01T11:11:50.5906480Z 2022-12-01T11:11:50.5907171Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-12-01T11:11:50.5907857Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-12-01T11:11:50.5908476Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-12-01T11:11:50.5908997Z [ RUN ] LazyOpsTest.TestLerp 2022-12-01T11:11:50.5909469Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-12-01T11:11:50.5909942Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-12-01T11:11:50.5910458Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-12-01T11:11:50.5910967Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-12-01T11:11:50.5911489Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-12-01T11:11:50.5912037Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-12-01T11:11:50.5912614Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-12-01T11:11:50.5913201Z [ RUN ] LazyOpsTest.TestLerpOut 2022-12-01T11:11:50.5913696Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-12-01T11:11:50.5914210Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-12-01T11:11:50.5914764Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-12-01T11:11:50.5915242Z [ RUN ] LazyOpsTest.IsAliasOf 2022-12-01T11:11:50.5915714Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-12-01T11:11:50.5916249Z [----------] 575 tests from LazyOpsTest (3281 ms total) 2022-12-01T11:11:50.5916505Z 2022-12-01T11:11:50.5916777Z [----------] Global test environment tear-down 2022-12-01T11:11:50.5969627Z [==========] 612 tests from 10 test suites ran. (3313 ms total) 2022-12-01T11:11:50.5970097Z [ PASSED ] 608 tests. 2022-12-01T11:11:50.5970525Z [ SKIPPED ] 4 tests, listed below: 2022-12-01T11:11:50.5970978Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-12-01T11:11:50.5971512Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-12-01T11:11:50.5972181Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-12-01T11:11:50.5972804Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-12-01T11:11:50.6727892Z + python test/cpp/jit/tests_setup.py shutdown 2022-12-01T11:11:51.5779851Z + wait 2022-12-01T11:11:51.5781002Z + OMP_NUM_THREADS=2 2022-12-01T11:11:51.5781299Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-12-01T11:11:51.5781927Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_api '--gtest_filter=-IMethodTest.*' --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_api.xml 2022-12-01T11:11:51.8430222Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T11:11:51.8438041Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-12-01T11:11:51.8438663Z [==========] Running 991 tests from 48 test suites. 2022-12-01T11:11:51.8439055Z [----------] Global test environment set-up. 2022-12-01T11:11:51.8439371Z [----------] 9 tests from AutogradAPITests 2022-12-01T11:11:51.8439691Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-12-01T11:11:51.8450957Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-12-01T11:11:51.8451584Z [ RUN ] AutogradAPITests.BackwardTest 2022-12-01T11:11:51.8452218Z [W engine.cpp:1064] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-12-01T11:11:51.8453709Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-12-01T11:11:51.8454315Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-12-01T11:11:51.8455501Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-12-01T11:11:51.8455835Z [ RUN ] AutogradAPITests.GradTest 2022-12-01T11:11:51.8458452Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-12-01T11:11:51.8458769Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-12-01T11:11:51.8461512Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:11:51.8463218Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:11:51.8464896Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:11:51.8466376Z [W TensorBody.h:485] Warning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (function grad) 2022-12-01T11:11:51.8467166Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-12-01T11:11:51.8467522Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-12-01T11:11:51.8595784Z [ OK ] AutogradAPITests.GradUnreachableTest (12 ms) 2022-12-01T11:11:51.8596128Z [ RUN ] AutogradAPITests.EmptyInput 2022-12-01T11:11:51.8620784Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-12-01T11:11:51.8621127Z [ RUN ] AutogradAPITests.RetainGrad 2022-12-01T11:11:51.8624928Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-12-01T11:11:51.8625335Z [ RUN ] AutogradAPITests.AnomalyMode 2022-12-01T11:11:51.8625732Z [W anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator()) 2022-12-01T11:11:52.0047954Z [ OK ] AutogradAPITests.AnomalyMode (142 ms) 2022-12-01T11:11:52.0048630Z [----------] 9 tests from AutogradAPITests (160 ms total) 2022-12-01T11:11:52.0048859Z 2022-12-01T11:11:52.0049030Z [----------] 33 tests from CustomAutogradTest 2022-12-01T11:11:52.0049399Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-12-01T11:11:52.0057447Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (1 ms) 2022-12-01T11:11:52.0058040Z [ RUN ] CustomAutogradTest.CustomFunction 2022-12-01T11:11:52.0059698Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-12-01T11:11:52.0060362Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-12-01T11:11:52.0061363Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-12-01T11:11:52.0061997Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-12-01T11:11:52.0064784Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-12-01T11:11:52.0065575Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-12-01T11:11:52.0066378Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-12-01T11:11:52.0067052Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-12-01T11:11:52.0067759Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-12-01T11:11:52.0068363Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-12-01T11:11:52.0069242Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-12-01T11:11:52.0069900Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-12-01T11:11:52.0070453Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-12-01T11:11:52.0070845Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-12-01T11:11:52.0071412Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-12-01T11:11:52.0071763Z [ RUN ] CustomAutogradTest.MarkDirty 2022-12-01T11:11:52.0072094Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-12-01T11:11:52.0072429Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-12-01T11:11:52.0074110Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-12-01T11:11:52.0074522Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-12-01T11:11:52.0077051Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-12-01T11:11:52.0077723Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-12-01T11:11:52.0078284Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-12-01T11:11:52.0078798Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-12-01T11:11:52.0079170Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-12-01T11:11:52.0079555Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-12-01T11:11:52.0101157Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-12-01T11:11:52.0101631Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-12-01T11:11:52.0102044Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-12-01T11:11:52.0102479Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-12-01T11:11:52.0102898Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-12-01T11:11:52.0103255Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-12-01T11:11:52.0156695Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-12-01T11:11:52.0157308Z [ RUN ] CustomAutogradTest.NoGradInput 2022-12-01T11:11:52.0157826Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-12-01T11:11:52.0158406Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-12-01T11:11:52.0158882Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-12-01T11:11:52.0159208Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-12-01T11:11:52.0159643Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-12-01T11:11:52.0160247Z [ RUN ] CustomAutogradTest.Reentrant 2022-12-01T11:11:52.0160597Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-12-01T11:11:52.0160915Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-12-01T11:11:52.3841117Z [ OK ] CustomAutogradTest.DeepReentrant (367 ms) 2022-12-01T11:11:52.3841528Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-12-01T11:11:52.3844326Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-12-01T11:11:52.3844933Z [ RUN ] CustomAutogradTest.Hooks 2022-12-01T11:11:52.3880738Z [ OK ] CustomAutogradTest.Hooks (3 ms) 2022-12-01T11:11:52.3881334Z [ RUN ] CustomAutogradTest.HooksInplace 2022-12-01T11:11:52.3882693Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-12-01T11:11:52.3883574Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-12-01T11:11:52.3884468Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-12-01T11:11:52.3885127Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-12-01T11:11:52.3886395Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-12-01T11:11:52.3887015Z [ RUN ] CustomAutogradTest.HookNone 2022-12-01T11:11:52.3887517Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-12-01T11:11:52.3888150Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-12-01T11:11:52.3889182Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-12-01T11:11:52.3889825Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-12-01T11:11:52.3902475Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-12-01T11:11:52.3903226Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-12-01T11:11:52.3904672Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-12-01T11:11:52.3905324Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-12-01T11:11:52.3906150Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-12-01T11:11:52.3906870Z [----------] 33 tests from CustomAutogradTest (385 ms total) 2022-12-01T11:11:52.3907036Z 2022-12-01T11:11:52.3907251Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-12-01T11:11:52.3907680Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-12-01T11:11:52.3910675Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-12-01T11:11:52.3911299Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-12-01T11:11:52.3963703Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-12-01T11:11:52.3964361Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-12-01T11:11:52.4009884Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-12-01T11:11:52.4010459Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-12-01T11:11:52.4013296Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-12-01T11:11:52.4013957Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-12-01T11:11:52.4045787Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-12-01T11:11:52.4046414Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-12-01T11:11:52.4077602Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-12-01T11:11:52.4078226Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-12-01T11:11:52.4147981Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-12-01T11:11:52.4148571Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-12-01T11:11:52.4179713Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-12-01T11:11:52.4180353Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-12-01T11:11:52.4181779Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-12-01T11:11:52.4182489Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-12-01T11:11:52.4200695Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-12-01T11:11:52.4201319Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-12-01T11:11:52.4224317Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-12-01T11:11:52.4225125Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-12-01T11:11:52.4255622Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-12-01T11:11:52.4256459Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-12-01T11:11:52.4279434Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-12-01T11:11:52.4280245Z [----------] 13 tests from TestAutogradNotImplementedFallback (37 ms total) 2022-12-01T11:11:52.4280708Z 2022-12-01T11:11:52.4280869Z [----------] 18 tests from AnyModuleTest 2022-12-01T11:11:52.4281163Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-12-01T11:11:52.4281499Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-12-01T11:11:52.4281882Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-12-01T11:11:52.4282297Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-12-01T11:11:52.4282727Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-12-01T11:11:52.4283294Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-12-01T11:11:52.4283727Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-12-01T11:11:52.4284141Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-12-01T11:11:52.4284654Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-12-01T11:11:52.4285255Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-12-01T11:11:52.4285696Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-12-01T11:11:52.4292658Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-12-01T11:11:52.4293268Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-12-01T11:11:52.4327951Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-12-01T11:11:52.4328677Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-12-01T11:11:52.4397413Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (6 ms) 2022-12-01T11:11:52.4398143Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-12-01T11:11:52.4398536Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-12-01T11:11:52.4398905Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-12-01T11:11:52.4407224Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-12-01T11:11:52.4407927Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-12-01T11:11:52.4408371Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-12-01T11:11:52.4408755Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-12-01T11:11:52.4409149Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-12-01T11:11:52.4409532Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-12-01T11:11:52.4417805Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-12-01T11:11:52.4418460Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-12-01T11:11:52.4418813Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-12-01T11:11:52.4419184Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-12-01T11:11:52.4468723Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (5 ms) 2022-12-01T11:11:52.4469377Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-12-01T11:11:52.4470041Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-12-01T11:11:52.4470650Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-12-01T11:11:52.4471368Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:11:52.4471957Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-12-01T11:11:52.4472740Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-12-01T11:11:52.4473299Z [----------] 18 tests from AnyModuleTest (19 ms total) 2022-12-01T11:11:52.4473458Z 2022-12-01T11:11:52.4473607Z [----------] 12 tests from AnyValueTest 2022-12-01T11:11:52.4473967Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-12-01T11:11:52.4474391Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-12-01T11:11:52.4474854Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-12-01T11:11:52.4475356Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-12-01T11:11:52.4475826Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-12-01T11:11:52.4476270Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-12-01T11:11:52.4476728Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-12-01T11:11:52.4477271Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-12-01T11:11:52.4477731Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-12-01T11:11:52.4478210Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-12-01T11:11:52.4478661Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-12-01T11:11:52.4479093Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-12-01T11:11:52.4479470Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-12-01T11:11:52.4493924Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-12-01T11:11:52.4494680Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-12-01T11:11:52.4495170Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-12-01T11:11:52.4495851Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-12-01T11:11:52.4496271Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-12-01T11:11:52.4496628Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-12-01T11:11:52.4496973Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-12-01T11:11:52.4497361Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-12-01T11:11:52.4497781Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-12-01T11:11:52.4498158Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-12-01T11:11:52.4498534Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-12-01T11:11:52.4498887Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-12-01T11:11:52.4499045Z 2022-12-01T11:11:52.4499185Z [----------] 50 tests from DataTest 2022-12-01T11:11:52.4499472Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-12-01T11:11:52.4499815Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-12-01T11:11:52.4500175Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-12-01T11:11:52.4506239Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (1 ms) 2022-12-01T11:11:52.4506652Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-12-01T11:11:52.4555564Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (4 ms) 2022-12-01T11:11:52.4555934Z [ RUN ] DataTest.InfiniteStreamDataset 2022-12-01T11:11:52.4573321Z [ OK ] DataTest.InfiniteStreamDataset (1 ms) 2022-12-01T11:11:52.4574024Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-12-01T11:11:52.4574727Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-12-01T11:11:52.4575371Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-12-01T11:11:52.4575903Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-12-01T11:11:52.4576460Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-12-01T11:11:52.4577107Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-12-01T11:11:52.4578007Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-12-01T11:11:52.4578593Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-12-01T11:11:52.4578980Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-12-01T11:11:52.4579354Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-12-01T11:11:52.4579694Z [ RUN ] DataTest.CollateReducesBatch 2022-12-01T11:11:52.4580012Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-12-01T11:11:52.4580327Z [ RUN ] DataTest.CollationReducesBatch 2022-12-01T11:11:52.4580652Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-12-01T11:11:52.4581027Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-12-01T11:11:52.4581451Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-12-01T11:11:52.4581970Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-12-01T11:11:52.4582458Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:11:52.4582875Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-12-01T11:11:52.4583234Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-12-01T11:11:52.4583609Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-12-01T11:11:52.4584035Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:11:52.4584611Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-12-01T11:11:52.4717305Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (14 ms) 2022-12-01T11:11:52.4717961Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-12-01T11:11:52.4718765Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-12-01T11:11:52.4719373Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-12-01T11:11:52.4719879Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-12-01T11:11:52.4720282Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-12-01T11:11:52.4720619Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-12-01T11:11:52.4720973Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-12-01T11:11:52.4721430Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:11:52.4721962Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-12-01T11:11:52.4722794Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-12-01T11:11:52.4723647Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-12-01T11:11:52.4724328Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-12-01T11:11:52.4725077Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-12-01T11:11:52.4725557Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-12-01T11:11:52.4726199Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-12-01T11:11:52.4726771Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-12-01T11:11:52.4727385Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-12-01T11:11:52.4728171Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-12-01T11:11:52.4728980Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-12-01T11:11:52.4729679Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-12-01T11:11:52.4730167Z [ RUN ] DataTest.StackTransformWorksForExample 2022-12-01T11:11:52.4730544Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-12-01T11:11:52.4730934Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-12-01T11:11:52.4731483Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-12-01T11:11:52.4731878Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-12-01T11:11:52.4732292Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-12-01T11:11:52.4732694Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-12-01T11:11:52.4733189Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-12-01T11:11:52.4733627Z [ RUN ] DataTest.NormalizeTransform 2022-12-01T11:11:52.4734138Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-12-01T11:11:52.4734705Z [ RUN ] DataTest.MapDoesNotCopy 2022-12-01T11:11:52.4735209Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-12-01T11:11:52.4735545Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-12-01T11:11:52.4736004Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-12-01T11:11:52.4736391Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-12-01T11:11:52.4847958Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-12-01T11:11:52.4848424Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-12-01T11:11:52.5054238Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-12-01T11:11:52.5054669Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-12-01T11:11:52.5075925Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-12-01T11:11:52.5076775Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-12-01T11:11:52.5077199Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-12-01T11:11:52.5077556Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-12-01T11:11:52.5077947Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-12-01T11:11:52.5078410Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-12-01T11:11:52.5078938Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-12-01T11:11:52.5079434Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-12-01T11:11:52.5079908Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-12-01T11:11:52.5080315Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-12-01T11:11:52.5188736Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-12-01T11:11:52.5189127Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-12-01T11:11:52.5203660Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-12-01T11:11:52.5204463Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-12-01T11:11:52.5205056Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-12-01T11:11:52.5205514Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-12-01T11:11:52.5205877Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-12-01T11:11:52.5206336Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:11:52.5212245Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:11:52.5213072Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:11:52.5213707Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:11:52.5214182Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-12-01T11:11:52.5219360Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-12-01T11:11:52.5220199Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-12-01T11:11:52.5221149Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:11:52.5221874Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-12-01T11:11:52.5222801Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-12-01T11:11:52.5223555Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-12-01T11:11:52.5224013Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-12-01T11:11:52.5224582Z [----------] 50 tests from DataTest (72 ms total) 2022-12-01T11:11:52.5224738Z 2022-12-01T11:11:52.5224894Z [----------] 37 tests from DataLoaderTest 2022-12-01T11:11:52.5225256Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-12-01T11:11:52.5225775Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-12-01T11:11:52.5226286Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-12-01T11:11:52.5226768Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-12-01T11:11:52.5227202Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-12-01T11:11:52.5227630Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-12-01T11:11:52.5228176Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-12-01T11:11:52.5235226Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-12-01T11:11:52.5237155Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-12-01T11:11:52.5237620Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-12-01T11:11:52.5238081Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-12-01T11:11:52.5238565Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-12-01T11:11:52.5239069Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-12-01T11:11:52.5239556Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-12-01T11:11:52.5240047Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-12-01T11:11:52.5240546Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-12-01T11:11:52.5240964Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-12-01T11:11:52.5241312Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-12-01T11:11:52.5241710Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-12-01T11:11:52.5242148Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-12-01T11:11:52.5253100Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-12-01T11:11:52.5253519Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-12-01T11:11:52.5253974Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-12-01T11:11:52.5254586Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-12-01T11:11:52.5255095Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-12-01T11:11:52.5262265Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-12-01T11:11:52.5262941Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-12-01T11:11:52.5273574Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-12-01T11:11:52.5274187Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-12-01T11:11:52.5284242Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-12-01T11:11:52.5285005Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-12-01T11:11:52.5295483Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-12-01T11:11:52.5296082Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-12-01T11:11:52.5296709Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-12-01T11:11:52.5297225Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-12-01T11:11:52.5297859Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-12-01T11:11:52.5298507Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-12-01T11:11:52.5299168Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-12-01T11:11:52.5299753Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-12-01T11:11:52.5413598Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-12-01T11:11:52.5414055Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-12-01T11:11:52.5438392Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-12-01T11:11:52.5439157Z [ RUN ] DataLoaderTest.Reset 2022-12-01T11:11:52.5439600Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-12-01T11:11:52.5440100Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-12-01T11:11:52.5443701Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-12-01T11:11:52.5444209Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-12-01T11:11:52.5444642Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-12-01T11:11:52.5445051Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-12-01T11:11:52.5463493Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-12-01T11:11:52.5463986Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-12-01T11:11:52.5464801Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-12-01T11:11:52.5465353Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-12-01T11:11:52.5466379Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-12-01T11:11:52.5467044Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-12-01T11:11:52.5563292Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (9 ms) 2022-12-01T11:11:52.5563783Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-12-01T11:11:52.5578581Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-12-01T11:11:52.5579050Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-12-01T11:11:52.5579594Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-12-01T11:11:52.5580081Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-12-01T11:11:52.5580787Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-12-01T11:11:52.5581418Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-12-01T11:11:52.5582075Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-12-01T11:11:52.5582674Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-12-01T11:11:52.5583065Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-12-01T11:11:52.5583404Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-12-01T11:11:52.5720854Z [ OK ] DataLoaderTest.ChunkDatasetSave (13 ms) 2022-12-01T11:11:52.5721261Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-12-01T11:11:52.5725034Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-12-01T11:11:52.5725421Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-12-01T11:11:52.5729650Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-12-01T11:11:52.5730155Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-12-01T11:11:52.5732274Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-12-01T11:11:52.5732904Z [----------] 37 tests from DataLoaderTest (50 ms total) 2022-12-01T11:11:52.5733204Z 2022-12-01T11:11:52.5733416Z [----------] 1 test from EnumTest 2022-12-01T11:11:52.5733679Z [ RUN ] EnumTest.AllEnums 2022-12-01T11:11:52.5733939Z [ OK ] EnumTest.AllEnums (0 ms) 2022-12-01T11:11:52.5734235Z [----------] 1 test from EnumTest (0 ms total) 2022-12-01T11:11:52.5734457Z 2022-12-01T11:11:52.5734625Z [----------] 6 tests from ExpandingArrayTest 2022-12-01T11:11:52.5735121Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-12-01T11:11:52.5735581Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-12-01T11:11:52.5736004Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-12-01T11:11:52.5736403Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-12-01T11:11:52.5736777Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-12-01T11:11:52.5737164Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-12-01T11:11:52.5737568Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-12-01T11:11:52.5737986Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-12-01T11:11:52.5738580Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-12-01T11:11:52.5745094Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-12-01T11:11:52.5745807Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-12-01T11:11:52.5755706Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-12-01T11:11:52.5756398Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-12-01T11:11:52.5756573Z 2022-12-01T11:11:52.5756717Z [----------] 10 tests from FFTTest 2022-12-01T11:11:52.5756967Z [ RUN ] FFTTest.fft 2022-12-01T11:11:52.5773298Z [ OK ] FFTTest.fft (1 ms) 2022-12-01T11:11:52.5773774Z [ RUN ] FFTTest.fft_real 2022-12-01T11:11:52.5774953Z [ OK ] FFTTest.fft_real (0 ms) 2022-12-01T11:11:52.5775424Z [ RUN ] FFTTest.fft_pad 2022-12-01T11:11:52.5777517Z [ OK ] FFTTest.fft_pad (0 ms) 2022-12-01T11:11:52.5777997Z [ RUN ] FFTTest.fft_norm 2022-12-01T11:11:52.5779674Z [ OK ] FFTTest.fft_norm (0 ms) 2022-12-01T11:11:52.5780123Z [ RUN ] FFTTest.ifft 2022-12-01T11:11:52.5783183Z [ OK ] FFTTest.ifft (0 ms) 2022-12-01T11:11:52.5783658Z [ RUN ] FFTTest.fft_ifft 2022-12-01T11:11:52.5785723Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-12-01T11:11:52.5786198Z [ RUN ] FFTTest.rfft 2022-12-01T11:11:52.5789953Z [ OK ] FFTTest.rfft (0 ms) 2022-12-01T11:11:52.5790417Z [ RUN ] FFTTest.rfft_irfft 2022-12-01T11:11:52.5791203Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-12-01T11:11:52.5791683Z [ RUN ] FFTTest.ihfft 2022-12-01T11:11:52.5795072Z [ OK ] FFTTest.ihfft (0 ms) 2022-12-01T11:11:52.5795537Z [ RUN ] FFTTest.hfft_ihfft 2022-12-01T11:11:52.5820057Z [ OK ] FFTTest.hfft_ihfft (2 ms) 2022-12-01T11:11:52.5820612Z [----------] 10 tests from FFTTest (6 ms total) 2022-12-01T11:11:52.5820871Z 2022-12-01T11:11:52.5821021Z [----------] 132 tests from FunctionalTest 2022-12-01T11:11:52.5821304Z [ RUN ] FunctionalTest.Conv1d 2022-12-01T11:11:52.5843989Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-12-01T11:11:52.5844737Z [ RUN ] FunctionalTest.Conv2dEven 2022-12-01T11:11:52.5847026Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-12-01T11:11:52.5847830Z [ RUN ] FunctionalTest.Conv2dUneven 2022-12-01T11:11:52.5848561Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-12-01T11:11:52.5849126Z [ RUN ] FunctionalTest.Conv3d 2022-12-01T11:11:52.5852868Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-12-01T11:11:52.5853503Z [ RUN ] FunctionalTest.MaxPool1d 2022-12-01T11:11:52.5854166Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-12-01T11:11:52.5854851Z [ RUN ] FunctionalTest.MaxPool2d 2022-12-01T11:11:52.5855500Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-12-01T11:11:52.5856340Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-12-01T11:11:52.5857216Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-12-01T11:11:52.5857881Z [ RUN ] FunctionalTest.MaxPool3d 2022-12-01T11:11:52.5858689Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-12-01T11:11:52.5859319Z [ RUN ] FunctionalTest.AvgPool1d 2022-12-01T11:11:52.5859941Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-12-01T11:11:52.5860557Z [ RUN ] FunctionalTest.AvgPool2d 2022-12-01T11:11:52.5861213Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-12-01T11:11:52.5861780Z [ RUN ] FunctionalTest.AvgPool3d 2022-12-01T11:11:52.5862411Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-12-01T11:11:52.5863101Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-12-01T11:11:52.5864086Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:11:52.5865049Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-12-01T11:11:52.5865817Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:11:52.5866509Z [ RUN ] FunctionalTest.LPPool1d 2022-12-01T11:11:52.5867132Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-12-01T11:11:52.5867759Z [ RUN ] FunctionalTest.LPPool2d 2022-12-01T11:11:52.5868398Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-12-01T11:11:52.5869077Z [ RUN ] FunctionalTest.CosineSimilarity 2022-12-01T11:11:52.5869781Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-12-01T11:11:52.5870557Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-12-01T11:11:52.5871722Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:11:52.5872463Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-12-01T11:11:52.5873185Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:11:52.5873945Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-12-01T11:11:52.5874764Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:11:52.5875538Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-12-01T11:11:52.5876354Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:11:52.5877098Z [ RUN ] FunctionalTest.HuberLossDelta 2022-12-01T11:11:52.5877784Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-12-01T11:11:52.5878512Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-12-01T11:11:52.5879282Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-12-01T11:11:52.5880085Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-12-01T11:11:52.5880955Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:11:52.5881898Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:11:52.5897154Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (1 ms) 2022-12-01T11:11:52.5898230Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-12-01T11:11:52.5899045Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:11:52.5900012Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:11:52.5901188Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:11:52.5901721Z [ RUN ] FunctionalTest.PairwiseDistance 2022-12-01T11:11:52.5902307Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-12-01T11:11:52.5902729Z [ RUN ] FunctionalTest.PDist 2022-12-01T11:11:52.5903843Z [ OK ] FunctionalTest.PDist (0 ms) 2022-12-01T11:11:52.5904168Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-12-01T11:11:52.5905071Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:11:52.5905584Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-12-01T11:11:52.5906076Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-12-01T11:11:52.5906469Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-12-01T11:11:52.5907161Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:11:52.5907783Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-12-01T11:11:52.5908292Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:11:52.5908700Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-12-01T11:11:52.5909695Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-12-01T11:11:52.5910078Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-12-01T11:11:52.5910443Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:11:52.5910800Z [ RUN ] FunctionalTest.L1Loss 2022-12-01T11:11:52.5912652Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-12-01T11:11:52.5912974Z [ RUN ] FunctionalTest.MSELoss 2022-12-01T11:11:52.5913894Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-12-01T11:11:52.5914240Z [ RUN ] FunctionalTest.BCELoss 2022-12-01T11:11:52.5915204Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-12-01T11:11:52.5915707Z [ RUN ] FunctionalTest.KLDivLoss 2022-12-01T11:11:52.5916530Z [W loss.h:57] Warning: 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. (function kl_div) 2022-12-01T11:11:52.5923777Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-12-01T11:11:52.5924380Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-12-01T11:11:52.5925195Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:11:52.5925765Z [ RUN ] FunctionalTest.GridSample 2022-12-01T11:11:52.5927434Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-12-01T11:11:52.5928713Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-12-01T11:11:52.5929281Z [ RUN ] FunctionalTest.AffineGrid 2022-12-01T11:11:52.6064691Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-12-01T11:11:52.6065261Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-12-01T11:11:52.6065640Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-12-01T11:11:52.6066099Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-12-01T11:11:52.6067060Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:11:52.6067747Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:11:52.6068979Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:11:52.6069691Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-12-01T11:11:52.6070547Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:11:52.6070981Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-12-01T11:11:52.6072318Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-12-01T11:11:52.6072789Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:11:52.6203127Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-12-01T11:11:52.6203689Z [ RUN ] FunctionalTest.NLLLoss 2022-12-01T11:11:52.6204037Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-12-01T11:11:52.6204326Z [ RUN ] FunctionalTest.CrossEntropy 2022-12-01T11:11:52.6208153Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-12-01T11:11:52.6208478Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-12-01T11:11:52.6210628Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-12-01T11:11:52.6210971Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-12-01T11:11:52.6212488Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-12-01T11:11:52.6212879Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-12-01T11:11:52.6213501Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-12-01T11:11:52.6213791Z [ RUN ] FunctionalTest.ELU 2022-12-01T11:11:52.6224890Z [ OK ] FunctionalTest.ELU (1 ms) 2022-12-01T11:11:52.6225163Z [ RUN ] FunctionalTest.SELU 2022-12-01T11:11:52.6228978Z [ OK ] FunctionalTest.SELU (0 ms) 2022-12-01T11:11:52.6229293Z [ RUN ] FunctionalTest.GLU 2022-12-01T11:11:52.6230710Z [ OK ] FunctionalTest.GLU (0 ms) 2022-12-01T11:11:52.6230990Z [ RUN ] FunctionalTest.GELU 2022-12-01T11:11:52.6234609Z [ OK ] FunctionalTest.GELU (0 ms) 2022-12-01T11:11:52.6234945Z [ RUN ] FunctionalTest.TanhGELU 2022-12-01T11:11:52.6236117Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-12-01T11:11:52.6236421Z [ RUN ] FunctionalTest.Hardshrink 2022-12-01T11:11:52.6242706Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-12-01T11:11:52.6243007Z [ RUN ] FunctionalTest.OneHot 2022-12-01T11:11:52.6245504Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-12-01T11:11:52.6245803Z [ RUN ] FunctionalTest.Hardtanh 2022-12-01T11:11:52.6266504Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-12-01T11:11:52.6266799Z [ RUN ] FunctionalTest.LeakyReLU 2022-12-01T11:11:52.6273118Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-12-01T11:11:52.6273434Z [ RUN ] FunctionalTest.LogSigmoid 2022-12-01T11:11:52.6284292Z [ OK ] FunctionalTest.LogSigmoid (1 ms) 2022-12-01T11:11:52.6284646Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-12-01T11:11:52.6310700Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-12-01T11:11:52.6311180Z [ RUN ] FunctionalTest.Softmax 2022-12-01T11:11:52.6311866Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-12-01T11:11:52.6312227Z [ RUN ] FunctionalTest.Softmin 2022-12-01T11:11:52.6314138Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-12-01T11:11:52.6314453Z [ RUN ] FunctionalTest.LogSoftmax 2022-12-01T11:11:52.6314773Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-12-01T11:11:52.6315073Z [ RUN ] FunctionalTest.PReLU 2022-12-01T11:11:52.6316541Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-12-01T11:11:52.6317103Z [ RUN ] FunctionalTest.LayerNorm 2022-12-01T11:11:52.6317525Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-12-01T11:11:52.6317998Z [ RUN ] FunctionalTest.GroupNorm 2022-12-01T11:11:52.6318485Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-12-01T11:11:52.6318808Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-12-01T11:11:52.6320869Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-12-01T11:11:52.6321194Z [ RUN ] FunctionalTest.Linear 2022-12-01T11:11:52.6324152Z [ OK ] FunctionalTest.Linear (0 ms) 2022-12-01T11:11:52.6324496Z [ RUN ] FunctionalTest.Embedding 2022-12-01T11:11:52.6325560Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-12-01T11:11:52.6326113Z [ RUN ] FunctionalTest.EmbeddingBag 2022-12-01T11:11:52.6329783Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-12-01T11:11:52.6330347Z [ RUN ] FunctionalTest.Bilinear 2022-12-01T11:11:52.6333953Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-12-01T11:11:52.6334717Z [ RUN ] FunctionalTest.Normalize 2022-12-01T11:11:52.6338127Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-12-01T11:11:52.6338665Z [ RUN ] FunctionalTest.ReLU 2022-12-01T11:11:52.6340768Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-12-01T11:11:52.6341560Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-12-01T11:11:52.6342158Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-12-01T11:11:52.6342455Z [ RUN ] FunctionalTest.ReLU6 2022-12-01T11:11:52.6344938Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-12-01T11:11:52.6345417Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-12-01T11:11:52.6345781Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-12-01T11:11:52.6346083Z [ RUN ] FunctionalTest.RReLU 2022-12-01T11:11:52.6373200Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-12-01T11:11:52.6373733Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-12-01T11:11:52.6374590Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-12-01T11:11:52.6375195Z [ RUN ] FunctionalTest.CELU 2022-12-01T11:11:52.6389782Z [ OK ] FunctionalTest.CELU (1 ms) 2022-12-01T11:11:52.6390455Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-12-01T11:11:52.6391112Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-12-01T11:11:52.6391739Z [ RUN ] FunctionalTest.PixelShuffle 2022-12-01T11:11:52.6392803Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-12-01T11:11:52.6393403Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-12-01T11:11:52.6394348Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-12-01T11:11:52.6394949Z [ RUN ] FunctionalTest.Softplus 2022-12-01T11:11:52.6402288Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-12-01T11:11:52.6402901Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-12-01T11:11:52.6403508Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-12-01T11:11:52.6403938Z [ RUN ] FunctionalTest.Fold 2022-12-01T11:11:52.6404510Z [ OK ] FunctionalTest.Fold (0 ms) 2022-12-01T11:11:52.6405009Z [ RUN ] FunctionalTest.Unfold 2022-12-01T11:11:52.6405966Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-12-01T11:11:52.6406524Z [ RUN ] FunctionalTest.Softshrink 2022-12-01T11:11:52.6411439Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-12-01T11:11:52.6412209Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-12-01T11:11:52.6412921Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-12-01T11:11:52.6413446Z [ RUN ] FunctionalTest.Softsign 2022-12-01T11:11:52.6413837Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-12-01T11:11:52.6414143Z [ RUN ] FunctionalTest.Mish 2022-12-01T11:11:52.6414693Z [ OK ] FunctionalTest.Mish (0 ms) 2022-12-01T11:11:52.6415224Z [ RUN ] FunctionalTest.Tanhshrink 2022-12-01T11:11:52.6415941Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-12-01T11:11:52.6416422Z [ RUN ] FunctionalTest.Threshold 2022-12-01T11:11:52.6426523Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-12-01T11:11:52.6427002Z [ RUN ] FunctionalTest.BatchNorm1d 2022-12-01T11:11:52.6427926Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-12-01T11:11:52.6428553Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-12-01T11:11:52.6429352Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-12-01T11:11:52.6429853Z [ RUN ] FunctionalTest.BatchNorm2d 2022-12-01T11:11:52.6430567Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-12-01T11:11:52.6431193Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-12-01T11:11:52.6431985Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-12-01T11:11:52.6432532Z [ RUN ] FunctionalTest.BatchNorm3d 2022-12-01T11:11:52.6433112Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-12-01T11:11:52.6433632Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-12-01T11:11:52.6434094Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-12-01T11:11:52.6436106Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-12-01T11:11:52.6436496Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-12-01T11:11:52.6437034Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-12-01T11:11:52.6437785Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-12-01T11:11:52.6438162Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-12-01T11:11:52.6439979Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-12-01T11:11:52.6440466Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-12-01T11:11:52.6441847Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-12-01T11:11:52.6442659Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-12-01T11:11:52.6443932Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-12-01T11:11:52.6444719Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-12-01T11:11:52.6445978Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-12-01T11:11:52.6446738Z [ RUN ] FunctionalTest.Interpolate 2022-12-01T11:11:52.6447878Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6449266Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6450835Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6452370Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6453823Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6454862Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6455758Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6456657Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:11:52.6538232Z [ OK ] FunctionalTest.Interpolate (9 ms) 2022-12-01T11:11:52.6538778Z [ RUN ] FunctionalTest.Pad1 2022-12-01T11:11:52.6539459Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-12-01T11:11:52.6539745Z [ RUN ] FunctionalTest.Pad2 2022-12-01T11:11:52.6541341Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-12-01T11:11:52.6541708Z [ RUN ] FunctionalTest.Pad3 2022-12-01T11:11:52.6545327Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-12-01T11:11:52.6545609Z [ RUN ] FunctionalTest.Pad4 2022-12-01T11:11:52.6546960Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-12-01T11:11:52.6547243Z [ RUN ] FunctionalTest.Pad5 2022-12-01T11:11:52.6549357Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-12-01T11:11:52.6549643Z [ RUN ] FunctionalTest.Pad6 2022-12-01T11:11:52.6551545Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-12-01T11:11:52.6551885Z [ RUN ] FunctionalTest.Pad7 2022-12-01T11:11:52.6552161Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-12-01T11:11:52.6552427Z [ RUN ] FunctionalTest.Pad8 2022-12-01T11:11:52.6552709Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-12-01T11:11:52.6552987Z [ RUN ] FunctionalTest.CTCLoss 2022-12-01T11:11:52.6654009Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-12-01T11:11:52.6654327Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-12-01T11:11:52.6656380Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-12-01T11:11:52.6656845Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-12-01T11:11:52.6659613Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-12-01T11:11:52.6660165Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-12-01T11:11:52.6662036Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-12-01T11:11:52.6662425Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-12-01T11:11:52.6665715Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:11:52.6666145Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-12-01T11:11:52.6669188Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:11:52.6669577Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-12-01T11:11:52.6672101Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-12-01T11:11:52.6672447Z [ RUN ] FunctionalTest.AlphaDropout 2022-12-01T11:11:52.6680869Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-12-01T11:11:52.6681211Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-12-01T11:11:52.6688996Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-12-01T11:11:52.6689387Z [ RUN ] FunctionalTest.Dropout 2022-12-01T11:11:52.6694789Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-12-01T11:11:52.6695349Z [ RUN ] FunctionalTest.Dropout2d 2022-12-01T11:11:52.6702017Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-12-01T11:11:52.6702472Z [ RUN ] FunctionalTest.Dropout3d 2022-12-01T11:11:52.6708424Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-12-01T11:11:52.6708955Z [ RUN ] FunctionalTest.isfinite 2022-12-01T11:11:52.6713343Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-12-01T11:11:52.6713634Z [ RUN ] FunctionalTest.isinf 2022-12-01T11:11:52.6719582Z [ OK ] FunctionalTest.isinf (0 ms) 2022-12-01T11:11:52.6719902Z [ RUN ] FunctionalTest.AllClose 2022-12-01T11:11:52.6773511Z [ OK ] FunctionalTest.AllClose (5 ms) 2022-12-01T11:11:52.6773838Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-12-01T11:11:52.6809340Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-12-01T11:11:52.6809716Z [----------] 132 tests from FunctionalTest (98 ms total) 2022-12-01T11:11:52.6809886Z 2022-12-01T11:11:52.6810027Z [----------] 1 test from IntegrationTest 2022-12-01T11:11:52.6810329Z [ RUN ] IntegrationTest.CartPole 2022-12-01T11:12:03.6867224Z [ OK ] IntegrationTest.CartPole (11005 ms) 2022-12-01T11:12:03.6868017Z [----------] 1 test from IntegrationTest (11005 ms total) 2022-12-01T11:12:03.6868371Z 2022-12-01T11:12:03.6868688Z [----------] 9 tests from InitTest 2022-12-01T11:12:03.6869400Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-12-01T11:12:03.6900184Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (3 ms) 2022-12-01T11:12:03.6901016Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-12-01T11:12:03.6930663Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (3 ms) 2022-12-01T11:12:03.6931479Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-12-01T11:12:03.6950077Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-12-01T11:12:03.6950891Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-12-01T11:12:03.6961083Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-12-01T11:12:03.6961935Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-12-01T11:12:03.6986858Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-12-01T11:12:03.6987689Z [ RUN ] InitTest.CalculateGainWithTanh 2022-12-01T11:12:03.6988402Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-12-01T11:12:03.6989106Z [ RUN ] InitTest.CalculateGainWithRelu 2022-12-01T11:12:03.6989789Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-12-01T11:12:03.6990519Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-12-01T11:12:03.6991283Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-12-01T11:12:03.6992050Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-12-01T11:12:03.7013831Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (2 ms) 2022-12-01T11:12:03.7014669Z [----------] 9 tests from InitTest (14 ms total) 2022-12-01T11:12:03.7015287Z 2022-12-01T11:12:03.7015625Z [----------] 6 tests from TorchScriptTest 2022-12-01T11:12:03.7016341Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-12-01T11:12:03.7378876Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (36 ms) 2022-12-01T11:12:03.7379836Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-12-01T11:12:03.7398416Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-12-01T11:12:03.7399295Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-12-01T11:12:03.7401703Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-12-01T11:12:03.7402468Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-12-01T11:12:03.7403576Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-12-01T11:12:03.7404213Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-12-01T11:12:03.7408097Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-12-01T11:12:03.7408838Z [ RUN ] TorchScriptTest.TestPickle 2022-12-01T11:12:03.7409519Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-12-01T11:12:03.7410240Z [----------] 6 tests from TorchScriptTest (39 ms total) 2022-12-01T11:12:03.7410576Z 2022-12-01T11:12:03.7410907Z [----------] 3 tests from MakeUniqueTest 2022-12-01T11:12:03.7411599Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-12-01T11:12:03.7412429Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-12-01T11:12:03.7413244Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-12-01T11:12:03.7414050Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-12-01T11:12:03.7414917Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-12-01T11:12:03.7415801Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-12-01T11:12:03.7416601Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-12-01T11:12:03.7416930Z 2022-12-01T11:12:03.7417251Z [----------] 2 tests from MetaTensorTest 2022-12-01T11:12:03.7417890Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-12-01T11:12:03.7418584Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-12-01T11:12:03.7419288Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-12-01T11:12:03.7419989Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-12-01T11:12:03.7420719Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-12-01T11:12:03.7421049Z 2022-12-01T11:12:03.7421354Z [----------] 2 tests from UtilsTest 2022-12-01T11:12:03.7421884Z [ RUN ] UtilsTest.WarnOnce 2022-12-01T11:12:03.7422470Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-12-01T11:12:03.7423160Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-12-01T11:12:03.7423927Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-12-01T11:12:03.7424827Z [----------] 2 tests from UtilsTest (0 ms total) 2022-12-01T11:12:03.7425141Z 2022-12-01T11:12:03.7425450Z [----------] 1 test from NoGradTest 2022-12-01T11:12:03.7426099Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-12-01T11:12:03.7443267Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-12-01T11:12:03.7444010Z [----------] 1 test from NoGradTest (3 ms total) 2022-12-01T11:12:03.7444321Z 2022-12-01T11:12:03.7444630Z [----------] 3 tests from AutogradTest 2022-12-01T11:12:03.7445264Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-12-01T11:12:03.7445999Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-12-01T11:12:03.7446831Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-12-01T11:12:03.7448272Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-12-01T11:12:03.7449392Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-12-01T11:12:03.7450265Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-12-01T11:12:03.7451053Z [----------] 3 tests from AutogradTest (0 ms total) 2022-12-01T11:12:03.7451379Z 2022-12-01T11:12:03.7451739Z [----------] 1 test from OptionalArrayRefTest 2022-12-01T11:12:03.7452466Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-12-01T11:12:03.7453296Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-12-01T11:12:03.7454123Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-12-01T11:12:03.7454612Z 2022-12-01T11:12:03.7454925Z [----------] 52 tests from ModuleTest 2022-12-01T11:12:03.7455650Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-12-01T11:12:03.7456642Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-12-01T11:12:03.7457352Z [ RUN ] ModuleTest.ZeroGrad 2022-12-01T11:12:03.7457929Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-12-01T11:12:03.7458590Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-12-01T11:12:03.7459340Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-12-01T11:12:03.7460188Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-12-01T11:12:03.7477531Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-12-01T11:12:03.7478545Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-12-01T11:12:03.7490473Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-12-01T11:12:03.7491445Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-12-01T11:12:03.7504011Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-12-01T11:12:03.7504762Z [ RUN ] ModuleTest.ReplaceModule 2022-12-01T11:12:03.7505071Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-12-01T11:12:03.7505380Z [ RUN ] ModuleTest.UnregisterModule 2022-12-01T11:12:03.7520633Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-12-01T11:12:03.7521255Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-12-01T11:12:03.7551590Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-12-01T11:12:03.7552208Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-12-01T11:12:03.7571909Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-12-01T11:12:03.7572663Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-12-01T11:12:03.7573068Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-12-01T11:12:03.7573511Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-12-01T11:12:03.7602556Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-12-01T11:12:03.7603229Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-12-01T11:12:03.7622885Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-12-01T11:12:03.7623531Z [ RUN ] ModuleTest.CanGetName 2022-12-01T11:12:03.7624071Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-12-01T11:12:03.7624824Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-12-01T11:12:03.7625351Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-12-01T11:12:03.7625767Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-12-01T11:12:03.7626233Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-12-01T11:12:03.7626723Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-12-01T11:12:03.7627240Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-12-01T11:12:03.7627940Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-12-01T11:12:03.7641911Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-12-01T11:12:03.7642498Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-12-01T11:12:03.7643058Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-12-01T11:12:03.7643526Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-12-01T11:12:03.7647399Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-12-01T11:12:03.7648036Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-12-01T11:12:03.7648732Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-12-01T11:12:03.7649594Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-12-01T11:12:03.7650512Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-12-01T11:12:03.7651195Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-12-01T11:12:03.7651758Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-12-01T11:12:03.7652149Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-12-01T11:12:03.7652580Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-12-01T11:12:03.7652972Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-12-01T11:12:03.7653337Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-12-01T11:12:03.7653940Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-12-01T11:12:03.7654700Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-12-01T11:12:03.7655598Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-12-01T11:12:03.7656432Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-12-01T11:12:03.7657030Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-12-01T11:12:03.7657624Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-12-01T11:12:03.7658268Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-12-01T11:12:03.7663391Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (1 ms) 2022-12-01T11:12:03.7664237Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:12:03.7665186Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:12:03.7665875Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:12:03.7666615Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:12:03.7667424Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:12:03.7668488Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:12:03.7669372Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-12-01T11:12:03.7670227Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-12-01T11:12:03.7671050Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-12-01T11:12:03.7672002Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-12-01T11:12:03.7672947Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-12-01T11:12:03.7674017Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-12-01T11:12:03.7674803Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:12:03.7675453Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:12:03.7675939Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-12-01T11:12:03.7676470Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:12:03.7676953Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:12:03.7677505Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:12:03.7677987Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-12-01T11:12:03.7678482Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-12-01T11:12:03.7679023Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:12:03.7679494Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:12:03.7680014Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:12:03.7680570Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:12:03.7681077Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-12-01T11:12:03.7681570Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-12-01T11:12:03.7682107Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-12-01T11:12:03.7682752Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-12-01T11:12:03.7683206Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-12-01T11:12:03.7683596Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7683987Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-12-01T11:12:03.7684388Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7684801Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-12-01T11:12:03.7685209Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7685636Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-12-01T11:12:03.7686141Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7686571Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-12-01T11:12:03.7686995Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7687419Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-12-01T11:12:03.7687882Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-12-01T11:12:03.7688373Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-12-01T11:12:03.7700226Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-12-01T11:12:03.7700967Z [ RUN ] ModuleTest.PrettyPrint 2022-12-01T11:12:03.7701463Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-12-01T11:12:03.7702189Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-12-01T11:12:03.7702761Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-12-01T11:12:03.7703177Z [----------] 52 tests from ModuleTest (25 ms total) 2022-12-01T11:12:03.7703333Z 2022-12-01T11:12:03.7703495Z [----------] 11 tests from ModuleDictTest 2022-12-01T11:12:03.7703811Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-12-01T11:12:03.7704143Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-12-01T11:12:03.7704648Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-12-01T11:12:03.7705167Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-12-01T11:12:03.7705525Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-12-01T11:12:03.7713820Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-12-01T11:12:03.7714420Z [ RUN ] ModuleDictTest.UpdateExist 2022-12-01T11:12:03.7714750Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-12-01T11:12:03.7715025Z [ RUN ] ModuleDictTest.Keys 2022-12-01T11:12:03.7726555Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-12-01T11:12:03.7727098Z [ RUN ] ModuleDictTest.Values 2022-12-01T11:12:03.7727466Z [ OK ] ModuleDictTest.Values (0 ms) 2022-12-01T11:12:03.7727842Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-12-01T11:12:03.7750087Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (2 ms) 2022-12-01T11:12:03.7750647Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-12-01T11:12:03.7751006Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-12-01T11:12:03.7751333Z [ RUN ] ModuleDictTest.IsCloneable 2022-12-01T11:12:03.7754179Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-12-01T11:12:03.7754673Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-12-01T11:12:03.7755428Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:12:03.7756053Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-12-01T11:12:03.7757095Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-12-01T11:12:03.7757452Z [----------] 11 tests from ModuleDictTest (5 ms total) 2022-12-01T11:12:03.7757621Z 2022-12-01T11:12:03.7757805Z [----------] 15 tests from ModuleListTest 2022-12-01T11:12:03.7758389Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-12-01T11:12:03.7759079Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:12:03.7759698Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-12-01T11:12:03.7760112Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:12:03.7760507Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-12-01T11:12:03.7760883Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:12:03.7761251Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-12-01T11:12:03.7761615Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:12:03.7761921Z [ RUN ] ModuleListTest.Insertion 2022-12-01T11:12:03.7762252Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-12-01T11:12:03.7762575Z [ RUN ] ModuleListTest.AccessWithAt 2022-12-01T11:12:03.7780178Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-12-01T11:12:03.7780488Z [ RUN ] ModuleListTest.AccessWithPtr 2022-12-01T11:12:03.7800451Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-12-01T11:12:03.7800940Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-12-01T11:12:03.7802302Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:12:03.7803354Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-12-01T11:12:03.7804381Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-12-01T11:12:03.7805271Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-12-01T11:12:03.7806051Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-12-01T11:12:03.7806866Z [ RUN ] ModuleListTest.IsCloneable 2022-12-01T11:12:03.7807534Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-12-01T11:12:03.7808335Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-12-01T11:12:03.7809595Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:12:03.7810370Z [ RUN ] ModuleListTest.NestingIsPossible 2022-12-01T11:12:03.7811091Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-12-01T11:12:03.7811840Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-12-01T11:12:03.7812645Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-12-01T11:12:03.7813374Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-12-01T11:12:03.7814097Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-12-01T11:12:03.7814902Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-12-01T11:12:03.7815234Z 2022-12-01T11:12:03.7815526Z [----------] 256 tests from ModulesTest 2022-12-01T11:12:03.7816092Z [ RUN ] ModulesTest.Conv1d 2022-12-01T11:12:03.7831699Z [ OK ] ModulesTest.Conv1d (2 ms) 2022-12-01T11:12:03.7832434Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-12-01T11:12:03.7862996Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-12-01T11:12:03.7863649Z [ RUN ] ModulesTest.Conv2dEven 2022-12-01T11:12:03.7866714Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-12-01T11:12:03.7867324Z [ RUN ] ModulesTest.Conv2dUneven 2022-12-01T11:12:03.7869516Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-12-01T11:12:03.7870192Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-12-01T11:12:03.7932472Z [ OK ] ModulesTest.Conv2dSameStrided (6 ms) 2022-12-01T11:12:03.7933101Z [ RUN ] ModulesTest.Conv3d 2022-12-01T11:12:03.7937281Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-12-01T11:12:03.7937617Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-12-01T11:12:03.8001252Z [ OK ] ModulesTest.Conv3dSameStrided (6 ms) 2022-12-01T11:12:03.8001636Z [ RUN ] ModulesTest.ConvTranspose1d 2022-12-01T11:12:03.8004908Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-12-01T11:12:03.8005367Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-12-01T11:12:03.8009498Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-12-01T11:12:03.8009857Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-12-01T11:12:03.8013589Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-12-01T11:12:03.8013938Z [ RUN ] ModulesTest.ConvTranspose3d 2022-12-01T11:12:03.8017551Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-12-01T11:12:03.8017856Z [ RUN ] ModulesTest.MaxPool1d 2022-12-01T11:12:03.8030376Z [ OK ] ModulesTest.MaxPool1d (1 ms) 2022-12-01T11:12:03.8030820Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-12-01T11:12:03.8031711Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-12-01T11:12:03.8032159Z [ RUN ] ModulesTest.MaxPool2dEven 2022-12-01T11:12:03.8033038Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-12-01T11:12:03.8033351Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-12-01T11:12:03.8039985Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-12-01T11:12:03.8040479Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-12-01T11:12:03.8041142Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-12-01T11:12:03.8041480Z [ RUN ] ModulesTest.MaxPool3d 2022-12-01T11:12:03.8043164Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-12-01T11:12:03.8043570Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-12-01T11:12:03.8044295Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-12-01T11:12:03.8044739Z [ RUN ] ModulesTest.AvgPool1d 2022-12-01T11:12:03.8045702Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-12-01T11:12:03.8046071Z [ RUN ] ModulesTest.AvgPool2dEven 2022-12-01T11:12:03.8046723Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-12-01T11:12:03.8047301Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-12-01T11:12:03.8048474Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-12-01T11:12:03.8049147Z [ RUN ] ModulesTest.AvgPool3d 2022-12-01T11:12:03.8049955Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-12-01T11:12:03.8050637Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-12-01T11:12:03.8051362Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-12-01T11:12:03.8052142Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-12-01T11:12:03.8053048Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-12-01T11:12:03.8053842Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-12-01T11:12:03.8054638Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-12-01T11:12:03.8055640Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-12-01T11:12:03.8056542Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-12-01T11:12:03.8057269Z [ RUN ] ModulesTest.LPPool1d 2022-12-01T11:12:03.8057858Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-12-01T11:12:03.8058452Z [ RUN ] ModulesTest.LPPool2d 2022-12-01T11:12:03.8059052Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-12-01T11:12:03.8059621Z [ RUN ] ModulesTest.Identity 2022-12-01T11:12:03.8060218Z [ OK ] ModulesTest.Identity (0 ms) 2022-12-01T11:12:03.8060796Z [ RUN ] ModulesTest.Flatten 2022-12-01T11:12:03.8061403Z [ OK ] ModulesTest.Flatten (0 ms) 2022-12-01T11:12:03.8061985Z [ RUN ] ModulesTest.Unflatten 2022-12-01T11:12:03.8062944Z [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:12:03.8064123Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-12-01T11:12:03.8065007Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-12-01T11:12:03.8065703Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-12-01T11:12:03.8066485Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-12-01T11:12:03.8067343Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-12-01T11:12:03.8068132Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-12-01T11:12:03.8068876Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-12-01T11:12:03.8069629Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-12-01T11:12:03.8070390Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-12-01T11:12:03.8071205Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-12-01T11:12:03.8072156Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-12-01T11:12:03.8073113Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-12-01T11:12:03.8074073Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-12-01T11:12:03.8074864Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-12-01T11:12:03.8075582Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-12-01T11:12:03.8076354Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-12-01T11:12:03.8077684Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-12-01T11:12:03.8078417Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-12-01T11:12:03.8079127Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-12-01T11:12:03.8079855Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-12-01T11:12:03.8080601Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-12-01T11:12:03.8081370Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-12-01T11:12:03.8082336Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-12-01T11:12:03.8083061Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-12-01T11:12:03.8083749Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-12-01T11:12:03.8084402Z [ RUN ] ModulesTest.MaxUnpool1d 2022-12-01T11:12:03.8085398Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-12-01T11:12:03.8086031Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-12-01T11:12:03.8087616Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-12-01T11:12:03.8088260Z [ RUN ] ModulesTest.MaxUnpool2d 2022-12-01T11:12:03.8089550Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-12-01T11:12:03.8090198Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-12-01T11:12:03.8091420Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-12-01T11:12:03.8092171Z [ RUN ] ModulesTest.MaxUnpool3d 2022-12-01T11:12:03.8093117Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-12-01T11:12:03.8093812Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-12-01T11:12:03.8095201Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-12-01T11:12:03.8095931Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-12-01T11:12:03.9301341Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (120 ms) 2022-12-01T11:12:03.9302020Z [ RUN ] ModulesTest.Linear 2022-12-01T11:12:03.9304271Z [ OK ] ModulesTest.Linear (0 ms) 2022-12-01T11:12:03.9305157Z [ RUN ] ModulesTest.LocalResponseNorm 2022-12-01T11:12:03.9312719Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-12-01T11:12:03.9313372Z [ RUN ] ModulesTest.LayerNorm 2022-12-01T11:12:03.9314621Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-12-01T11:12:03.9315227Z [ RUN ] ModulesTest.GroupNorm 2022-12-01T11:12:03.9316843Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-12-01T11:12:03.9317456Z [ RUN ] ModulesTest.Bilinear 2022-12-01T11:12:03.9320518Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-12-01T11:12:03.9321065Z [ RUN ] ModulesTest.Fold 2022-12-01T11:12:03.9344680Z [ OK ] ModulesTest.Fold (2 ms) 2022-12-01T11:12:03.9345263Z [ RUN ] ModulesTest.Unfold 2022-12-01T11:12:03.9411755Z [ OK ] ModulesTest.Unfold (6 ms) 2022-12-01T11:12:03.9412434Z [ RUN ] ModulesTest.SimpleContainer 2022-12-01T11:12:03.9432214Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-12-01T11:12:03.9433120Z [ RUN ] ModulesTest.EmbeddingBasic 2022-12-01T11:12:03.9433783Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-12-01T11:12:03.9434441Z [ RUN ] ModulesTest.EmbeddingList 2022-12-01T11:12:03.9435123Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-12-01T11:12:03.9435810Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-12-01T11:12:03.9436586Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-12-01T11:12:03.9437378Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-12-01T11:12:03.9438209Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-12-01T11:12:03.9438891Z [ RUN ] ModulesTest.AlphaDropout 2022-12-01T11:12:03.9439546Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-12-01T11:12:03.9440214Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-12-01T11:12:03.9441029Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-12-01T11:12:03.9441751Z [ RUN ] ModulesTest.Dropout 2022-12-01T11:12:03.9442562Z [ OK ] ModulesTest.Dropout (0 ms) 2022-12-01T11:12:03.9443299Z [ RUN ] ModulesTest.Dropout2d 2022-12-01T11:12:03.9445114Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-12-01T11:12:03.9445893Z [ RUN ] ModulesTest.Dropout3d 2022-12-01T11:12:03.9450372Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-12-01T11:12:03.9451151Z [ RUN ] ModulesTest.Parameters 2022-12-01T11:12:03.9451963Z [ OK ] ModulesTest.Parameters (0 ms) 2022-12-01T11:12:03.9453043Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-12-01T11:12:03.9453952Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-12-01T11:12:03.9454823Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-12-01T11:12:03.9455627Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-12-01T11:12:03.9456431Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-12-01T11:12:03.9457203Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-12-01T11:12:03.9457943Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-12-01T11:12:03.9458795Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-12-01T11:12:03.9459657Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-12-01T11:12:03.9460403Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-12-01T11:12:03.9461077Z [ RUN ] ModulesTest.BatchNorm1d 2022-12-01T11:12:03.9461740Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-12-01T11:12:03.9462385Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-12-01T11:12:03.9463103Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-12-01T11:12:03.9463806Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-12-01T11:12:03.9464680Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-12-01T11:12:03.9465335Z [ RUN ] ModulesTest.BatchNorm2d 2022-12-01T11:12:03.9465967Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-12-01T11:12:03.9466609Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-12-01T11:12:03.9467340Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-12-01T11:12:03.9468052Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-12-01T11:12:03.9468769Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-12-01T11:12:03.9469404Z [ RUN ] ModulesTest.BatchNorm3d 2022-12-01T11:12:03.9470036Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-12-01T11:12:03.9470726Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-12-01T11:12:03.9471454Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-12-01T11:12:03.9472192Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-12-01T11:12:03.9472938Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-12-01T11:12:03.9473597Z [ RUN ] ModulesTest.InstanceNorm1d 2022-12-01T11:12:03.9474255Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-12-01T11:12:03.9474943Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-12-01T11:12:03.9475690Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-12-01T11:12:03.9476407Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-12-01T11:12:03.9477167Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-12-01T11:12:03.9477856Z [ RUN ] ModulesTest.InstanceNorm2d 2022-12-01T11:12:03.9478509Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-12-01T11:12:03.9479212Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-12-01T11:12:03.9479950Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-12-01T11:12:03.9480689Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-12-01T11:12:03.9481426Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-12-01T11:12:03.9482104Z [ RUN ] ModulesTest.InstanceNorm3d 2022-12-01T11:12:03.9482761Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-12-01T11:12:03.9483335Z [ RUN ] ModulesTest.L1Loss 2022-12-01T11:12:03.9483912Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-12-01T11:12:03.9484645Z [ RUN ] ModulesTest.MSELoss 2022-12-01T11:12:03.9485212Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-12-01T11:12:03.9485792Z [ RUN ] ModulesTest.BCELoss 2022-12-01T11:12:03.9486376Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-12-01T11:12:03.9486972Z [ RUN ] ModulesTest.KLDivLoss 2022-12-01T11:12:03.9488431Z [W loss.h:57] Warning: 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. (function kl_div) 2022-12-01T11:12:03.9489585Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-12-01T11:12:03.9490244Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-12-01T11:12:03.9491027Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-12-01T11:12:03.9491708Z [ RUN ] ModulesTest.MultiMarginLoss 2022-12-01T11:12:03.9492379Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-12-01T11:12:03.9493063Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-12-01T11:12:03.9493771Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-12-01T11:12:03.9494579Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-12-01T11:12:03.9495388Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-12-01T11:12:03.9496150Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-12-01T11:12:03.9496920Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-12-01T11:12:03.9497760Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-12-01T11:12:03.9498700Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-12-01T11:12:03.9499493Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-12-01T11:12:03.9500252Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-12-01T11:12:03.9500986Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-12-01T11:12:03.9501692Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-12-01T11:12:03.9502486Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-12-01T11:12:03.9503348Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-12-01T11:12:03.9504086Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-12-01T11:12:03.9504879Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-12-01T11:12:03.9505534Z [ RUN ] ModulesTest.HuberLossDelta 2022-12-01T11:12:03.9506190Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-12-01T11:12:03.9506840Z [ RUN ] ModulesTest.TripletMarginLoss 2022-12-01T11:12:03.9507546Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-12-01T11:12:03.9508420Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-12-01T11:12:03.9643580Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-12-01T11:12:03.9644136Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-12-01T11:12:03.9867140Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (22 ms) 2022-12-01T11:12:03.9867560Z [ RUN ] ModulesTest.NLLLoss 2022-12-01T11:12:03.9868168Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-12-01T11:12:03.9868739Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-12-01T11:12:03.9874530Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-12-01T11:12:03.9874879Z [ RUN ] ModulesTest.CosineSimilarity 2022-12-01T11:12:03.9898669Z [ OK ] ModulesTest.CosineSimilarity (2 ms) 2022-12-01T11:12:03.9899043Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-12-01T11:12:03.9900542Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:12:03.9901185Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-12-01T11:12:03.9903492Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-12-01T11:12:03.9903909Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-12-01T11:12:03.9905545Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-12-01T11:12:03.9906242Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-12-01T11:12:03.9908095Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-12-01T11:12:03.9908735Z [ RUN ] ModulesTest.PairwiseDistance 2022-12-01T11:12:03.9910126Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-12-01T11:12:03.9910635Z [ RUN ] ModulesTest.ELU 2022-12-01T11:12:03.9919638Z [ OK ] ModulesTest.ELU (0 ms) 2022-12-01T11:12:03.9920301Z [ RUN ] ModulesTest.SELU 2022-12-01T11:12:03.9922286Z [ OK ] ModulesTest.SELU (0 ms) 2022-12-01T11:12:03.9922838Z [ RUN ] ModulesTest.Hardshrink 2022-12-01T11:12:03.9928690Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-12-01T11:12:03.9929226Z [ RUN ] ModulesTest.Hardtanh 2022-12-01T11:12:03.9958437Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-12-01T11:12:03.9958999Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-12-01T11:12:04.0036979Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-12-01T11:12:04.0037512Z [ RUN ] ModulesTest.LeakyReLU 2022-12-01T11:12:04.0046847Z [ OK ] ModulesTest.LeakyReLU (1 ms) 2022-12-01T11:12:04.0047443Z [ RUN ] ModulesTest.LogSigmoid 2022-12-01T11:12:04.0048806Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-12-01T11:12:04.0049311Z [ RUN ] ModulesTest.Softmax 2022-12-01T11:12:04.0050372Z [ OK ] ModulesTest.Softmax (0 ms) 2022-12-01T11:12:04.0050892Z [ RUN ] ModulesTest.Softmin 2022-12-01T11:12:04.0051637Z [ OK ] ModulesTest.Softmin (0 ms) 2022-12-01T11:12:04.0051927Z [ RUN ] ModulesTest.LogSoftmax 2022-12-01T11:12:04.0053687Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-12-01T11:12:04.0054018Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-12-01T11:12:04.0076465Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-12-01T11:12:04.0076795Z [ RUN ] ModulesTest.Softmax2d 2022-12-01T11:12:04.0085400Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-12-01T11:12:04.0085810Z [ RUN ] ModulesTest.PReLU 2022-12-01T11:12:04.0089239Z [ OK ] ModulesTest.PReLU (0 ms) 2022-12-01T11:12:04.0089748Z [ RUN ] ModulesTest.ReLU 2022-12-01T11:12:04.0091861Z [ OK ] ModulesTest.ReLU (0 ms) 2022-12-01T11:12:04.0092391Z [ RUN ] ModulesTest.ReLU6 2022-12-01T11:12:04.0094743Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-12-01T11:12:04.0095255Z [ RUN ] ModulesTest.RReLU 2022-12-01T11:12:04.0126075Z [ OK ] ModulesTest.RReLU (3 ms) 2022-12-01T11:12:04.0126549Z [ RUN ] ModulesTest.CELU 2022-12-01T11:12:04.0134654Z [ OK ] ModulesTest.CELU (0 ms) 2022-12-01T11:12:04.0135144Z [ RUN ] ModulesTest.GLU 2022-12-01T11:12:04.0137675Z [ OK ] ModulesTest.GLU (0 ms) 2022-12-01T11:12:04.0138026Z [ RUN ] ModulesTest.GELU 2022-12-01T11:12:04.0138601Z [ OK ] ModulesTest.GELU (0 ms) 2022-12-01T11:12:04.0138936Z [ RUN ] ModulesTest.TanhGELU 2022-12-01T11:12:04.0139980Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-12-01T11:12:04.0140457Z [ RUN ] ModulesTest.Mish 2022-12-01T11:12:04.0140908Z [ OK ] ModulesTest.Mish (0 ms) 2022-12-01T11:12:04.0141372Z [ RUN ] ModulesTest.Sigmoid 2022-12-01T11:12:04.0142356Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-12-01T11:12:04.0143400Z [ RUN ] ModulesTest.PixelShuffle 2022-12-01T11:12:04.0144294Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-12-01T11:12:04.0145175Z [ RUN ] ModulesTest.PixelUnshuffle 2022-12-01T11:12:04.0146163Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-12-01T11:12:04.0146645Z [ RUN ] ModulesTest.Softplus 2022-12-01T11:12:04.0153577Z [ OK ] ModulesTest.Softplus (0 ms) 2022-12-01T11:12:04.0154112Z [ RUN ] ModulesTest.Softshrink 2022-12-01T11:12:04.0159746Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-12-01T11:12:04.0160306Z [ RUN ] ModulesTest.Softsign 2022-12-01T11:12:04.0160865Z [ OK ] ModulesTest.Softsign (0 ms) 2022-12-01T11:12:04.0161349Z [ RUN ] ModulesTest.Tanh 2022-12-01T11:12:04.0162058Z [ OK ] ModulesTest.Tanh (0 ms) 2022-12-01T11:12:04.0162598Z [ RUN ] ModulesTest.Tanhshrink 2022-12-01T11:12:04.0163176Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-12-01T11:12:04.0163725Z [ RUN ] ModulesTest.Threshold 2022-12-01T11:12:04.0173792Z [ OK ] ModulesTest.Threshold (1 ms) 2022-12-01T11:12:04.0174237Z [ RUN ] ModulesTest.Upsampling1D 2022-12-01T11:12:04.0176033Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0181390Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0182986Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0184709Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0186065Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-12-01T11:12:04.0186557Z [ RUN ] ModulesTest.Upsampling2D 2022-12-01T11:12:04.0188217Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0189673Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0191736Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0192656Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0194927Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0196578Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0198157Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0199695Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0200751Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-12-01T11:12:04.0201233Z [ RUN ] ModulesTest.Upsampling3D 2022-12-01T11:12:04.0202722Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0204298Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0206355Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0208414Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-12-01T11:12:04.0210098Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-12-01T11:12:04.0210784Z [ RUN ] ModulesTest.CTCLoss 2022-12-01T11:12:04.0211488Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-12-01T11:12:04.0212219Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-12-01T11:12:04.0213149Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-12-01T11:12:04.0213669Z [ RUN ] ModulesTest.MarginRankingLoss 2022-12-01T11:12:04.0215672Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-12-01T11:12:04.0216068Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-12-01T11:12:04.0270519Z [ OK ] ModulesTest.BCEWithLogitsLoss (5 ms) 2022-12-01T11:12:04.0270866Z [ RUN ] ModulesTest.MultiheadAttention 2022-12-01T11:12:11.2409187Z [ OK ] ModulesTest.MultiheadAttention (7213 ms) 2022-12-01T11:12:11.2410006Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-12-01T11:12:11.2410742Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-12-01T11:12:11.2411486Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-12-01T11:12:11.2412215Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-12-01T11:12:11.2412908Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-12-01T11:12:11.2413660Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-12-01T11:12:11.2414364Z [ RUN ] ModulesTest.ReflectionPad1d 2022-12-01T11:12:11.2415102Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-12-01T11:12:11.2415754Z [ RUN ] ModulesTest.ReflectionPad2d 2022-12-01T11:12:11.2424224Z [ OK ] ModulesTest.ReflectionPad2d (1 ms) 2022-12-01T11:12:11.2424812Z [ RUN ] ModulesTest.ReflectionPad3d 2022-12-01T11:12:11.2428220Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-12-01T11:12:11.2428634Z [ RUN ] ModulesTest.ReplicationPad1d 2022-12-01T11:12:11.2430334Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-12-01T11:12:11.2430665Z [ RUN ] ModulesTest.ReplicationPad2d 2022-12-01T11:12:11.2432732Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-12-01T11:12:11.2433173Z [ RUN ] ModulesTest.ReplicationPad3d 2022-12-01T11:12:11.2438624Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-12-01T11:12:11.2439163Z [ RUN ] ModulesTest.ZeroPad2d 2022-12-01T11:12:11.2440938Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-12-01T11:12:11.2441409Z [ RUN ] ModulesTest.ConstantPad1d 2022-12-01T11:12:11.2441777Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-12-01T11:12:11.2442080Z [ RUN ] ModulesTest.ConstantPad2d 2022-12-01T11:12:11.2444136Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-12-01T11:12:11.2444439Z [ RUN ] ModulesTest.ConstantPad3d 2022-12-01T11:12:11.2446855Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-12-01T11:12:11.2447372Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-12-01T11:12:11.2452790Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-12-01T11:12:11.2453440Z [ RUN ] ModulesTest.RNNCell 2022-12-01T11:12:11.2455778Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-12-01T11:12:11.2456062Z [ RUN ] ModulesTest.LSTMCell 2022-12-01T11:12:11.2459604Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-12-01T11:12:11.2459891Z [ RUN ] ModulesTest.GRUCell 2022-12-01T11:12:11.2463033Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-12-01T11:12:11.2463654Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-12-01T11:12:11.2464609Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-12-01T11:12:11.2464951Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-12-01T11:12:11.2465293Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-12-01T11:12:11.2465646Z [ RUN ] ModulesTest.PrettyPrintConv 2022-12-01T11:12:11.2466225Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-12-01T11:12:11.2466709Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-12-01T11:12:11.2467289Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-12-01T11:12:11.2467824Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-12-01T11:12:11.2468369Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-12-01T11:12:11.2468882Z [ RUN ] ModulesTest.PrettyPrintFold 2022-12-01T11:12:11.2469566Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-12-01T11:12:11.2470152Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-12-01T11:12:11.2470740Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-12-01T11:12:11.2471339Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-12-01T11:12:11.2472274Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-12-01T11:12:11.2472884Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-12-01T11:12:11.2473470Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-12-01T11:12:11.2474094Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-12-01T11:12:11.2474790Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-12-01T11:12:11.2475394Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-12-01T11:12:11.2476006Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-12-01T11:12:11.2476638Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-12-01T11:12:11.2477280Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-12-01T11:12:11.2477961Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-12-01T11:12:11.2478580Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-12-01T11:12:11.2479233Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-12-01T11:12:11.2479865Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-12-01T11:12:11.2480458Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-12-01T11:12:11.2481113Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-12-01T11:12:11.2481708Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-12-01T11:12:11.2482309Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-12-01T11:12:11.2482931Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-12-01T11:12:11.2483472Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-12-01T11:12:11.2484060Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-12-01T11:12:11.2484699Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-12-01T11:12:11.2485244Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-12-01T11:12:11.2485898Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-12-01T11:12:11.2486535Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-12-01T11:12:11.2487161Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-12-01T11:12:11.2487786Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-12-01T11:12:11.2488432Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-12-01T11:12:11.2489076Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-12-01T11:12:11.2489753Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-12-01T11:12:11.2490423Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-12-01T11:12:11.2491063Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-12-01T11:12:11.2491755Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-12-01T11:12:11.2492268Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-12-01T11:12:11.2492602Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-12-01T11:12:11.2492947Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-12-01T11:12:11.2493284Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-12-01T11:12:11.2493624Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-12-01T11:12:11.2493969Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-12-01T11:12:11.2494356Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-12-01T11:12:11.2494802Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-12-01T11:12:11.2495130Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-12-01T11:12:11.2495473Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-12-01T11:12:11.2495880Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-12-01T11:12:11.2496210Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-12-01T11:12:11.2496536Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-12-01T11:12:11.2496861Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-12-01T11:12:11.2497203Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-12-01T11:12:11.2497516Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-12-01T11:12:11.2497846Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-12-01T11:12:11.2498169Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-12-01T11:12:11.2498480Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-12-01T11:12:11.2498836Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-12-01T11:12:11.2499226Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-12-01T11:12:11.2499604Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-12-01T11:12:11.2500002Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-12-01T11:12:11.2500387Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-12-01T11:12:11.2500771Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-12-01T11:12:11.2501180Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-12-01T11:12:11.2501646Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-12-01T11:12:11.2502032Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-12-01T11:12:11.2502350Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-12-01T11:12:11.2502699Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-12-01T11:12:11.2503071Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-12-01T11:12:11.2503456Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-12-01T11:12:11.2503947Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-12-01T11:12:11.2504367Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-12-01T11:12:11.2504991Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-12-01T11:12:11.2505603Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-12-01T11:12:11.2506212Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-12-01T11:12:11.2506901Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-12-01T11:12:11.2507665Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-12-01T11:12:11.2508361Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-12-01T11:12:11.2509092Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-12-01T11:12:11.2509815Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-12-01T11:12:11.2510570Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-12-01T11:12:11.2511388Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-12-01T11:12:11.2512349Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-12-01T11:12:11.2513099Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-12-01T11:12:11.2513859Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-12-01T11:12:11.2514622Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-12-01T11:12:11.2515453Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-12-01T11:12:11.2516206Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-12-01T11:12:11.2516997Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-12-01T11:12:11.2517701Z [ RUN ] ModulesTest.PrettyPrintELU 2022-12-01T11:12:11.2518362Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-12-01T11:12:11.2519041Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-12-01T11:12:11.2519818Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-12-01T11:12:11.2520469Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-12-01T11:12:11.2521144Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-12-01T11:12:11.2521847Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-12-01T11:12:11.2522602Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-12-01T11:12:11.2523314Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-12-01T11:12:11.2524041Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-12-01T11:12:11.2524763Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-12-01T11:12:11.2525492Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-12-01T11:12:11.2526229Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-12-01T11:12:11.2526984Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-12-01T11:12:11.2527680Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-12-01T11:12:11.2528397Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-12-01T11:12:11.2529105Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-12-01T11:12:11.2529818Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-12-01T11:12:11.2530522Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-12-01T11:12:11.2531277Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-12-01T11:12:11.2532013Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-12-01T11:12:11.2532735Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-12-01T11:12:11.2533440Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-12-01T11:12:11.2534143Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-12-01T11:12:11.2534888Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-12-01T11:12:11.2535572Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-12-01T11:12:11.2536253Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-12-01T11:12:11.2536946Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-12-01T11:12:11.2537599Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-12-01T11:12:11.2538293Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-12-01T11:12:11.2538973Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-12-01T11:12:11.2539637Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-12-01T11:12:11.2540324Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-12-01T11:12:11.2541037Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-12-01T11:12:11.2541763Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-12-01T11:12:11.2542533Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-12-01T11:12:11.2543314Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-12-01T11:12:11.2544099Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-12-01T11:12:11.2544956Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-12-01T11:12:11.2545806Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-12-01T11:12:11.2546551Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-12-01T11:12:11.2547298Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-12-01T11:12:11.2548038Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-12-01T11:12:11.2548780Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-12-01T11:12:11.2549455Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-12-01T11:12:11.2550139Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-12-01T11:12:11.2550876Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-12-01T11:12:11.2551614Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-12-01T11:12:11.2552356Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-12-01T11:12:11.2553116Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-12-01T11:12:11.2553925Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-12-01T11:12:11.2554640Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-12-01T11:12:11.2590841Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-12-01T11:12:11.2591506Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-12-01T11:12:11.2592189Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-12-01T11:12:11.2592882Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-12-01T11:12:11.2596328Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-12-01T11:12:11.2596727Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-12-01T11:12:11.2597090Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-12-01T11:12:11.2597435Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-12-01T11:12:11.2597808Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-12-01T11:12:11.2598210Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-12-01T11:12:11.2598602Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-12-01T11:12:11.2598972Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-12-01T11:12:11.2599354Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-12-01T11:12:11.2599747Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-12-01T11:12:11.2600086Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-12-01T11:12:11.2600418Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-12-01T11:12:11.2600743Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-12-01T11:12:11.2601077Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-12-01T11:12:11.2601392Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-12-01T11:12:11.2601720Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-12-01T11:12:11.2602104Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-12-01T11:12:11.2602541Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-12-01T11:12:11.2602936Z [----------] 256 tests from ModulesTest (7468 ms total) 2022-12-01T11:12:11.2603091Z 2022-12-01T11:12:11.2603235Z [----------] 1 test from NestedTest 2022-12-01T11:12:11.2603481Z [ RUN ] NestedTest.Nested 2022-12-01T11:12:11.2603864Z [W NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator()) 2022-12-01T11:12:11.2604255Z [ OK ] NestedTest.Nested (0 ms) 2022-12-01T11:12:11.2604554Z [----------] 1 test from NestedTest (0 ms total) 2022-12-01T11:12:11.2604702Z 2022-12-01T11:12:11.2604862Z [----------] 10 tests from ParameterDictTest 2022-12-01T11:12:11.2605177Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-12-01T11:12:11.2605548Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-12-01T11:12:11.2606059Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-12-01T11:12:11.2606442Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-12-01T11:12:11.2606814Z [ RUN ] ParameterDictTest.InsertAndContains 2022-12-01T11:12:11.2607167Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-12-01T11:12:11.2607495Z [ RUN ] ParameterDictTest.InsertAndClear 2022-12-01T11:12:11.2607832Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-12-01T11:12:11.2608161Z [ RUN ] ParameterDictTest.InsertAndPop 2022-12-01T11:12:11.2608488Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-12-01T11:12:11.2608801Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-12-01T11:12:11.2609128Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-12-01T11:12:11.2609472Z [ RUN ] ParameterDictTest.Keys 2022-12-01T11:12:11.2609755Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-12-01T11:12:11.2610045Z [ RUN ] ParameterDictTest.Values 2022-12-01T11:12:11.2610343Z [ OK ] ParameterDictTest.Values (0 ms) 2022-12-01T11:12:11.2610613Z [ RUN ] ParameterDictTest.Get 2022-12-01T11:12:11.2610895Z [ OK ] ParameterDictTest.Get (0 ms) 2022-12-01T11:12:11.2611233Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-12-01T11:12:11.2611621Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-12-01T11:12:11.2611997Z [----------] 10 tests from ParameterDictTest (2 ms total) 2022-12-01T11:12:11.2612161Z 2022-12-01T11:12:11.2612319Z [----------] 8 tests from ParameterListTest 2022-12-01T11:12:11.2612674Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-12-01T11:12:11.2613075Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:12:11.2613426Z [ RUN ] ParameterListTest.isEmpty 2022-12-01T11:12:11.2613732Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-12-01T11:12:11.2614059Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-12-01T11:12:11.2614539Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:12:11.2614887Z [ RUN ] ParameterListTest.ForEachLoop 2022-12-01T11:12:11.2615200Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-12-01T11:12:11.2615518Z [ RUN ] ParameterListTest.AccessWithAt 2022-12-01T11:12:11.2615844Z [ OK ] ParameterListTest.AccessWithAt (3 ms) 2022-12-01T11:12:11.2616278Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-12-01T11:12:11.2616802Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-12-01T11:12:11.2617260Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-12-01T11:12:11.2617658Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-12-01T11:12:11.2618001Z [ RUN ] ParameterListTest.IncrementAdd 2022-12-01T11:12:11.2618328Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-12-01T11:12:11.2618667Z [----------] 8 tests from ParameterListTest (4 ms total) 2022-12-01T11:12:11.2620267Z 2022-12-01T11:12:11.2620581Z [----------] 1 test from NamespaceTests 2022-12-01T11:12:11.2621212Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-12-01T11:12:11.2621743Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-12-01T11:12:11.2622164Z [----------] 1 test from NamespaceTests (0 ms total) 2022-12-01T11:12:11.2622316Z 2022-12-01T11:12:11.2622496Z [----------] 7 tests from NNUtilsTest 2022-12-01T11:12:11.2622777Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-12-01T11:12:11.2623076Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-12-01T11:12:11.2623485Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-12-01T11:12:11.4193578Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (161 ms) 2022-12-01T11:12:11.4194316Z [ RUN ] NNUtilsTest.ClipGradValue 2022-12-01T11:12:11.4194933Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-12-01T11:12:11.4195539Z [ RUN ] NNUtilsTest.ConvertParameters 2022-12-01T11:12:11.4199725Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-12-01T11:12:11.4200277Z [ RUN ] NNUtilsTest.PackSequence 2022-12-01T11:12:11.4523696Z [ OK ] NNUtilsTest.PackSequence (32 ms) 2022-12-01T11:12:11.4524385Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-12-01T11:12:11.4660334Z [ OK ] NNUtilsTest.PackPaddedSequence (13 ms) 2022-12-01T11:12:11.4660922Z [ RUN ] NNUtilsTest.PadSequence 2022-12-01T11:12:11.4723155Z [ OK ] NNUtilsTest.PadSequence (6 ms) 2022-12-01T11:12:11.4723890Z [----------] 7 tests from NNUtilsTest (215 ms total) 2022-12-01T11:12:11.4724208Z 2022-12-01T11:12:11.4724562Z [----------] 3 tests from PackedSequenceTest 2022-12-01T11:12:11.4725204Z [ RUN ] PackedSequenceTest.WrongOrder 2022-12-01T11:12:11.4756671Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-12-01T11:12:11.4757269Z [ RUN ] PackedSequenceTest.TotalLength 2022-12-01T11:12:11.4828337Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-12-01T11:12:11.4828825Z [ RUN ] PackedSequenceTest.To 2022-12-01T11:12:11.4829551Z [ OK ] PackedSequenceTest.To (0 ms) 2022-12-01T11:12:11.4830138Z [----------] 3 tests from PackedSequenceTest (10 ms total) 2022-12-01T11:12:11.4830448Z 2022-12-01T11:12:11.4830701Z [----------] 34 tests from OptimTest 2022-12-01T11:12:11.4831230Z [ RUN ] OptimTest.OptimizerAccessors 2022-12-01T11:12:11.4847810Z [ OK ] OptimTest.OptimizerAccessors (1 ms) 2022-12-01T11:12:11.4848341Z [ RUN ] OptimTest.OldInterface 2022-12-01T11:12:11.4849075Z [ OK ] OptimTest.OldInterface (0 ms) 2022-12-01T11:12:11.4849600Z [ RUN ] OptimTest.XORConvergence_SGD 2022-12-01T11:12:12.4836895Z [ OK ] OptimTest.XORConvergence_SGD (998 ms) 2022-12-01T11:12:12.4837248Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-12-01T11:12:13.1908108Z [ OK ] OptimTest.XORConvergence_LBFGS (707 ms) 2022-12-01T11:12:13.1908496Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-12-01T11:12:13.5873235Z [ OK ] OptimTest.XORConvergence_Adagrad (396 ms) 2022-12-01T11:12:13.5874086Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-12-01T11:12:13.9833892Z [ OK ] OptimTest.XORConvergence_RMSprop (396 ms) 2022-12-01T11:12:13.9834802Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-12-01T11:12:15.2518412Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1268 ms) 2022-12-01T11:12:15.2519308Z [ RUN ] OptimTest.XORConvergence_Adam 2022-12-01T11:12:15.6616966Z [ OK ] OptimTest.XORConvergence_Adam (409 ms) 2022-12-01T11:12:16.0725738Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-12-01T11:12:16.0726644Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (410 ms) 2022-12-01T11:12:16.0727543Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-12-01T11:12:16.2306447Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (157 ms) 2022-12-01T11:12:16.2307342Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-12-01T11:12:16.3957576Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (165 ms) 2022-12-01T11:12:16.3958047Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-12-01T11:12:16.5637954Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (168 ms) 2022-12-01T11:12:16.5638610Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-12-01T11:12:16.9786305Z [ OK ] OptimTest.XORConvergence_AdamW (414 ms) 2022-12-01T11:12:16.9786736Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-12-01T11:12:17.3941749Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (415 ms) 2022-12-01T11:12:17.3942179Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-12-01T11:12:17.5592808Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (165 ms) 2022-12-01T11:12:17.5593364Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-12-01T11:12:17.7174490Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (158 ms) 2022-12-01T11:12:17.7174957Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-12-01T11:12:17.8884851Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (171 ms) 2022-12-01T11:12:17.8885284Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-12-01T11:12:18.0192759Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (130 ms) 2022-12-01T11:12:18.0193309Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-12-01T11:12:18.1552090Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (135 ms) 2022-12-01T11:12:18.1552652Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-12-01T11:12:18.2922353Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (137 ms) 2022-12-01T11:12:18.2922865Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-12-01T11:12:18.4322960Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (140 ms) 2022-12-01T11:12:18.4323565Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-12-01T11:12:18.5769450Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (144 ms) 2022-12-01T11:12:18.5769910Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-12-01T11:12:18.7354362Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (158 ms) 2022-12-01T11:12:18.7354900Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-12-01T11:12:18.9012495Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (165 ms) 2022-12-01T11:12:18.9012941Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-12-01T11:12:19.0069699Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (105 ms) 2022-12-01T11:12:19.0070387Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-12-01T11:12:19.1192124Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (112 ms) 2022-12-01T11:12:19.1192700Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-12-01T11:12:19.2469160Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (127 ms) 2022-12-01T11:12:19.2469694Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-12-01T11:12:19.3771766Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (130 ms) 2022-12-01T11:12:19.3772303Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-12-01T11:12:19.4979862Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (120 ms) 2022-12-01T11:12:19.4980477Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-12-01T11:12:20.0317612Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (533 ms) 2022-12-01T11:12:20.0318037Z [ RUN ] OptimTest.ZeroGrad 2022-12-01T11:12:20.0318339Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-12-01T11:12:20.0318887Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-12-01T11:12:20.0320187Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-12-01T11:12:20.0320779Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-12-01T11:12:20.0321372Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-12-01T11:12:20.0321746Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-12-01T11:12:20.0323225Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-12-01T11:12:20.0323568Z [----------] 34 tests from OptimTest (8549 ms total) 2022-12-01T11:12:20.0323722Z 2022-12-01T11:12:20.0323867Z [----------] 29 tests from OrderedDictTest 2022-12-01T11:12:20.0324227Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-12-01T11:12:20.0324659Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-12-01T11:12:20.0325233Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-12-01T11:12:20.0325744Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-12-01T11:12:20.0326213Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-12-01T11:12:20.0326664Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-12-01T11:12:20.0327115Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:12:20.0348662Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T11:12:20.0349343Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-12-01T11:12:20.0349712Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-12-01T11:12:20.0350148Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-12-01T11:12:20.0370472Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-12-01T11:12:20.0371059Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-12-01T11:12:20.0371452Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-12-01T11:12:20.0371812Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-12-01T11:12:20.0380567Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-12-01T11:12:20.0381240Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-12-01T11:12:20.0381609Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-12-01T11:12:20.0381970Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-12-01T11:12:20.0391178Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-12-01T11:12:20.0391933Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-12-01T11:12:20.0392418Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-12-01T11:12:20.0392954Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-12-01T11:12:20.0393555Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-12-01T11:12:20.0394148Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-12-01T11:12:20.0394727Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-12-01T11:12:20.0395346Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-12-01T11:12:20.0395984Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-12-01T11:12:20.0396586Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-12-01T11:12:20.0413769Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-12-01T11:12:20.0414332Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-12-01T11:12:20.0415100Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-12-01T11:12:20.0415549Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-12-01T11:12:20.0426401Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-12-01T11:12:20.0427064Z [ RUN ] OrderedDictTest.CanIterateItems 2022-12-01T11:12:20.0427419Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-12-01T11:12:20.0427725Z [ RUN ] OrderedDictTest.EraseWorks 2022-12-01T11:12:20.0428037Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-12-01T11:12:20.0428377Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-12-01T11:12:20.0428738Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-12-01T11:12:20.0429195Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-12-01T11:12:20.0429541Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-12-01T11:12:20.0429870Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-12-01T11:12:20.0430181Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-12-01T11:12:20.0430508Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-12-01T11:12:20.0430854Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-12-01T11:12:20.0431162Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-12-01T11:12:20.0431484Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-12-01T11:12:20.0431818Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-12-01T11:12:20.0432159Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-12-01T11:12:20.0432569Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-12-01T11:12:20.0449898Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-12-01T11:12:20.0450462Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-12-01T11:12:20.0450813Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-12-01T11:12:20.0451169Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-12-01T11:12:20.0451541Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-12-01T11:12:20.0451891Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-12-01T11:12:20.0452250Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-12-01T11:12:20.0452606Z [----------] 29 tests from OrderedDictTest (12 ms total) 2022-12-01T11:12:20.0452767Z 2022-12-01T11:12:20.0452905Z [----------] 13 tests from RNNTest 2022-12-01T11:12:20.0453173Z [ RUN ] RNNTest.CheckOutputSizes 2022-12-01T11:12:20.0513081Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-12-01T11:12:20.0513493Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-12-01T11:12:20.0572024Z [ OK ] RNNTest.CheckOutputSizesProj (5 ms) 2022-12-01T11:12:20.0572521Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-12-01T11:12:20.0576327Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-12-01T11:12:20.0576721Z [ RUN ] RNNTest.EndToEndLSTM 2022-12-01T11:12:21.4975553Z [ OK ] RNNTest.EndToEndLSTM (1439 ms) 2022-12-01T11:12:21.4976284Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-12-01T11:12:22.9217175Z [ OK ] RNNTest.EndToEndLSTMProj (1424 ms) 2022-12-01T11:12:22.9217559Z [ RUN ] RNNTest.EndToEndGRU 2022-12-01T11:12:24.1992893Z [ OK ] RNNTest.EndToEndGRU (1277 ms) 2022-12-01T11:12:24.1993284Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-12-01T11:12:24.8939571Z [ OK ] RNNTest.EndToEndRNNRelu (694 ms) 2022-12-01T11:12:24.8939913Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-12-01T11:12:25.6778849Z [ OK ] RNNTest.EndToEndRNNTanh (783 ms) 2022-12-01T11:12:25.6779461Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-12-01T11:12:25.6797199Z [ OK ] RNNTest.PrettyPrintRNNs (1 ms) 2022-12-01T11:12:25.6797797Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-12-01T11:12:25.6888884Z [ OK ] RNNTest.BidirectionalFlattenParameters (9 ms) 2022-12-01T11:12:25.6889304Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-12-01T11:12:25.6900368Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-12-01T11:12:25.6900814Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-12-01T11:12:25.6910799Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-12-01T11:12:25.6911182Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-12-01T11:12:25.6927076Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-12-01T11:12:25.6927868Z [----------] 13 tests from RNNTest (5647 ms total) 2022-12-01T11:12:25.6928134Z 2022-12-01T11:12:25.6928393Z [----------] 19 tests from SequentialTest 2022-12-01T11:12:25.6928957Z [ RUN ] SequentialTest.CanContainThings 2022-12-01T11:12:25.6929538Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-12-01T11:12:25.6930237Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-12-01T11:12:25.6930698Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-12-01T11:12:25.6931080Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-12-01T11:12:25.6931479Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-12-01T11:12:25.6931933Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-12-01T11:12:25.6932326Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-12-01T11:12:25.6932687Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-12-01T11:12:25.6933049Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-12-01T11:12:25.6933382Z [ RUN ] SequentialTest.AccessWithAt 2022-12-01T11:12:25.6963498Z [ OK ] SequentialTest.AccessWithAt (3 ms) 2022-12-01T11:12:25.6964076Z [ RUN ] SequentialTest.AccessWithPtr 2022-12-01T11:12:25.6983388Z [ OK ] SequentialTest.AccessWithPtr (1 ms) 2022-12-01T11:12:25.6984050Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-12-01T11:12:25.6994954Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-12-01T11:12:25.6995603Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-12-01T11:12:25.6996024Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-12-01T11:12:25.6996475Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-12-01T11:12:25.7005981Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-12-01T11:12:25.7006473Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-12-01T11:12:25.7006956Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-12-01T11:12:25.7007363Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-12-01T11:12:25.7009979Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-12-01T11:12:25.7010509Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-12-01T11:12:25.7011783Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-12-01T11:12:25.7012250Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-12-01T11:12:25.7012729Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-12-01T11:12:25.7013216Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-12-01T11:12:25.7013635Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-12-01T11:12:25.7013967Z [ RUN ] SequentialTest.IsCloneable 2022-12-01T11:12:25.7017060Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-12-01T11:12:25.7017745Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-12-01T11:12:25.7018192Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-12-01T11:12:25.7018578Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-12-01T11:12:25.7029163Z [ OK ] SequentialTest.PrettyPrintSequential (1 ms) 2022-12-01T11:12:25.7029567Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-12-01T11:12:25.7056530Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-12-01T11:12:25.7057247Z [----------] 19 tests from SequentialTest (12 ms total) 2022-12-01T11:12:25.7057401Z 2022-12-01T11:12:25.7057562Z [----------] 11 tests from TransformerTest 2022-12-01T11:12:25.7058042Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-12-01T11:12:25.7141620Z [ OK ] TransformerTest.TransformerEncoderLayer (8 ms) 2022-12-01T11:12:25.7142162Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-12-01T11:12:25.7228749Z [ OK ] TransformerTest.TransformerDecoderLayer (8 ms) 2022-12-01T11:12:25.7229624Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-12-01T11:12:25.7270506Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (4 ms) 2022-12-01T11:12:25.7271019Z [ RUN ] TransformerTest.TransformerEncoder 2022-12-01T11:12:25.7424174Z [ OK ] TransformerTest.TransformerEncoder (15 ms) 2022-12-01T11:12:25.7424869Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-12-01T11:12:25.7426590Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-12-01T11:12:25.7427260Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-12-01T11:12:25.7434177Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-12-01T11:12:25.7435185Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-12-01T11:12:25.7435961Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-12-01T11:12:25.7436439Z [ RUN ] TransformerTest.TransformerDecoder 2022-12-01T11:12:25.7838856Z [ OK ] TransformerTest.TransformerDecoder (40 ms) 2022-12-01T11:12:25.7839329Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-12-01T11:12:25.7846011Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (0 ms) 2022-12-01T11:12:25.7846647Z [ RUN ] TransformerTest.Transformer 2022-12-01T11:12:25.7987617Z [ OK ] TransformerTest.Transformer (14 ms) 2022-12-01T11:12:25.7988250Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-12-01T11:12:25.8062897Z [ OK ] TransformerTest.TransformerArgsCorrectness (7 ms) 2022-12-01T11:12:25.8063637Z [----------] 11 tests from TransformerTest (100 ms total) 2022-12-01T11:12:25.8063827Z 2022-12-01T11:12:25.8063981Z [----------] 22 tests from SerializeTest 2022-12-01T11:12:25.8064248Z [ RUN ] SerializeTest.KeysFunc 2022-12-01T11:12:25.8077385Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-12-01T11:12:25.8077800Z [ RUN ] SerializeTest.TryReadFunc 2022-12-01T11:12:25.8080045Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-12-01T11:12:25.8080328Z [ RUN ] SerializeTest.Basic 2022-12-01T11:12:25.8082638Z [ OK ] SerializeTest.Basic (0 ms) 2022-12-01T11:12:25.8082944Z [ RUN ] SerializeTest.BasicToFile 2022-12-01T11:12:25.8086314Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-12-01T11:12:25.8086693Z [ RUN ] SerializeTest.BasicViaFunc 2022-12-01T11:12:25.8089770Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-12-01T11:12:25.8090237Z [ RUN ] SerializeTest.Resized 2022-12-01T11:12:25.8092092Z [ OK ] SerializeTest.Resized (0 ms) 2022-12-01T11:12:25.8092432Z [ RUN ] SerializeTest.Sliced 2022-12-01T11:12:25.8094267Z [ OK ] SerializeTest.Sliced (0 ms) 2022-12-01T11:12:25.8094620Z [ RUN ] SerializeTest.NonContiguous 2022-12-01T11:12:25.8097081Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-12-01T11:12:25.8097526Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-12-01T11:12:25.8170285Z [ OK ] SerializeTest.ErrorOnMissingKey (7 ms) 2022-12-01T11:12:25.8170661Z [ RUN ] SerializeTest.XOR 2022-12-01T11:12:25.9564462Z [ OK ] SerializeTest.XOR (139 ms) 2022-12-01T11:12:25.9564778Z [ RUN ] SerializeTest.Optim 2022-12-01T11:12:25.9585094Z [ OK ] SerializeTest.Optim (2 ms) 2022-12-01T11:12:25.9585577Z [ RUN ] SerializeTest.Optim_Adagrad 2022-12-01T11:12:25.9612298Z [ OK ] SerializeTest.Optim_Adagrad (2 ms) 2022-12-01T11:12:25.9612643Z [ RUN ] SerializeTest.Optim_SGD 2022-12-01T11:12:25.9637447Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-12-01T11:12:25.9637836Z [ RUN ] SerializeTest.Optim_Adam 2022-12-01T11:12:25.9668211Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-12-01T11:12:25.9668519Z [ RUN ] SerializeTest.Optim_AdamW 2022-12-01T11:12:25.9699126Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-12-01T11:12:25.9699455Z [ RUN ] SerializeTest.Optim_RMSprop 2022-12-01T11:12:25.9728979Z [ OK ] SerializeTest.Optim_RMSprop (2 ms) 2022-12-01T11:12:25.9729294Z [ RUN ] SerializeTest.Optim_LBFGS 2022-12-01T11:12:25.9758742Z [ OK ] SerializeTest.Optim_LBFGS (2 ms) 2022-12-01T11:12:25.9759293Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-12-01T11:12:25.9762928Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-12-01T11:12:25.9763442Z [ RUN ] SerializeTest.VectorOfTensors 2022-12-01T11:12:25.9765827Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-12-01T11:12:25.9766136Z [ RUN ] SerializeTest.IValue 2022-12-01T11:12:25.9769059Z [ OK ] SerializeTest.IValue (0 ms) 2022-12-01T11:12:25.9769537Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-12-01T11:12:25.9770362Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-12-01T11:12:25.9770962Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-12-01T11:12:25.9776692Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-12-01T11:12:25.9777492Z [----------] 22 tests from SerializeTest (171 ms total) 2022-12-01T11:12:25.9777776Z 2022-12-01T11:12:25.9777992Z [----------] 1 test from SpecialTest 2022-12-01T11:12:25.9778383Z [ RUN ] SpecialTest.special 2022-12-01T11:12:25.9778850Z [ OK ] SpecialTest.special (0 ms) 2022-12-01T11:12:25.9779397Z [----------] 1 test from SpecialTest (0 ms total) 2022-12-01T11:12:25.9779551Z 2022-12-01T11:12:25.9779694Z [----------] 5 tests from TestStatic 2022-12-01T11:12:25.9779935Z [ RUN ] TestStatic.AllOf 2022-12-01T11:12:25.9780197Z [ OK ] TestStatic.AllOf (0 ms) 2022-12-01T11:12:25.9780455Z [ RUN ] TestStatic.AnyOf 2022-12-01T11:12:25.9780700Z [ OK ] TestStatic.AnyOf (0 ms) 2022-12-01T11:12:25.9780989Z [ RUN ] TestStatic.EnableIfModule 2022-12-01T11:12:25.9781290Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-12-01T11:12:25.9781606Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-12-01T11:12:25.9781925Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-12-01T11:12:25.9782449Z [ RUN ] TestStatic.Apply 2022-12-01T11:12:25.9782715Z [ OK ] TestStatic.Apply (0 ms) 2022-12-01T11:12:25.9783000Z [----------] 5 tests from TestStatic (0 ms total) 2022-12-01T11:12:25.9783149Z 2022-12-01T11:12:25.9783293Z [----------] 45 tests from TensorTest 2022-12-01T11:12:25.9783559Z [ RUN ] TensorTest.ToDtype 2022-12-01T11:12:25.9797997Z [ OK ] TensorTest.ToDtype (1 ms) 2022-12-01T11:12:25.9798355Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-12-01T11:12:25.9798739Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-12-01T11:12:25.9799107Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-12-01T11:12:25.9833323Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (3 ms) 2022-12-01T11:12:25.9834095Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-12-01T11:12:25.9834637Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-12-01T11:12:25.9835041Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-12-01T11:12:25.9835375Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-12-01T11:12:25.9835700Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-12-01T11:12:25.9836036Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-12-01T11:12:25.9836370Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-12-01T11:12:25.9842822Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-12-01T11:12:25.9843286Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-12-01T11:12:25.9903058Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-12-01T11:12:25.9903859Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-12-01T11:12:25.9905279Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-12-01T11:12:25.9906076Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-12-01T11:12:25.9906806Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-12-01T11:12:25.9907485Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-12-01T11:12:25.9908138Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-12-01T11:12:25.9908798Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-12-01T11:12:25.9909556Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-12-01T11:12:25.9910260Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-12-01T11:12:25.9911007Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-12-01T11:12:25.9911712Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-12-01T11:12:25.9912384Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-12-01T11:12:25.9913073Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-12-01T11:12:25.9913738Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-12-01T11:12:25.9914276Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-12-01T11:12:25.9914688Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-12-01T11:12:25.9915096Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-12-01T11:12:25.9915496Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-12-01T11:12:25.9915903Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-12-01T11:12:25.9916309Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-12-01T11:12:25.9916720Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-12-01T11:12:25.9980941Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (6 ms) 2022-12-01T11:12:25.9981927Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-12-01T11:12:25.9982634Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-12-01T11:12:25.9983397Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-12-01T11:12:25.9984094Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-12-01T11:12:25.9995238Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-12-01T11:12:25.9995866Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-12-01T11:12:25.9996497Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-12-01T11:12:25.9997161Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-12-01T11:12:25.9997592Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-12-01T11:12:25.9998158Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-12-01T11:12:26.0004312Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-12-01T11:12:26.0004899Z [ RUN ] TensorTest.Arange 2022-12-01T11:12:26.0005430Z [ OK ] TensorTest.Arange (0 ms) 2022-12-01T11:12:26.0005860Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-12-01T11:12:26.0006240Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-12-01T11:12:26.0006684Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-12-01T11:12:26.0065781Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (6 ms) 2022-12-01T11:12:26.0066474Z [ RUN ] TensorTest.FromBlob 2022-12-01T11:12:26.0067011Z [ OK ] TensorTest.FromBlob (0 ms) 2022-12-01T11:12:26.0067429Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-12-01T11:12:26.0067874Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-12-01T11:12:26.0068202Z [ RUN ] TensorTest.FromBlobWithStrides 2022-12-01T11:12:26.0068513Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-12-01T11:12:26.0068794Z [ RUN ] TensorTest.Item 2022-12-01T11:12:26.0069056Z [ OK ] TensorTest.Item (0 ms) 2022-12-01T11:12:26.0069303Z [ RUN ] TensorTest.DataPtr 2022-12-01T11:12:26.0069577Z [ OK ] TensorTest.DataPtr (0 ms) 2022-12-01T11:12:26.0069834Z [ RUN ] TensorTest.Data 2022-12-01T11:12:26.0070084Z [ OK ] TensorTest.Data (0 ms) 2022-12-01T11:12:26.0070367Z [ RUN ] TensorTest.BackwardAndGrad 2022-12-01T11:12:26.0070684Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-12-01T11:12:26.0070996Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-12-01T11:12:26.0071343Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-12-01T11:12:26.0071697Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-12-01T11:12:26.0097788Z [ OK ] TensorTest.BackwardNonScalarOutputs (2 ms) 2022-12-01T11:12:26.0098266Z [ RUN ] TensorTest.IsLeaf 2022-12-01T11:12:26.0098611Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-12-01T11:12:26.0098879Z [ RUN ] TensorTest.OutputNr 2022-12-01T11:12:26.0099144Z [ OK ] TensorTest.OutputNr (0 ms) 2022-12-01T11:12:26.0099410Z [ RUN ] TensorTest.Version 2022-12-01T11:12:26.0099689Z [ OK ] TensorTest.Version (0 ms) 2022-12-01T11:12:26.0099940Z [ RUN ] TensorTest.Detach 2022-12-01T11:12:26.0100210Z [ OK ] TensorTest.Detach (0 ms) 2022-12-01T11:12:26.0100495Z [ RUN ] TensorTest.DetachInplace 2022-12-01T11:12:26.0100791Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-12-01T11:12:26.0101053Z [ RUN ] TensorTest.SetData 2022-12-01T11:12:26.0101328Z [ OK ] TensorTest.SetData (0 ms) 2022-12-01T11:12:26.0101626Z [ RUN ] TensorTest.RequiresGradInplace 2022-12-01T11:12:26.0117794Z [ OK ] TensorTest.RequiresGradInplace (1 ms) 2022-12-01T11:12:26.0118251Z [ RUN ] TensorTest.StdDimension 2022-12-01T11:12:26.0118974Z [ OK ] TensorTest.StdDimension (0 ms) 2022-12-01T11:12:26.0119512Z [ RUN ] TensorTest.ReshapeAlias 2022-12-01T11:12:26.0121347Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-12-01T11:12:26.0121929Z [----------] 45 tests from TensorTest (34 ms total) 2022-12-01T11:12:26.0122235Z 2022-12-01T11:12:26.0122451Z [----------] 36 tests from TensorIndexingTest 2022-12-01T11:12:26.0122731Z [ RUN ] TensorIndexingTest.Slice 2022-12-01T11:12:26.0123028Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-12-01T11:12:26.0123336Z [ RUN ] TensorIndexingTest.TensorIndex 2022-12-01T11:12:26.0142782Z [ OK ] TensorIndexingTest.TensorIndex (2 ms) 2022-12-01T11:12:26.0143250Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-12-01T11:12:26.0227787Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-12-01T11:12:26.0228665Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-12-01T11:12:26.0229520Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-12-01T11:12:26.0229987Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-12-01T11:12:26.0230491Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-12-01T11:12:26.0231021Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-12-01T11:12:26.0231454Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-12-01T11:12:26.0231794Z [ RUN ] TensorIndexingTest.TestNone 2022-12-01T11:12:26.0232194Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-12-01T11:12:26.0232572Z [ RUN ] TensorIndexingTest.TestStep 2022-12-01T11:12:26.0232899Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-12-01T11:12:26.0233279Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-12-01T11:12:26.0233633Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-12-01T11:12:26.0234045Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-12-01T11:12:26.0234396Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-12-01T11:12:26.0234773Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-12-01T11:12:26.0239083Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-12-01T11:12:26.0239939Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-12-01T11:12:26.0240719Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-12-01T11:12:26.0241429Z [ RUN ] TensorIndexingTest.TestByteMask 2022-12-01T11:12:26.0242118Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-12-01T11:12:26.0242802Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-12-01T11:12:26.0243566Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-12-01T11:12:26.0244296Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-12-01T11:12:26.0245074Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-12-01T11:12:26.0245831Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-12-01T11:12:26.0246590Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-12-01T11:12:26.0247289Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-12-01T11:12:26.0248012Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-12-01T11:12:26.0248744Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-12-01T11:12:26.0249480Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-12-01T11:12:26.0250272Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-12-01T11:12:26.0251187Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-12-01T11:12:26.0252093Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-12-01T11:12:26.0252727Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-12-01T11:12:26.0253380Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-12-01T11:12:26.0297488Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (5 ms) 2022-12-01T11:12:26.0298218Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-12-01T11:12:26.0318279Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (2 ms) 2022-12-01T11:12:26.0318938Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-12-01T11:12:26.0319610Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-12-01T11:12:26.0320414Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-12-01T11:12:26.0321531Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-12-01T11:12:26.0322426Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-12-01T11:12:26.0406994Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (8 ms) 2022-12-01T11:12:26.0407825Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-12-01T11:12:26.0408615Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-12-01T11:12:26.0409356Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-12-01T11:12:26.0502029Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (9 ms) 2022-12-01T11:12:26.0502459Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-12-01T11:12:26.0614543Z [ OK ] TensorIndexingTest.TestGetitemScalars (11 ms) 2022-12-01T11:12:26.0615254Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-12-01T11:12:26.0718696Z [ OK ] TensorIndexingTest.TestSetitemScalars (10 ms) 2022-12-01T11:12:26.0719394Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-12-01T11:12:26.0720118Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-12-01T11:12:26.0720758Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-12-01T11:12:26.0721289Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-12-01T11:12:26.0721718Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-12-01T11:12:26.0722256Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-12-01T11:12:26.0722650Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-12-01T11:12:26.0723095Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-12-01T11:12:26.0723470Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-12-01T11:12:26.0723887Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-12-01T11:12:26.0724263Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-12-01T11:12:26.0826026Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (10 ms) 2022-12-01T11:12:26.0826727Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-12-01T11:12:26.0846079Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-12-01T11:12:26.0846793Z [----------] 36 tests from TensorIndexingTest (72 ms total) 2022-12-01T11:12:26.0847096Z 2022-12-01T11:12:26.0847364Z [----------] 18 tests from NumpyTests 2022-12-01T11:12:26.0847846Z [ RUN ] NumpyTests.TestNoneIndex 2022-12-01T11:12:26.0848381Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-12-01T11:12:26.0848943Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-12-01T11:12:26.0891501Z [ OK ] NumpyTests.TestEmptyFancyIndex (4 ms) 2022-12-01T11:12:26.0892067Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-12-01T11:12:26.0892678Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-12-01T11:12:26.0893255Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-12-01T11:12:26.0914275Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-12-01T11:12:26.0914931Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-12-01T11:12:26.0915480Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-12-01T11:12:26.0915833Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-12-01T11:12:26.1103546Z [ OK ] NumpyTests.TestBooleanShapeMismatch (18 ms) 2022-12-01T11:12:26.1103943Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-12-01T11:12:26.1104312Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-12-01T11:12:26.1104851Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-12-01T11:12:26.1221299Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (11 ms) 2022-12-01T11:12:26.1221801Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-12-01T11:12:26.1222411Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-12-01T11:12:26.1222783Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-12-01T11:12:26.1316901Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (9 ms) 2022-12-01T11:12:26.1317331Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-12-01T11:12:26.1411182Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (9 ms) 2022-12-01T11:12:26.1411643Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-12-01T11:12:26.1412170Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-12-01T11:12:26.1412647Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-12-01T11:12:26.1413176Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-12-01T11:12:26.1413534Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-12-01T11:12:26.1413901Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-12-01T11:12:26.1414261Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-12-01T11:12:26.1593518Z [ OK ] NumpyTests.TestBroaderrorsIndexing (17 ms) 2022-12-01T11:12:26.1593880Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-12-01T11:12:26.1814118Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (21 ms) 2022-12-01T11:12:26.1814810Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-12-01T11:12:26.1815145Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-12-01T11:12:26.1815552Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-12-01T11:12:26.1817540Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-12-01T11:12:26.1818228Z [----------] 18 tests from NumpyTests (97 ms total) 2022-12-01T11:12:26.1818517Z 2022-12-01T11:12:26.1818808Z [----------] 5 tests from TensorOptionsTest 2022-12-01T11:12:26.1819441Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-12-01T11:12:26.1819850Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-12-01T11:12:26.1820326Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-12-01T11:12:26.1820842Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-12-01T11:12:26.1821311Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-12-01T11:12:26.1821730Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-12-01T11:12:26.1822148Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-12-01T11:12:26.1822558Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-12-01T11:12:26.1822978Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-12-01T11:12:26.1823393Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-12-01T11:12:26.1823769Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-12-01T11:12:26.1823934Z 2022-12-01T11:12:26.1824295Z [----------] 1 test from DeviceTest 2022-12-01T11:12:26.1824769Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-12-01T11:12:26.1900533Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-12-01T11:12:26.1901003Z [----------] 1 test from DeviceTest (8 ms total) 2022-12-01T11:12:26.1901210Z 2022-12-01T11:12:26.1945045Z [----------] 3 tests from DefaultDtypeTest 2022-12-01T11:12:26.1945699Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-12-01T11:12:26.1946462Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-12-01T11:12:26.1947037Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-12-01T11:12:26.1947640Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-12-01T11:12:26.1948442Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-12-01T11:12:26.1949033Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-12-01T11:12:26.1949576Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-12-01T11:12:26.1949795Z 2022-12-01T11:12:26.1950009Z [----------] 1 test from TorchIncludeTest 2022-12-01T11:12:26.1950444Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-12-01T11:12:26.2044697Z [ OK ] TorchIncludeTest.GetSetNumThreads (14 ms) 2022-12-01T11:12:26.2045261Z [----------] 1 test from TorchIncludeTest (14 ms total) 2022-12-01T11:12:26.2045441Z 2022-12-01T11:12:26.2045611Z [----------] 28 tests from InferenceModeTest 2022-12-01T11:12:26.2045911Z [ RUN ] InferenceModeTest.TestTLSState 2022-12-01T11:12:26.2046247Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-12-01T11:12:26.2046626Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-12-01T11:12:26.2047055Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-12-01T11:12:26.2047463Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-12-01T11:12:26.2117454Z [ OK ] InferenceModeTest.TestExistingAutogradSession (7 ms) 2022-12-01T11:12:26.2118020Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-12-01T11:12:26.2118584Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-12-01T11:12:26.2119113Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-12-01T11:12:26.2119655Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-12-01T11:12:26.2120171Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-12-01T11:12:26.2120665Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-12-01T11:12:26.2121187Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-12-01T11:12:26.2121721Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-12-01T11:12:26.2122237Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-12-01T11:12:26.2169176Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (5 ms) 2022-12-01T11:12:26.2170128Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-12-01T11:12:26.2170667Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-12-01T11:12:26.2171167Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-12-01T11:12:26.2171707Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-12-01T11:12:26.2172229Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-12-01T11:12:26.2174243Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-12-01T11:12:26.2175500Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-12-01T11:12:26.2176277Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-12-01T11:12:26.2176781Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-12-01T11:12:26.2202040Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (3 ms) 2022-12-01T11:12:26.2202667Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-12-01T11:12:26.2226887Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (2 ms) 2022-12-01T11:12:26.2227527Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-12-01T11:12:26.2297835Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (7 ms) 2022-12-01T11:12:26.2298725Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-12-01T11:12:26.2299228Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-12-01T11:12:26.2299683Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-12-01T11:12:26.2326867Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (2 ms) 2022-12-01T11:12:26.2327468Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-12-01T11:12:26.2347623Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-12-01T11:12:26.2348264Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-12-01T11:12:26.2404459Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (5 ms) 2022-12-01T11:12:26.2405135Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-12-01T11:12:26.2517759Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (11 ms) 2022-12-01T11:12:26.2518280Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-12-01T11:12:26.2576136Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (5 ms) 2022-12-01T11:12:26.2576809Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-12-01T11:12:26.2586391Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-12-01T11:12:26.2587000Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-12-01T11:12:26.2616413Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-12-01T11:12:26.2617113Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-12-01T11:12:26.2674618Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (5 ms) 2022-12-01T11:12:26.2675485Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-12-01T11:12:26.2676056Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-12-01T11:12:26.2676751Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-12-01T11:12:26.2677246Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-12-01T11:12:26.2677623Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-12-01T11:12:26.2677993Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-12-01T11:12:26.2678435Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-12-01T11:12:26.2678947Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-12-01T11:12:26.2679373Z [----------] 28 tests from InferenceModeTest (63 ms total) 2022-12-01T11:12:26.2679538Z 2022-12-01T11:12:26.2679688Z [----------] 4 tests from GradModeTest 2022-12-01T11:12:26.2680030Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-12-01T11:12:26.2680418Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-12-01T11:12:26.2681053Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-12-01T11:12:26.2681438Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-12-01T11:12:26.2681789Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-12-01T11:12:26.2682154Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-12-01T11:12:26.2682526Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-12-01T11:12:26.2707590Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (2 ms) 2022-12-01T11:12:26.2708173Z [----------] 4 tests from GradModeTest (3 ms total) 2022-12-01T11:12:26.2708333Z 2022-12-01T11:12:26.2708489Z [----------] 3 tests from OperationTest 2022-12-01T11:12:26.2708763Z [ RUN ] OperationTest.Lerp 2022-12-01T11:12:26.2715077Z [ OK ] OperationTest.Lerp (0 ms) 2022-12-01T11:12:26.2715689Z [ RUN ] OperationTest.Cross 2022-12-01T11:12:26.2738527Z [ OK ] OperationTest.Cross (2 ms) 2022-12-01T11:12:26.2739078Z [ RUN ] OperationTest.Linear_out 2022-12-01T11:12:26.2741051Z [ OK ] OperationTest.Linear_out (0 ms) 2022-12-01T11:12:26.2741682Z [----------] 3 tests from OperationTest (3 ms total) 2022-12-01T11:12:26.2741906Z 2022-12-01T11:12:26.2742084Z [----------] Global test environment tear-down 2022-12-01T11:12:26.2837528Z [==========] 991 tests from 48 test suites ran. (34430 ms total) 2022-12-01T11:12:26.2837992Z [ PASSED ] 991 tests. 2022-12-01T11:12:26.3591951Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_tensorexpr --gtest_output=xml:test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml 2022-12-01T11:12:26.6056871Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-12-01T11:12:26.6061625Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T11:12:26.6061988Z [==========] Running 801 tests from 25 test suites. 2022-12-01T11:12:26.6062309Z [----------] Global test environment set-up. 2022-12-01T11:12:26.6062591Z [----------] 1 test from Approx 2022-12-01T11:12:26.6062829Z [ RUN ] Approx.log_vml 2022-12-01T11:12:27.7457571Z [ OK ] Approx.log_vml (1139 ms) 2022-12-01T11:12:27.7458207Z [----------] 1 test from Approx (1139 ms total) 2022-12-01T11:12:27.7458474Z 2022-12-01T11:12:27.7458712Z [----------] 34 tests from ATen 2022-12-01T11:12:27.7459096Z [ RUN ] ATen._cast_Float 2022-12-01T11:12:27.7460730Z [ OK ] ATen._cast_Float (0 ms) 2022-12-01T11:12:27.7461175Z [ RUN ] ATen.negInt 2022-12-01T11:12:27.7465389Z [ OK ] ATen.negInt (0 ms) 2022-12-01T11:12:27.7465837Z [ RUN ] ATen.negFloat 2022-12-01T11:12:27.7470426Z [ OK ] ATen.negFloat (0 ms) 2022-12-01T11:12:27.7470871Z [ RUN ] ATen.addInt 2022-12-01T11:12:27.7477661Z [ OK ] ATen.addInt (0 ms) 2022-12-01T11:12:27.7478095Z [ RUN ] ATen.addFloat 2022-12-01T11:12:27.7484794Z [ OK ] ATen.addFloat (0 ms) 2022-12-01T11:12:27.7485242Z [ RUN ] ATen.subInt 2022-12-01T11:12:27.7492051Z [ OK ] ATen.subInt (0 ms) 2022-12-01T11:12:27.7492508Z [ RUN ] ATen.subFloat 2022-12-01T11:12:27.7499604Z [ OK ] ATen.subFloat (0 ms) 2022-12-01T11:12:27.7500051Z [ RUN ] ATen.lerp 2022-12-01T11:12:27.7508619Z [ OK ] ATen.lerp (0 ms) 2022-12-01T11:12:27.7509080Z [ RUN ] ATen.addcmulInt 2022-12-01T11:12:27.7517373Z [ OK ] ATen.addcmulInt (0 ms) 2022-12-01T11:12:27.7517832Z [ RUN ] ATen.addcmulFloat 2022-12-01T11:12:27.7526571Z [ OK ] ATen.addcmulFloat (0 ms) 2022-12-01T11:12:27.7527029Z [ RUN ] ATen.mulInt 2022-12-01T11:12:27.7531899Z [ OK ] ATen.mulInt (0 ms) 2022-12-01T11:12:27.7532389Z [ RUN ] ATen.mulFloat 2022-12-01T11:12:27.7537619Z [ OK ] ATen.mulFloat (0 ms) 2022-12-01T11:12:27.7538065Z [ RUN ] ATen.divInt 2022-12-01T11:12:27.7543076Z [ OK ] ATen.divInt (0 ms) 2022-12-01T11:12:27.7543523Z [ RUN ] ATen.divFloat 2022-12-01T11:12:27.7548913Z [ OK ] ATen.divFloat (0 ms) 2022-12-01T11:12:27.7549341Z [ RUN ] ATen.maxInt 2022-12-01T11:12:27.7554428Z [ OK ] ATen.maxInt (0 ms) 2022-12-01T11:12:27.7554871Z [ RUN ] ATen.maxFloat 2022-12-01T11:12:27.7559805Z [ OK ] ATen.maxFloat (0 ms) 2022-12-01T11:12:27.7560257Z [ RUN ] ATen.minInt 2022-12-01T11:12:27.7565237Z [ OK ] ATen.minInt (0 ms) 2022-12-01T11:12:27.7565680Z [ RUN ] ATen.minFloat 2022-12-01T11:12:27.7570889Z [ OK ] ATen.minFloat (0 ms) 2022-12-01T11:12:27.7571517Z [ RUN ] ATen.reluInt 2022-12-01T11:12:27.7574520Z [ OK ] ATen.reluInt (0 ms) 2022-12-01T11:12:27.7574940Z [ RUN ] ATen.reluFloat 2022-12-01T11:12:27.7578273Z [ OK ] ATen.reluFloat (0 ms) 2022-12-01T11:12:27.7578693Z [ RUN ] ATen.logFloat 2022-12-01T11:12:27.7581879Z [ OK ] ATen.logFloat (0 ms) 2022-12-01T11:12:27.7582302Z [ RUN ] ATen.fastLogFloat 2022-12-01T11:12:27.7736473Z [ OK ] ATen.fastLogFloat (15 ms) 2022-12-01T11:12:27.7736942Z [ RUN ] ATen.fastTanhFloat 2022-12-01T11:12:27.7793854Z [ OK ] ATen.fastTanhFloat (5 ms) 2022-12-01T11:12:27.7794290Z [ RUN ] ATen.fastSigmoidFloat 2022-12-01T11:12:27.7869019Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-12-01T11:12:27.7869509Z [ RUN ] ATen.log10Float 2022-12-01T11:12:27.7872413Z [ OK ] ATen.log10Float (0 ms) 2022-12-01T11:12:27.7872837Z [ RUN ] ATen.log2Float 2022-12-01T11:12:27.7876199Z [ OK ] ATen.log2Float (0 ms) 2022-12-01T11:12:27.7876644Z [ RUN ] ATen.expFloat 2022-12-01T11:12:27.7880838Z [ OK ] ATen.expFloat (0 ms) 2022-12-01T11:12:27.7881310Z [ RUN ] ATen.erfFloat 2022-12-01T11:12:27.7885056Z [ OK ] ATen.erfFloat (0 ms) 2022-12-01T11:12:27.7885492Z [ RUN ] ATen.cosFloat 2022-12-01T11:12:27.7889472Z [ OK ] ATen.cosFloat (0 ms) 2022-12-01T11:12:27.7889920Z [ RUN ] ATen.eqInt 2022-12-01T11:12:27.7898733Z [ OK ] ATen.eqInt (0 ms) 2022-12-01T11:12:27.7899158Z [ RUN ] ATen.geInt 2022-12-01T11:12:27.7904833Z [ OK ] ATen.geInt (0 ms) 2022-12-01T11:12:27.7905273Z [ RUN ] ATen.gtInt 2022-12-01T11:12:27.7910817Z [ OK ] ATen.gtInt (0 ms) 2022-12-01T11:12:27.7911877Z [ RUN ] ATen.leInt 2022-12-01T11:12:27.7916249Z [ OK ] ATen.leInt (0 ms) 2022-12-01T11:12:27.7916638Z [ RUN ] ATen.ltInt 2022-12-01T11:12:27.7921512Z [ OK ] ATen.ltInt (0 ms) 2022-12-01T11:12:27.7923097Z [----------] 34 tests from ATen (46 ms total) 2022-12-01T11:12:27.7923342Z 2022-12-01T11:12:27.7923608Z [----------] 26 tests from BoundsInference 2022-12-01T11:12:27.7924653Z [ RUN ] BoundsInference._1 2022-12-01T11:12:27.7925369Z [ OK ] BoundsInference._1 (0 ms) 2022-12-01T11:12:27.7925874Z [ RUN ] BoundsInference._2 2022-12-01T11:12:27.7928511Z [ OK ] BoundsInference._2 (0 ms) 2022-12-01T11:12:27.7928968Z [ RUN ] BoundsInference._3 2022-12-01T11:12:27.7931752Z [ OK ] BoundsInference._3 (0 ms) 2022-12-01T11:12:27.7932233Z [ RUN ] BoundsInference._4 2022-12-01T11:12:27.7938497Z [ OK ] BoundsInference._4 (0 ms) 2022-12-01T11:12:27.7952340Z [ RUN ] BoundsInference._5 2022-12-01T11:12:27.7952816Z [ OK ] BoundsInference._5 (1 ms) 2022-12-01T11:12:27.7953489Z [ RUN ] BoundsInference._6 2022-12-01T11:12:27.7960568Z [ OK ] BoundsInference._6 (0 ms) 2022-12-01T11:12:27.7961052Z [ RUN ] BoundsInference.Adjacent 2022-12-01T11:12:27.7966580Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-12-01T11:12:27.7967155Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-12-01T11:12:27.7972062Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-12-01T11:12:27.7972678Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-12-01T11:12:27.7977055Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-12-01T11:12:27.7977622Z [ RUN ] BoundsInference.CacheReads 2022-12-01T11:12:27.8014172Z [ OK ] BoundsInference.CacheReads (3 ms) 2022-12-01T11:12:27.8014813Z [ RUN ] BoundsInference.Flattened 2022-12-01T11:12:27.8027619Z [ OK ] BoundsInference.Flattened (1 ms) 2022-12-01T11:12:27.8028229Z [ RUN ] BoundsInference.GetPotentialHazards 2022-12-01T11:12:27.8028854Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-12-01T11:12:27.8029510Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-12-01T11:12:27.8033421Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-12-01T11:12:27.8034140Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-12-01T11:12:27.8037307Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-12-01T11:12:27.8037991Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-12-01T11:12:27.8048586Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-12-01T11:12:27.8049413Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-12-01T11:12:27.8053629Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-12-01T11:12:27.8054952Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-12-01T11:12:27.8055884Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-12-01T11:12:27.8056779Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-12-01T11:12:27.8058211Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-12-01T11:12:27.8059119Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-12-01T11:12:27.8061681Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-12-01T11:12:27.8062529Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-12-01T11:12:27.8075760Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-12-01T11:12:27.8076607Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-12-01T11:12:27.8085718Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (0 ms) 2022-12-01T11:12:27.8086533Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-12-01T11:12:27.8088823Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-12-01T11:12:27.8089624Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-12-01T11:12:27.8091603Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-12-01T11:12:27.8092419Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-12-01T11:12:27.8094832Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-12-01T11:12:27.8095580Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-12-01T11:12:27.8098002Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-12-01T11:12:27.8098603Z [ RUN ] BoundsInference.IsOverlapping 2022-12-01T11:12:27.8120651Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-12-01T11:12:27.8121324Z [----------] 26 tests from BoundsInference (19 ms total) 2022-12-01T11:12:27.8121617Z 2022-12-01T11:12:27.8121883Z [----------] 4 tests from Conv 2022-12-01T11:12:27.8122302Z [ RUN ] Conv.DepthwiseConv2D 2022-12-01T11:12:28.0821982Z [ OK ] Conv.DepthwiseConv2D (269 ms) 2022-12-01T11:12:28.0822508Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-12-01T11:12:28.3370930Z [ OK ] Conv.DepthwiseConv2DNoBias (254 ms) 2022-12-01T11:12:28.3371592Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-12-01T11:12:28.5341607Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (197 ms) 2022-12-01T11:12:28.5342239Z [ RUN ] Conv.Conv2D 2022-12-01T11:12:29.4796095Z [ OK ] Conv.Conv2D (945 ms) 2022-12-01T11:12:29.4797591Z [----------] 4 tests from Conv (1667 ms total) 2022-12-01T11:12:29.4798002Z 2022-12-01T11:12:29.4798289Z [----------] 28 tests from CppPrinter 2022-12-01T11:12:29.4798697Z [ RUN ] CppPrinter.IntImm 2022-12-01T11:12:29.4799137Z [ OK ] CppPrinter.IntImm (0 ms) 2022-12-01T11:12:29.4799550Z [ RUN ] CppPrinter.FloatImm 2022-12-01T11:12:29.4800072Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-12-01T11:12:29.4800572Z [ RUN ] CppPrinter.FloatImm1 2022-12-01T11:12:29.4801035Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-12-01T11:12:29.4801556Z [ RUN ] CppPrinter.DoubleImm 2022-12-01T11:12:29.4801979Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-12-01T11:12:29.4802361Z [ RUN ] CppPrinter.DoubleImm1 2022-12-01T11:12:29.4802722Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-12-01T11:12:29.4803057Z [ RUN ] CppPrinter.HalfImm 2022-12-01T11:12:29.4803339Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-12-01T11:12:29.4803606Z [ RUN ] CppPrinter.Add 2022-12-01T11:12:29.4803852Z [ OK ] CppPrinter.Add (0 ms) 2022-12-01T11:12:29.4804120Z [ RUN ] CppPrinter.AddExpr1 2022-12-01T11:12:29.4804404Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-12-01T11:12:29.4804679Z [ RUN ] CppPrinter.AddExpr2 2022-12-01T11:12:29.4804990Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-12-01T11:12:29.4805315Z [ RUN ] CppPrinter.AddExpr3 2022-12-01T11:12:29.4805598Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-12-01T11:12:29.4805844Z [ RUN ] CppPrinter.Mod 2022-12-01T11:12:29.4806104Z [ OK ] CppPrinter.Mod (0 ms) 2022-12-01T11:12:29.4806369Z [ RUN ] CppPrinter.ModFloat 2022-12-01T11:12:29.4806631Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-12-01T11:12:29.4806892Z [ RUN ] CppPrinter.Max 2022-12-01T11:12:29.4807151Z [ OK ] CppPrinter.Max (0 ms) 2022-12-01T11:12:29.4807403Z [ RUN ] CppPrinter.MaxFloat 2022-12-01T11:12:29.4807680Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-12-01T11:12:29.4807950Z [ RUN ] CppPrinter.MaxHalf 2022-12-01T11:12:29.4808209Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-12-01T11:12:29.4808466Z [ RUN ] CppPrinter.And 2022-12-01T11:12:29.4808730Z [ OK ] CppPrinter.And (0 ms) 2022-12-01T11:12:29.4809012Z [ RUN ] CppPrinter.CompareSelect 2022-12-01T11:12:29.4809300Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-12-01T11:12:29.4809592Z [ RUN ] CppPrinter.IfThenElse 2022-12-01T11:12:29.4809882Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-12-01T11:12:29.4810159Z [ RUN ] CppPrinter.AllocateFree 2022-12-01T11:12:29.4810459Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-12-01T11:12:29.4810760Z [ RUN ] CppPrinter.LoadStore 2022-12-01T11:12:29.4811197Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-12-01T11:12:29.4811462Z [ RUN ] CppPrinter.Var 2022-12-01T11:12:29.4811721Z [ OK ] CppPrinter.Var (0 ms) 2022-12-01T11:12:29.4811974Z [ RUN ] CppPrinter.Cast 2022-12-01T11:12:29.4812224Z [ OK ] CppPrinter.Cast (0 ms) 2022-12-01T11:12:29.4812486Z [ RUN ] CppPrinter.BitCast 2022-12-01T11:12:29.4812761Z [ OK ] CppPrinter.BitCast (0 ms) 2022-12-01T11:12:29.4813007Z [ RUN ] CppPrinter.Let 2022-12-01T11:12:29.4813269Z [ OK ] CppPrinter.Let (0 ms) 2022-12-01T11:12:29.4813523Z [ RUN ] CppPrinter.For 2022-12-01T11:12:29.4813765Z [ OK ] CppPrinter.For (0 ms) 2022-12-01T11:12:29.4814016Z [ RUN ] CppPrinter.Cond 2022-12-01T11:12:29.4814279Z [ OK ] CppPrinter.Cond (0 ms) 2022-12-01T11:12:29.4814662Z [ RUN ] CppPrinter.Intrinsics 2022-12-01T11:12:29.4814952Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-12-01T11:12:29.4815241Z [ RUN ] CppPrinter.ExternalCall 2022-12-01T11:12:29.4815523Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-12-01T11:12:29.4815849Z [----------] 28 tests from CppPrinter (0 ms total) 2022-12-01T11:12:29.4816002Z 2022-12-01T11:12:29.4816152Z [----------] 8 tests from DynamicShapes 2022-12-01T11:12:29.4816441Z [ RUN ] DynamicShapes.SimpleGraph 2022-12-01T11:12:29.5659866Z [ OK ] DynamicShapes.SimpleGraph (85 ms) 2022-12-01T11:12:29.5660230Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-12-01T11:12:29.6413531Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (75 ms) 2022-12-01T11:12:29.6413934Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-12-01T11:12:29.7138216Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (72 ms) 2022-12-01T11:12:29.7138646Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-12-01T11:12:29.7544259Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (40 ms) 2022-12-01T11:12:29.7544800Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-12-01T11:12:29.9220520Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (167 ms) 2022-12-01T11:12:29.9220913Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-12-01T11:12:30.3626158Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (440 ms) 2022-12-01T11:12:30.3626579Z [ RUN ] DynamicShapes.GraphFromModel 2022-12-01T11:12:30.7404335Z [ OK ] DynamicShapes.GraphFromModel (377 ms) 2022-12-01T11:12:30.7404727Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-12-01T11:12:30.8160941Z [ OK ] DynamicShapes.MultiThreadedExecution (75 ms) 2022-12-01T11:12:30.8161652Z [----------] 8 tests from DynamicShapes (1335 ms total) 2022-12-01T11:12:30.8161937Z 2022-12-01T11:12:30.8162194Z [----------] 30 tests from Expr 2022-12-01T11:12:30.8162592Z [ RUN ] Expr.BasicValueTest 2022-12-01T11:12:30.8163038Z [ OK ] Expr.BasicValueTest (0 ms) 2022-12-01T11:12:30.8163341Z [ RUN ] Expr.BasicValueTest02 2022-12-01T11:12:30.8163631Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-12-01T11:12:30.8163939Z [ RUN ] Expr.IsChannelsLastContiguous 2022-12-01T11:12:30.8164261Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-12-01T11:12:30.8164530Z [ RUN ] Expr.LetTest01 2022-12-01T11:12:30.8164786Z [ OK ] Expr.LetTest01 (0 ms) 2022-12-01T11:12:30.8165033Z [ RUN ] Expr.LetTest02 2022-12-01T11:12:30.8165272Z [ OK ] Expr.LetTest02 (0 ms) 2022-12-01T11:12:30.8165531Z [ RUN ] Expr.LetStmtTest01 2022-12-01T11:12:30.8165807Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-12-01T11:12:30.8166046Z [ RUN ] Expr.IntTest 2022-12-01T11:12:30.8166506Z [ OK ] Expr.IntTest (0 ms) 2022-12-01T11:12:30.8166751Z [ RUN ] Expr.FloatTest 2022-12-01T11:12:30.8174141Z [ OK ] Expr.FloatTest (1 ms) 2022-12-01T11:12:30.8174928Z [ RUN ] Expr.ByteTest 2022-12-01T11:12:30.8175618Z [ OK ] Expr.ByteTest (0 ms) 2022-12-01T11:12:30.8176094Z [ RUN ] Expr.CharTest 2022-12-01T11:12:30.8176516Z [ OK ] Expr.CharTest (0 ms) 2022-12-01T11:12:30.8176939Z [ RUN ] Expr.ShortTest 2022-12-01T11:12:30.8177407Z [ OK ] Expr.ShortTest (0 ms) 2022-12-01T11:12:30.8177839Z [ RUN ] Expr.LongTest 2022-12-01T11:12:30.8178298Z [ OK ] Expr.LongTest (0 ms) 2022-12-01T11:12:30.8178740Z [ RUN ] Expr.HalfTest 2022-12-01T11:12:30.8179176Z [ OK ] Expr.HalfTest (0 ms) 2022-12-01T11:12:30.8179819Z [ RUN ] Expr.DoubleTest 2022-12-01T11:12:30.8180306Z [ OK ] Expr.DoubleTest (0 ms) 2022-12-01T11:12:30.8180747Z [ RUN ] Expr.VectorAdd01 2022-12-01T11:12:30.8192318Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-12-01T11:12:30.8192810Z [ RUN ] Expr.CompareSelectEQ 2022-12-01T11:12:30.8230107Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-12-01T11:12:30.8230653Z [ RUN ] Expr.CompareSelectDtypes 2022-12-01T11:12:30.8267899Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-12-01T11:12:30.8268439Z [ RUN ] Expr.IntrinsicsDtypes 2022-12-01T11:12:30.8275160Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-12-01T11:12:30.8275518Z [ RUN ] Expr.Substitute01 2022-12-01T11:12:30.8275783Z [ OK ] Expr.Substitute01 (0 ms) 2022-12-01T11:12:30.8276038Z [ RUN ] Expr.Math01 2022-12-01T11:12:30.8276282Z [ OK ] Expr.Math01 (0 ms) 2022-12-01T11:12:30.8276580Z [ RUN ] Expr.UnaryMath01 2022-12-01T11:12:30.8277598Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-12-01T11:12:30.8277921Z [ RUN ] Expr.BinaryMath01 2022-12-01T11:12:30.8278283Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-12-01T11:12:30.8278649Z [ RUN ] Expr.LogicalOps01 2022-12-01T11:12:30.8279289Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-12-01T11:12:30.8279604Z [ RUN ] Expr.LogicalOps02 2022-12-01T11:12:30.8279876Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-12-01T11:12:30.8280120Z [ RUN ] Expr.LogicalOps03 2022-12-01T11:12:30.8281261Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-12-01T11:12:30.8281575Z [ RUN ] Expr.BitwiseOps 2022-12-01T11:12:30.8281873Z [ OK ] Expr.BitwiseOps (0 ms) 2022-12-01T11:12:30.8282191Z [ RUN ] Expr.DynamicShapeAdd 2022-12-01T11:12:30.8284577Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-12-01T11:12:30.8284872Z [ RUN ] Expr.OutOfBounds 2022-12-01T11:12:30.8308720Z [ OK ] Expr.OutOfBounds (2 ms) 2022-12-01T11:12:30.8309006Z [ RUN ] Expr.OutOfBounds2d 2022-12-01T11:12:30.8316640Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-12-01T11:12:30.8316942Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-12-01T11:12:30.8321702Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-12-01T11:12:30.8322317Z [----------] 30 tests from Expr (16 ms total) 2022-12-01T11:12:30.8322542Z 2022-12-01T11:12:30.8322681Z [----------] 16 tests from ExternalCall 2022-12-01T11:12:30.8322964Z [ RUN ] ExternalCall.Conv1d_float 2022-12-01T11:12:30.8606577Z [ OK ] ExternalCall.Conv1d_float (28 ms) 2022-12-01T11:12:30.8607162Z [ RUN ] ExternalCall.Conv1d_int 2022-12-01T11:12:30.8899565Z [ OK ] ExternalCall.Conv1d_int (29 ms) 2022-12-01T11:12:30.8900091Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-12-01T11:12:30.9149841Z [ OK ] ExternalCall.Conv1d_nobias_noargs (24 ms) 2022-12-01T11:12:30.9150437Z [ RUN ] ExternalCall.Conv2d_float 2022-12-01T11:12:30.9472800Z [ OK ] ExternalCall.Conv2d_float (32 ms) 2022-12-01T11:12:30.9473449Z [ RUN ] ExternalCall.Conv2d_int 2022-12-01T11:12:30.9867082Z [ OK ] ExternalCall.Conv2d_int (39 ms) 2022-12-01T11:12:30.9867699Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-12-01T11:12:31.0148862Z [ OK ] ExternalCall.Conv2d_nobias_noargs (28 ms) 2022-12-01T11:12:31.0149565Z [ RUN ] ExternalCall.Addmm_float 2022-12-01T11:12:31.0409994Z [ OK ] ExternalCall.Addmm_float (26 ms) 2022-12-01T11:12:31.0410468Z [ RUN ] ExternalCall.Embedding 2022-12-01T11:12:31.0666985Z [ OK ] ExternalCall.Embedding (25 ms) 2022-12-01T11:12:31.0667963Z [ RUN ] ExternalCall.MaxReduction 2022-12-01T11:12:31.0902792Z [ OK ] ExternalCall.MaxReduction (23 ms) 2022-12-01T11:12:31.0904239Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-12-01T11:12:31.1615694Z [ OK ] ExternalCall.Prepacked_Linear_float (71 ms) 2022-12-01T11:12:31.1619659Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-12-01T11:12:31.2214211Z [ OK ] ExternalCall.Prepacked_Conv2d_float (59 ms) 2022-12-01T11:12:31.2217964Z [ RUN ] ExternalCall.BinaryFloat 2022-12-01T11:12:31.2973684Z [ OK ] ExternalCall.BinaryFloat (75 ms) 2022-12-01T11:12:31.3453596Z [ RUN ] ExternalCall.UnaryFloat 2022-12-01T11:12:31.3454103Z [ OK ] ExternalCall.UnaryFloat (48 ms) 2022-12-01T11:12:31.3454653Z [ RUN ] ExternalCall.ComputeInterop 2022-12-01T11:12:32.4309854Z [ OK ] ExternalCall.ComputeInterop (1085 ms) 2022-12-01T11:12:32.4310462Z [ RUN ] ExternalCall.Inlining 2022-12-01T11:12:32.5048076Z [ OK ] ExternalCall.Inlining (73 ms) 2022-12-01T11:12:32.6565187Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-12-01T11:12:32.6565856Z [ OK ] ExternalCall.JitCustomFusionOp (151 ms) 2022-12-01T11:12:32.6566501Z [----------] 16 tests from ExternalCall (1824 ms total) 2022-12-01T11:12:32.6566786Z 2022-12-01T11:12:32.6567045Z [----------] 8 tests from GraphOpt 2022-12-01T11:12:32.6567540Z [ RUN ] GraphOpt.OptimizeCat 2022-12-01T11:12:32.6896680Z [ OK ] GraphOpt.OptimizeCat (33 ms) 2022-12-01T11:12:32.6897225Z [ RUN ] GraphOpt.OptimizeCat2 2022-12-01T11:12:32.7262605Z [ OK ] GraphOpt.OptimizeCat2 (36 ms) 2022-12-01T11:12:32.7263202Z [ RUN ] GraphOpt.OptimizeCat3 2022-12-01T11:12:32.7685339Z [ OK ] GraphOpt.OptimizeCat3 (42 ms) 2022-12-01T11:12:32.7686062Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-12-01T11:12:32.8017881Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (33 ms) 2022-12-01T11:12:32.8640614Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-12-01T11:12:32.8641070Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (62 ms) 2022-12-01T11:12:32.8641502Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-12-01T11:12:32.9024765Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (38 ms) 2022-12-01T11:12:32.9025446Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-12-01T11:12:32.9435711Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (40 ms) 2022-12-01T11:12:32.9436310Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-12-01T11:12:32.9436666Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-12-01T11:12:32.9436984Z [----------] 8 tests from GraphOpt (287 ms total) 2022-12-01T11:12:32.9437133Z 2022-12-01T11:12:32.9437288Z [----------] 4 tests from IRPrinter 2022-12-01T11:12:32.9437827Z [ RUN ] IRPrinter.BasicValueTest 2022-12-01T11:12:32.9438135Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-12-01T11:12:32.9438527Z [ RUN ] IRPrinter.BasicValueTest02 2022-12-01T11:12:32.9438848Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-12-01T11:12:32.9439130Z [ RUN ] IRPrinter.CastTest 2022-12-01T11:12:32.9439387Z [ OK ] IRPrinter.CastTest (0 ms) 2022-12-01T11:12:32.9439767Z [ RUN ] IRPrinter.FunctionName 2022-12-01T11:12:32.9440321Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-12-01T11:12:32.9440715Z [----------] 4 tests from IRPrinter (0 ms total) 2022-12-01T11:12:32.9440861Z 2022-12-01T11:12:32.9441001Z [----------] 8 tests from IRVerifier 2022-12-01T11:12:32.9441273Z [ RUN ] IRVerifier.BitwiseOps 2022-12-01T11:12:32.9456134Z [ OK ] IRVerifier.BitwiseOps (1 ms) 2022-12-01T11:12:32.9456664Z [ RUN ] IRVerifier.CompareSelect 2022-12-01T11:12:32.9457218Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-12-01T11:12:32.9457609Z [ RUN ] IRVerifier.Ramp 2022-12-01T11:12:32.9457860Z [ OK ] IRVerifier.Ramp (0 ms) 2022-12-01T11:12:32.9458118Z [ RUN ] IRVerifier.Load 2022-12-01T11:12:32.9458502Z [ OK ] IRVerifier.Load (0 ms) 2022-12-01T11:12:32.9459004Z [ RUN ] IRVerifier.IfThenElse 2022-12-01T11:12:32.9459388Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-12-01T11:12:32.9459647Z [ RUN ] IRVerifier.For 2022-12-01T11:12:32.9459905Z [ OK ] IRVerifier.For (0 ms) 2022-12-01T11:12:32.9460144Z [ RUN ] IRVerifier.Block 2022-12-01T11:12:32.9460408Z [ OK ] IRVerifier.Block (0 ms) 2022-12-01T11:12:32.9460659Z [ RUN ] IRVerifier.Store 2022-12-01T11:12:32.9460908Z [ OK ] IRVerifier.Store (0 ms) 2022-12-01T11:12:32.9461204Z [----------] 8 tests from IRVerifier (1 ms total) 2022-12-01T11:12:32.9461357Z 2022-12-01T11:12:32.9461499Z [----------] 37 tests from Kernel 2022-12-01T11:12:32.9461793Z [ RUN ] Kernel.ParallelExternalCallBuf 2022-12-01T11:12:33.0035427Z [ OK ] Kernel.ParallelExternalCallBuf (57 ms) 2022-12-01T11:12:33.0035784Z [ RUN ] Kernel.InliningIntermediates 2022-12-01T11:12:33.0712310Z [ OK ] Kernel.InliningIntermediates (67 ms) 2022-12-01T11:12:33.0712664Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-12-01T11:12:33.1831995Z [ OK ] Kernel.PreAllocIntermediateBufs (111 ms) 2022-12-01T11:12:33.1832356Z [ RUN ] Kernel._1 2022-12-01T11:12:33.2127827Z [ OK ] Kernel._1 (29 ms) 2022-12-01T11:12:33.2128082Z [ RUN ] Kernel._2 2022-12-01T11:12:33.2447046Z [ OK ] Kernel._2 (31 ms) 2022-12-01T11:12:33.2447312Z [ RUN ] Kernel._3 2022-12-01T11:12:33.2773878Z [ OK ] Kernel._3 (32 ms) 2022-12-01T11:12:33.2774157Z [ RUN ] Kernel.Huge 2022-12-01T11:12:33.3029077Z [ OK ] Kernel.Huge (25 ms) 2022-12-01T11:12:33.3029451Z [ RUN ] Kernel.ParallelStrided 2022-12-01T11:12:33.4177176Z [ OK ] Kernel.ParallelStrided (114 ms) 2022-12-01T11:12:33.4177816Z [ RUN ] Kernel.CatInputTypesPromotion 2022-12-01T11:12:33.5123567Z [ OK ] Kernel.CatInputTypesPromotion (94 ms) 2022-12-01T11:12:33.5124118Z [ RUN ] Kernel.ToDType 2022-12-01T11:12:33.5407892Z [ OK ] Kernel.ToDType (28 ms) 2022-12-01T11:12:33.5408495Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-12-01T11:12:33.5692452Z [ OK ] Kernel.CatAndInlineWithAConstantDim (28 ms) 2022-12-01T11:12:33.5693055Z [ RUN ] Kernel.CatWithEmptyInputs 2022-12-01T11:12:33.6397922Z [ OK ] Kernel.CatWithEmptyInputs (70 ms) 2022-12-01T11:12:33.6398687Z [ RUN ] Kernel.CatWoConditionals 2022-12-01T11:12:33.7134200Z [ OK ] Kernel.CatWoConditionals (73 ms) 2022-12-01T11:12:33.7134726Z [ RUN ] Kernel.OptimizeConditionals 2022-12-01T11:12:33.8085838Z [ OK ] Kernel.OptimizeConditionals (95 ms) 2022-12-01T11:12:33.8086372Z [ RUN ] Kernel.SumAllAxes 2022-12-01T11:12:33.8590796Z [ OK ] Kernel.SumAllAxes (50 ms) 2022-12-01T11:12:33.8591326Z [ RUN ] Kernel.SumOneAxis 2022-12-01T11:12:34.2724720Z [ OK ] Kernel.SumOneAxis (413 ms) 2022-12-01T11:12:34.2725114Z [ RUN ] Kernel.SumMultipleAxes 2022-12-01T11:12:34.7096567Z [ OK ] Kernel.SumMultipleAxes (437 ms) 2022-12-01T11:12:34.7097115Z [ RUN ] Kernel.Softmax2D 2022-12-01T11:12:35.1592627Z [ OK ] Kernel.Softmax2D (449 ms) 2022-12-01T11:12:35.1593487Z [ RUN ] Kernel.Softmax3D 2022-12-01T11:12:36.0337145Z [ OK ] Kernel.Softmax3D (874 ms) 2022-12-01T11:12:36.0337474Z [ RUN ] Kernel.Softmax4D 2022-12-01T11:12:37.1697732Z [ OK ] Kernel.Softmax4D (1136 ms) 2022-12-01T11:12:37.1698041Z [ RUN ] Kernel.SignTest 2022-12-01T11:12:37.2405328Z [ OK ] Kernel.SignTest (70 ms) 2022-12-01T11:12:37.2405652Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-12-01T11:12:37.2704543Z [ OK ] Kernel.InlineProducerIntoReduction (29 ms) 2022-12-01T11:12:37.2704932Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-12-01T11:12:37.3063808Z [ OK ] Kernel.InlineReductionIntoConsumer (35 ms) 2022-12-01T11:12:37.3064126Z [ RUN ] Kernel.ConstantTensors 2022-12-01T11:12:37.3471288Z [ OK ] Kernel.ConstantTensors (40 ms) 2022-12-01T11:12:37.3471650Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-12-01T11:12:37.3880854Z [ OK ] Kernel.ConstantTensorsNonContiguous (40 ms) 2022-12-01T11:12:37.3881191Z [ RUN ] Kernel.RunFast 2022-12-01T11:12:37.4201481Z [ OK ] Kernel.RunFast (32 ms) 2022-12-01T11:12:37.4201821Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-12-01T11:12:37.4525370Z [ OK ] Kernel.RunWithAllocatedOutputs (32 ms) 2022-12-01T11:12:37.4525865Z [ RUN ] Kernel.CodegenInspection 2022-12-01T11:12:37.4923578Z [ OK ] Kernel.CodegenInspection (39 ms) 2022-12-01T11:12:37.4923911Z [ RUN ] Kernel.CustomLowering 2022-12-01T11:12:37.5169653Z [ OK ] Kernel.CustomLowering (24 ms) 2022-12-01T11:12:37.5169945Z [ RUN ] Kernel.Vectorize 2022-12-01T11:12:37.5480798Z [ OK ] Kernel.Vectorize (31 ms) 2022-12-01T11:12:37.5481104Z [ RUN ] Kernel.Strided1dWithinBounds 2022-12-01T11:12:37.5716695Z [ OK ] Kernel.Strided1dWithinBounds (23 ms) 2022-12-01T11:12:37.5717026Z [ RUN ] Kernel.InputAsOutput 2022-12-01T11:12:37.6063555Z [ OK ] Kernel.InputAsOutput (34 ms) 2022-12-01T11:12:37.6063834Z [ RUN ] Kernel.ScalarOut 2022-12-01T11:12:37.6271644Z [ OK ] Kernel.ScalarOut (20 ms) 2022-12-01T11:12:37.6271939Z [ RUN ] Kernel.ScalarTensorOut 2022-12-01T11:12:37.6535975Z [ OK ] Kernel.ScalarTensorOut (26 ms) 2022-12-01T11:12:37.6536303Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-12-01T11:12:38.0964859Z [ OK ] Kernel.FuseLoopsWithVariableBounds (442 ms) 2022-12-01T11:12:38.5991977Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-12-01T11:12:38.5992408Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (502 ms) 2022-12-01T11:12:38.5992816Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-12-01T11:12:38.9269863Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (327 ms) 2022-12-01T11:12:38.9270300Z [----------] 37 tests from Kernel (5980 ms total) 2022-12-01T11:12:38.9270651Z 2022-12-01T11:12:38.9270808Z [----------] 174 tests from LoopNest 2022-12-01T11:12:38.9271075Z [ RUN ] LoopNest.ExprSimple01 2022-12-01T11:12:38.9287811Z [ OK ] LoopNest.ExprSimple01 (1 ms) 2022-12-01T11:12:38.9288265Z [ RUN ] LoopNest.ExprLower01 2022-12-01T11:12:38.9288750Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-12-01T11:12:38.9289220Z [ RUN ] LoopNest.ExprSimple02 2022-12-01T11:12:38.9309913Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-12-01T11:12:38.9310514Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-12-01T11:12:38.9312371Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-12-01T11:12:38.9312980Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-12-01T11:12:38.9315582Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-12-01T11:12:38.9316121Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-12-01T11:12:38.9316664Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-12-01T11:12:38.9317237Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-12-01T11:12:38.9317705Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-12-01T11:12:38.9318070Z [ RUN ] LoopNest.ExprSliceHead 2022-12-01T11:12:38.9318370Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-12-01T11:12:38.9318706Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-12-01T11:12:38.9320039Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-12-01T11:12:38.9320629Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-12-01T11:12:38.9321101Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-12-01T11:12:38.9321566Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-12-01T11:12:38.9322031Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-12-01T11:12:38.9322556Z [ RUN ] LoopNest.ExprSliceTail 2022-12-01T11:12:38.9322943Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-12-01T11:12:38.9323250Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-12-01T11:12:38.9329377Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-12-01T11:12:38.9329772Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-12-01T11:12:38.9331683Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-12-01T11:12:38.9332098Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-12-01T11:12:38.9346976Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-12-01T11:12:38.9347396Z [ RUN ] LoopNest.ExprSplitWithTail 2022-12-01T11:12:38.9353806Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-12-01T11:12:38.9354196Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-12-01T11:12:38.9366534Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-12-01T11:12:38.9366935Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-12-01T11:12:38.9394582Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-12-01T11:12:38.9395242Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-12-01T11:12:38.9399767Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-12-01T11:12:38.9400347Z [ RUN ] LoopNest.getLoopAt 2022-12-01T11:12:38.9400619Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-12-01T11:12:38.9400891Z [ RUN ] LoopNest.TileSimple 2022-12-01T11:12:39.0274747Z [ OK ] LoopNest.TileSimple (87 ms) 2022-12-01T11:12:39.0275078Z [ RUN ] LoopNest.TileWithTails 2022-12-01T11:12:39.1145949Z [ OK ] LoopNest.TileWithTails (87 ms) 2022-12-01T11:12:39.1146452Z [ RUN ] LoopNest.TileInMiddle 2022-12-01T11:12:39.2554880Z [ OK ] LoopNest.TileInMiddle (140 ms) 2022-12-01T11:12:39.2555850Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-12-01T11:12:39.2556558Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-12-01T11:12:39.2557090Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-12-01T11:12:39.2557448Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-12-01T11:12:39.2557808Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-12-01T11:12:39.2573727Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (1 ms) 2022-12-01T11:12:39.2574507Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-12-01T11:12:39.2649208Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-12-01T11:12:39.2649814Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-12-01T11:12:39.2769119Z [ OK ] LoopNest.ScheduleInlineSimple (11 ms) 2022-12-01T11:12:39.2769835Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-12-01T11:12:39.3323504Z [ OK ] LoopNest.ScheduleInlineFunc01 (55 ms) 2022-12-01T11:12:39.3324064Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-12-01T11:12:39.3326529Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-12-01T11:12:39.3327129Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-12-01T11:12:39.3330296Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-12-01T11:12:39.3330927Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-12-01T11:12:39.3333178Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-12-01T11:12:39.3333793Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-12-01T11:12:39.3423231Z [ OK ] LoopNest.ScheduleInlineIntrinsics (8 ms) 2022-12-01T11:12:39.3423851Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-12-01T11:12:39.3425924Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-12-01T11:12:39.3426554Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-12-01T11:12:39.3428100Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-12-01T11:12:39.3428712Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-12-01T11:12:39.3432125Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-12-01T11:12:39.3432755Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-12-01T11:12:39.3434254Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-12-01T11:12:39.3434864Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-12-01T11:12:39.3437907Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-12-01T11:12:39.3438532Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-12-01T11:12:39.3445484Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-12-01T11:12:39.3446096Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-12-01T11:12:39.3447758Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-12-01T11:12:39.3448386Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-12-01T11:12:39.3452768Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-12-01T11:12:39.3453379Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-12-01T11:12:39.3457477Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-12-01T11:12:39.3458114Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-12-01T11:12:39.3462714Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-12-01T11:12:39.3463356Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-12-01T11:12:39.3465644Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-12-01T11:12:39.3466177Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-12-01T11:12:39.3470086Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-12-01T11:12:39.3470909Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-12-01T11:12:39.3471612Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-12-01T11:12:39.3472178Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-12-01T11:12:39.3473006Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-12-01T11:12:39.3473775Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-12-01T11:12:39.3474212Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-12-01T11:12:39.3474556Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-12-01T11:12:39.3521931Z [ OK ] LoopNest.ScheduleFuserStyle (4 ms) 2022-12-01T11:12:39.3522442Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-12-01T11:12:39.3579916Z [ OK ] LoopNest.ScheduleFuserThreeArg (5 ms) 2022-12-01T11:12:39.3580645Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-12-01T11:12:39.3684438Z [ OK ] LoopNest.ScheduleDynamicShape2D (10 ms) 2022-12-01T11:12:39.3685060Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-12-01T11:12:39.3692752Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-12-01T11:12:39.3693345Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-12-01T11:12:39.4173696Z [ OK ] LoopNest.LoopNestComputeAt_2 (47 ms) 2022-12-01T11:12:39.4174026Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-12-01T11:12:39.4652769Z [ OK ] LoopNest.LoopNestComputeAt_3 (47 ms) 2022-12-01T11:12:39.4653105Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-12-01T11:12:39.5449010Z [ OK ] LoopNest.Reduce2dComputeAt (79 ms) 2022-12-01T11:12:39.5449371Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-12-01T11:12:39.5451911Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-12-01T11:12:39.5452329Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-12-01T11:12:39.5461523Z [ OK ] LoopNest.LoopNestReorderPartialAxes (0 ms) 2022-12-01T11:12:39.5461925Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-12-01T11:12:39.5470708Z [ OK ] LoopNest.LoopNestReorderInternalAxis (0 ms) 2022-12-01T11:12:39.5471142Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-12-01T11:12:39.5479947Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (0 ms) 2022-12-01T11:12:39.5480375Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-12-01T11:12:39.5481003Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-12-01T11:12:39.5481367Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-12-01T11:12:39.5495124Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-12-01T11:12:39.5495537Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-12-01T11:12:39.6036522Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (53 ms) 2022-12-01T11:12:39.6036971Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-12-01T11:12:39.6574290Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (53 ms) 2022-12-01T11:12:39.6574807Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-12-01T11:12:39.7255880Z [ OK ] LoopNest.LoopNestReorderLongStringFull (68 ms) 2022-12-01T11:12:39.7256264Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-12-01T11:12:39.7369281Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-12-01T11:12:39.7369818Z [ RUN ] LoopNest.OuterLoopVectorization 2022-12-01T11:12:39.7370413Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-12-01T11:12:39.7370793Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-12-01T11:12:39.7373045Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-12-01T11:12:39.7373462Z [ RUN ] LoopNest.Unroll 2022-12-01T11:12:39.7373954Z [ OK ] LoopNest.Unroll (0 ms) 2022-12-01T11:12:39.7374223Z [ RUN ] LoopNest.UnrollOuter 2022-12-01T11:12:39.7375923Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-12-01T11:12:39.7376263Z [ RUN ] LoopNest.UnrollInner 2022-12-01T11:12:39.7377315Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-12-01T11:12:39.7377800Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-12-01T11:12:39.7378394Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-12-01T11:12:39.7379024Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-12-01T11:12:39.7379825Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-12-01T11:12:39.7380431Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-12-01T11:12:39.7394000Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-12-01T11:12:39.7394796Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-12-01T11:12:39.7395457Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (0 ms) 2022-12-01T11:12:39.7395817Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-12-01T11:12:39.7398100Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-12-01T11:12:39.7398684Z [ RUN ] LoopNest.UnrollEmpty 2022-12-01T11:12:39.7399033Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-12-01T11:12:39.7399509Z [ RUN ] LoopNest.NoUnroll 2022-12-01T11:12:39.7399920Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-12-01T11:12:39.7400198Z [ RUN ] LoopNest.UnrollWithLet 2022-12-01T11:12:39.7401484Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-12-01T11:12:39.7401957Z [ RUN ] LoopNest.IsNormalized 2022-12-01T11:12:39.7402465Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-12-01T11:12:39.7402780Z [ RUN ] LoopNest.NormalizeStartPositive 2022-12-01T11:12:39.7404772Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-12-01T11:12:39.7405382Z [ RUN ] LoopNest.NormalizeStartNegative 2022-12-01T11:12:39.7408101Z [ OK ] LoopNest.NormalizeStartNegative (0 ms) 2022-12-01T11:12:39.7408469Z [ RUN ] LoopNest.NormalizeStartZero 2022-12-01T11:12:39.7408780Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-12-01T11:12:39.7409106Z [ RUN ] LoopNest.NormalizeStartVariable 2022-12-01T11:12:39.7411456Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-12-01T11:12:39.7412094Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-12-01T11:12:39.7413572Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-12-01T11:12:39.7414216Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-12-01T11:12:39.7417243Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-12-01T11:12:39.7417903Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-12-01T11:12:39.7421732Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-12-01T11:12:39.7422399Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-12-01T11:12:39.7427482Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-12-01T11:12:39.7428128Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-12-01T11:12:39.7437603Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (1 ms) 2022-12-01T11:12:39.7438242Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-12-01T11:12:39.7519342Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (8 ms) 2022-12-01T11:12:39.7519998Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-12-01T11:12:39.7545432Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-12-01T11:12:39.7546228Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-12-01T11:12:39.7557856Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-12-01T11:12:39.7558848Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-12-01T11:12:39.7559352Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-12-01T11:12:39.7559726Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-12-01T11:12:39.7560252Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-12-01T11:12:39.7560633Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-12-01T11:12:39.7561041Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-12-01T11:12:39.7561521Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-12-01T11:12:39.7561989Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-12-01T11:12:39.7562342Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-12-01T11:12:39.7562696Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-12-01T11:12:39.7563091Z [ RUN ] LoopNest.CacheReadsSimple 2022-12-01T11:12:39.7928518Z [ OK ] LoopNest.CacheReadsSimple (35 ms) 2022-12-01T11:12:39.7929000Z [ RUN ] LoopNest.CacheReadsOuter 2022-12-01T11:12:39.8299265Z [ OK ] LoopNest.CacheReadsOuter (38 ms) 2022-12-01T11:12:39.8299573Z [ RUN ] LoopNest.CacheReadsInternal 2022-12-01T11:12:39.8708629Z [ OK ] LoopNest.CacheReadsInternal (40 ms) 2022-12-01T11:12:39.8708949Z [ RUN ] LoopNest.CacheReadsInner 2022-12-01T11:12:39.9348576Z [ OK ] LoopNest.CacheReadsInner (63 ms) 2022-12-01T11:12:39.9348888Z [ RUN ] LoopNest.CacheWritesSimple 2022-12-01T11:12:40.0072252Z [ OK ] LoopNest.CacheWritesSimple (72 ms) 2022-12-01T11:12:40.0072871Z [ RUN ] LoopNest.DeadStoreElimination 2022-12-01T11:12:40.0085540Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-12-01T11:12:40.0086257Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-12-01T11:12:40.0098068Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-12-01T11:12:40.0098622Z [ RUN ] LoopNest.CompoundTensorSimple 2022-12-01T11:12:40.0110522Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-12-01T11:12:40.0111078Z [ RUN ] LoopNest.InlineConstantIndex 2022-12-01T11:12:40.0113720Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-12-01T11:12:40.0114305Z [ RUN ] LoopNest.CompoundTensorUsed 2022-12-01T11:12:40.0135850Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-12-01T11:12:40.0136399Z [ RUN ] LoopNest.InlineFromLoad 2022-12-01T11:12:40.0136891Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-12-01T11:12:40.0137319Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-12-01T11:12:40.0138033Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-12-01T11:12:40.0138725Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-12-01T11:12:40.0140266Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-12-01T11:12:40.0140677Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-12-01T11:12:40.0142933Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-12-01T11:12:40.0143377Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-12-01T11:12:40.0147664Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-12-01T11:12:40.0148088Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-12-01T11:12:40.0150715Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-12-01T11:12:40.0151140Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-12-01T11:12:40.0153611Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-12-01T11:12:40.0154061Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-12-01T11:12:40.0156396Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-12-01T11:12:40.0156850Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-12-01T11:12:40.0159459Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-12-01T11:12:40.0159874Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-12-01T11:12:40.0162540Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-12-01T11:12:40.0163013Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-12-01T11:12:40.0165289Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-12-01T11:12:40.0165769Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-12-01T11:12:40.0167896Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-12-01T11:12:40.0168561Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-12-01T11:12:40.0169517Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-12-01T11:12:40.0169971Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-12-01T11:12:40.1583259Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (141 ms) 2022-12-01T11:12:40.1583678Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-12-01T11:12:40.2693332Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (110 ms) 2022-12-01T11:12:40.2693724Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-12-01T11:12:40.4095792Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (140 ms) 2022-12-01T11:12:40.4096193Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-12-01T11:12:40.5347148Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (125 ms) 2022-12-01T11:12:40.5347801Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-12-01T11:12:40.5349516Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-12-01T11:12:40.5350097Z [ RUN ] LoopNest.VectorizeUse 2022-12-01T11:12:40.5350820Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-12-01T11:12:40.5351327Z [ RUN ] LoopNest.Int64Direct 2022-12-01T11:12:40.5363759Z [ OK ] LoopNest.Int64Direct (1 ms) 2022-12-01T11:12:40.5364278Z [ RUN ] LoopNest.Int64Compute 2022-12-01T11:12:40.5364806Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-12-01T11:12:40.5365390Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-12-01T11:12:40.5366123Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-12-01T11:12:40.5366793Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-12-01T11:12:40.5367340Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-12-01T11:12:40.5367728Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-12-01T11:12:40.5381256Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (1 ms) 2022-12-01T11:12:40.5381887Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-12-01T11:12:40.5382267Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-12-01T11:12:40.5382745Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-12-01T11:12:40.5383305Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-12-01T11:12:40.5383658Z [ RUN ] LoopNest.fuseLoopsSimple 2022-12-01T11:12:40.5385474Z [ OK ] LoopNest.fuseLoopsSimple (0 ms) 2022-12-01T11:12:40.5385787Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-12-01T11:12:40.5390083Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-12-01T11:12:40.5390382Z [ RUN ] LoopNest.fuseLoopsNested 2022-12-01T11:12:40.5396423Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-12-01T11:12:40.5396741Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-12-01T11:12:40.5400117Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-12-01T11:12:40.5400449Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-12-01T11:12:40.5402397Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-12-01T11:12:40.5402868Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-12-01T11:12:40.5403270Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-12-01T11:12:40.5403656Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-12-01T11:12:40.5404175Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-12-01T11:12:40.5404534Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-12-01T11:12:40.5405023Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-12-01T11:12:40.5405436Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-12-01T11:12:40.5405923Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-12-01T11:12:40.5406281Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-12-01T11:12:40.5408443Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-12-01T11:12:40.5408867Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-12-01T11:12:40.5412943Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-12-01T11:12:40.5413380Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-12-01T11:12:40.5416906Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-12-01T11:12:40.5417396Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-12-01T11:12:40.5420870Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-12-01T11:12:40.5421391Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-12-01T11:12:40.5428470Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-12-01T11:12:40.5428935Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-12-01T11:12:40.5433233Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-12-01T11:12:40.5433638Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-12-01T11:12:40.5441739Z [ OK ] LoopNest.fuseLoopsWith2DReductions (0 ms) 2022-12-01T11:12:40.5442149Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-12-01T11:12:40.5449209Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-12-01T11:12:40.5449613Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-12-01T11:12:40.5459239Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (0 ms) 2022-12-01T11:12:40.5459594Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-12-01T11:12:40.5464594Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-12-01T11:12:40.5464973Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-12-01T11:12:40.5468658Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-12-01T11:12:40.5469130Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-12-01T11:12:40.5472454Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-12-01T11:12:40.5472908Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-12-01T11:12:40.5480123Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-12-01T11:12:40.5480585Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-12-01T11:12:40.5489250Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (0 ms) 2022-12-01T11:12:40.5489694Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-12-01T11:12:40.5493753Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-12-01T11:12:40.5494217Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-12-01T11:12:40.5498446Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-12-01T11:12:40.5499023Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-12-01T11:12:40.5503238Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-12-01T11:12:40.5503818Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-12-01T11:12:40.5504608Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-12-01T11:12:40.5505172Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-12-01T11:12:40.5505772Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-12-01T11:12:40.5506356Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-12-01T11:12:40.5506683Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-12-01T11:12:40.5507006Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-12-01T11:12:40.5507323Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-12-01T11:12:40.5507769Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-12-01T11:12:40.5508123Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-12-01T11:12:40.5508473Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-12-01T11:12:40.5517405Z [ OK ] LoopNest.reorderInvalidPermutations (1 ms) 2022-12-01T11:12:40.5518033Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-12-01T11:12:40.5518505Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-12-01T11:12:40.5518973Z [ RUN ] LoopNest.compressBufferSimple 2022-12-01T11:12:40.5519293Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-12-01T11:12:40.5519698Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-12-01T11:12:40.5520314Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-12-01T11:12:40.5520870Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-12-01T11:12:40.5521439Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-12-01T11:12:40.5522159Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-12-01T11:12:40.5522770Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-12-01T11:12:40.5523190Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-12-01T11:12:40.5523552Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-12-01T11:12:40.5524043Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-12-01T11:12:40.5524498Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-12-01T11:12:40.5524854Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-12-01T11:12:40.5525205Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-12-01T11:12:40.5525540Z [ RUN ] LoopNest.compressMultipleBuffers 2022-12-01T11:12:40.5525867Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-12-01T11:12:40.5526171Z [ RUN ] LoopNest.sanitizeNames 2022-12-01T11:12:40.5539298Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-12-01T11:12:40.5539907Z [----------] 174 tests from LoopNest (1627 ms total) 2022-12-01T11:12:40.5540103Z 2022-12-01T11:12:40.5540259Z [----------] 31 tests from MemDependency 2022-12-01T11:12:40.5540547Z [ RUN ] MemDependency.BoundOverlap 2022-12-01T11:12:40.5550165Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-12-01T11:12:40.5550727Z [ RUN ] MemDependency.BoundComparison 2022-12-01T11:12:40.5558522Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-12-01T11:12:40.5559119Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-12-01T11:12:40.5566878Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-12-01T11:12:40.5567464Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-12-01T11:12:40.5575516Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-12-01T11:12:40.5576092Z [ RUN ] MemDependency.BoundSubtract 2022-12-01T11:12:40.5582569Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-12-01T11:12:40.5583281Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-12-01T11:12:40.5602419Z [ OK ] MemDependency.BoundSubtractSymbolic (1 ms) 2022-12-01T11:12:40.5603082Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-12-01T11:12:40.5625622Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-12-01T11:12:40.5626236Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-12-01T11:12:40.5656024Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-12-01T11:12:40.5656631Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-12-01T11:12:40.5669423Z [ OK ] MemDependency.MemDependencyCheckerSimple (1 ms) 2022-12-01T11:12:40.5670160Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-12-01T11:12:40.5671107Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-12-01T11:12:40.5671791Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-12-01T11:12:40.5672506Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-12-01T11:12:40.5673199Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-12-01T11:12:40.5673893Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-12-01T11:12:40.5674568Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-12-01T11:12:40.5680079Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (0 ms) 2022-12-01T11:12:40.5680884Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-12-01T11:12:40.5682780Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-12-01T11:12:40.5683560Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-12-01T11:12:40.5685343Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-12-01T11:12:40.5686119Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-12-01T11:12:40.5686961Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-12-01T11:12:40.5687745Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-12-01T11:12:40.5698584Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-12-01T11:12:40.5699414Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-12-01T11:12:40.5725064Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-12-01T11:12:40.5725960Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-12-01T11:12:40.5851816Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (12 ms) 2022-12-01T11:12:40.5852722Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-12-01T11:12:40.5860566Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-12-01T11:12:40.5861421Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-12-01T11:12:40.5877366Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-12-01T11:12:40.5877816Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-12-01T11:12:40.5898836Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (2 ms) 2022-12-01T11:12:40.5899596Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-12-01T11:12:40.5929690Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (3 ms) 2022-12-01T11:12:40.5930468Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-12-01T11:12:40.5956564Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (2 ms) 2022-12-01T11:12:40.5957347Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-12-01T11:12:40.5989119Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-12-01T11:12:40.5990117Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-12-01T11:12:40.5999980Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (1 ms) 2022-12-01T11:12:40.6000686Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-12-01T11:12:40.6007992Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-12-01T11:12:40.6008770Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-12-01T11:12:40.6029261Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-12-01T11:12:40.6030073Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-12-01T11:12:40.6042624Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-12-01T11:12:40.6043400Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-12-01T11:12:40.6054004Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-12-01T11:12:40.6054907Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-12-01T11:12:40.6204164Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (14 ms) 2022-12-01T11:12:40.6204725Z [----------] 31 tests from MemDependency (66 ms total) 2022-12-01T11:12:40.6204989Z 2022-12-01T11:12:40.6205235Z [----------] 2 tests from Ops 2022-12-01T11:12:40.6205648Z [ RUN ] Ops.Sum 2022-12-01T11:12:40.6245707Z [ OK ] Ops.Sum (4 ms) 2022-12-01T11:12:40.6246172Z [ RUN ] Ops.ChannelsLastSum 2022-12-01T11:12:40.7324405Z [ OK ] Ops.ChannelsLastSum (107 ms) 2022-12-01T11:12:40.7324903Z [----------] 2 tests from Ops (111 ms total) 2022-12-01T11:12:40.7325036Z 2022-12-01T11:12:40.7325191Z [----------] 10 tests from Quantization 2022-12-01T11:12:40.7325507Z [ RUN ] Quantization.QuantDequantInt8 2022-12-01T11:12:40.7586605Z [ OK ] Quantization.QuantDequantInt8 (26 ms) 2022-12-01T11:12:40.7587747Z [ RUN ] Quantization.QuantDequantUInt8 2022-12-01T11:12:40.7847353Z [ OK ] Quantization.QuantDequantUInt8 (25 ms) 2022-12-01T11:12:40.7847761Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-12-01T11:12:40.8115212Z [ OK ] Quantization.QuantDequantUInt8_NLC (26 ms) 2022-12-01T11:12:40.8115739Z [ RUN ] Quantization.QuantAddDequantInt8 2022-12-01T11:12:40.8430837Z [ OK ] Quantization.QuantAddDequantInt8 (31 ms) 2022-12-01T11:12:40.8431414Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-12-01T11:12:40.8732613Z [ OK ] Quantization.QuantAddDequantUInt8 (30 ms) 2022-12-01T11:12:40.8733321Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-12-01T11:12:40.9079688Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (34 ms) 2022-12-01T11:12:40.9080339Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-12-01T11:12:40.9498224Z [ OK ] Quantization.QuantMulDequantUInt8 (41 ms) 2022-12-01T11:12:40.9499041Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-12-01T11:12:40.9966331Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (46 ms) 2022-12-01T11:12:40.9966995Z [ RUN ] Quantization.UpsampleNearst2d 2022-12-01T11:12:41.0266201Z [ OK ] Quantization.UpsampleNearst2d (30 ms) 2022-12-01T11:12:41.0267317Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-12-01T11:12:41.0867321Z [ OK ] Quantization.QuantCatDequantUInt8 (60 ms) 2022-12-01T11:12:41.0867884Z [----------] 10 tests from Quantization (354 ms total) 2022-12-01T11:12:41.0868186Z 2022-12-01T11:12:41.0868469Z [----------] 2 tests from BufLiveRange 2022-12-01T11:12:41.0869009Z [ RUN ] BufLiveRange.SingleRangeLine 2022-12-01T11:12:41.0869377Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-12-01T11:12:41.0869921Z [ RUN ] BufLiveRange.MulRangeLine 2022-12-01T11:12:41.0870213Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-12-01T11:12:41.0870536Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-12-01T11:12:41.0870692Z 2022-12-01T11:12:41.0870842Z [----------] 6 tests from MemPlanning 2022-12-01T11:12:41.0871148Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-12-01T11:12:41.1519012Z [ OK ] MemPlanning.MemReuseWithTypeCast (64 ms) 2022-12-01T11:12:41.1519700Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-12-01T11:12:41.2262449Z [ OK ] MemPlanning.NoMemReuseForLargerType (74 ms) 2022-12-01T11:12:41.2263072Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-12-01T11:12:41.4859974Z [ OK ] MemPlanning.SameBufSizeMemReuse (259 ms) 2022-12-01T11:12:41.4860672Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-12-01T11:12:41.7492981Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (263 ms) 2022-12-01T11:12:41.7493714Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-12-01T11:12:42.0887426Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (339 ms) 2022-12-01T11:12:42.0887919Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-12-01T11:12:42.2366215Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (147 ms) 2022-12-01T11:12:42.2366696Z [----------] 6 tests from MemPlanning (1149 ms total) 2022-12-01T11:12:42.2366853Z 2022-12-01T11:12:42.2367003Z [----------] 45 tests from Reductions 2022-12-01T11:12:42.2367296Z [ RUN ] Reductions.ReduceSum0D_1 2022-12-01T11:12:42.2380194Z [ OK ] Reductions.ReduceSum0D_1 (1 ms) 2022-12-01T11:12:42.2380739Z [ RUN ] Reductions.ReduceSum0D_2 2022-12-01T11:12:42.2381295Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-12-01T11:12:42.2381784Z [ RUN ] Reductions.ReduceSum1D 2022-12-01T11:12:42.2382332Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-12-01T11:12:42.2382850Z [ RUN ] Reductions.ReduceSum2D 2022-12-01T11:12:42.2386019Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-12-01T11:12:42.2386539Z [ RUN ] Reductions.ReduceSum3D 2022-12-01T11:12:42.2417779Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-12-01T11:12:42.2418316Z [ RUN ] Reductions.ReduceSum10D 2022-12-01T11:12:42.8996723Z [ OK ] Reductions.ReduceSum10D (657 ms) 2022-12-01T11:12:42.8997101Z [ RUN ] Reductions.ReduceProduct 2022-12-01T11:12:42.9014246Z [ OK ] Reductions.ReduceProduct (1 ms) 2022-12-01T11:12:42.9014616Z [ RUN ] Reductions.ReduceMax 2022-12-01T11:12:42.9018241Z [ OK ] Reductions.ReduceMax (0 ms) 2022-12-01T11:12:42.9018599Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-12-01T11:12:42.9019827Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-12-01T11:12:42.9020158Z [ RUN ] Reductions.ReduceAnyAll 2022-12-01T11:12:42.9041526Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-12-01T11:12:42.9041830Z [ RUN ] Reductions.ReduceMatmul2D 2022-12-01T11:12:42.9050421Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-12-01T11:12:42.9050726Z [ RUN ] Reductions.ReduceRfactorLike 2022-12-01T11:12:42.9061340Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-12-01T11:12:42.9061664Z [ RUN ] Reductions.ReduceAsProducer 2022-12-01T11:12:42.9083147Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-12-01T11:12:42.9083476Z [ RUN ] Reductions.ReduceAsConsumer 2022-12-01T11:12:42.9130557Z [ OK ] Reductions.ReduceAsConsumer (4 ms) 2022-12-01T11:12:42.9130868Z [ RUN ] Reductions.SplitReduceAxis 2022-12-01T11:12:42.9146327Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-12-01T11:12:42.9146891Z [ RUN ] Reductions.SplitNonReduceAxis 2022-12-01T11:12:42.9178770Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-12-01T11:12:42.9179117Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-12-01T11:12:42.9216759Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-12-01T11:12:42.9217100Z [ RUN ] Reductions.ReduceRfactor 2022-12-01T11:12:42.9228174Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-12-01T11:12:42.9228480Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-12-01T11:12:42.9351793Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-12-01T11:12:42.9352133Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-12-01T11:12:42.9480066Z [ OK ] Reductions.Reduce3DRfactorOuter (12 ms) 2022-12-01T11:12:42.9480645Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-12-01T11:12:43.1168697Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (168 ms) 2022-12-01T11:12:43.1169072Z [ RUN ] Reductions.ReduceSplitTail 2022-12-01T11:12:43.1559121Z [ OK ] Reductions.ReduceSplitTail (39 ms) 2022-12-01T11:12:43.1559450Z [ RUN ] Reductions.ReduceSplitNoTail 2022-12-01T11:12:43.2004706Z [ OK ] Reductions.ReduceSplitNoTail (44 ms) 2022-12-01T11:12:43.2005046Z [ RUN ] Reductions.ReduceOverSplitTail 2022-12-01T11:12:43.2381552Z [ OK ] Reductions.ReduceOverSplitTail (37 ms) 2022-12-01T11:12:43.2382141Z [ RUN ] Reductions.ReduceSplitMask 2022-12-01T11:12:43.2867354Z [ OK ] Reductions.ReduceSplitMask (48 ms) 2022-12-01T11:12:43.2867943Z [ RUN ] Reductions.ReduceSplitNoMask 2022-12-01T11:12:43.3312525Z [ OK ] Reductions.ReduceSplitNoMask (44 ms) 2022-12-01T11:12:43.3313162Z [ RUN ] Reductions.ReduceOverSplitMask 2022-12-01T11:12:43.3708738Z [ OK ] Reductions.ReduceOverSplitMask (39 ms) 2022-12-01T11:12:43.3709351Z [ RUN ] Reductions.ReduceSplitRfactor 2022-12-01T11:12:43.3749589Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-12-01T11:12:43.3750225Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-12-01T11:12:43.3763567Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-12-01T11:12:43.3764183Z [ RUN ] Reductions.ReduceInlineReduction 2022-12-01T11:12:43.3764770Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-12-01T11:12:43.3765339Z [ RUN ] Reductions.ReduceInlineConsumer 2022-12-01T11:12:43.3853424Z [ OK ] Reductions.ReduceInlineConsumer (8 ms) 2022-12-01T11:12:43.3854112Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-12-01T11:12:43.3942841Z [ OK ] Reductions.ReduceInlineReducerInternal (8 ms) 2022-12-01T11:12:43.3943574Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-12-01T11:12:43.3989441Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-12-01T11:12:43.3990261Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-12-01T11:12:43.4032443Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-12-01T11:12:43.4033260Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-12-01T11:12:43.4075597Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-12-01T11:12:43.4076331Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-12-01T11:12:43.4090598Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-12-01T11:12:43.4091268Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-12-01T11:12:43.4108516Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-12-01T11:12:43.4109271Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-12-01T11:12:43.4128692Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (2 ms) 2022-12-01T11:12:43.4129135Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-12-01T11:12:43.4156241Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (2 ms) 2022-12-01T11:12:43.4156661Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-12-01T11:12:43.4332597Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-12-01T11:12:43.4333141Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-12-01T11:12:43.4473876Z [ OK ] Reductions.ReductionRfactorCacheTempInner (14 ms) 2022-12-01T11:12:43.4474405Z [ RUN ] Reductions.ReductionVectorize 2022-12-01T11:12:43.4484854Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-12-01T11:12:43.4485212Z [ RUN ] Reductions.ReductionVectorizeInner 2022-12-01T11:12:43.4485818Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-12-01T11:12:43.4486192Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-12-01T11:12:43.4497796Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-12-01T11:12:43.4498124Z [ RUN ] Reductions.InitFunction 2022-12-01T11:12:43.4499594Z [ OK ] Reductions.InitFunction (0 ms) 2022-12-01T11:12:43.4500179Z [----------] 45 tests from Reductions (1213 ms total) 2022-12-01T11:12:43.4500458Z 2022-12-01T11:12:43.4500641Z [----------] 69 tests from Registerizer 2022-12-01T11:12:43.4500951Z [ RUN ] Registerizer.RegisterizerSimple 2022-12-01T11:12:43.4515060Z [ OK ] Registerizer.RegisterizerSimple (1 ms) 2022-12-01T11:12:43.4515492Z [ RUN ] Registerizer.RegisterizerLoop 2022-12-01T11:12:43.4516007Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-12-01T11:12:43.4516371Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-12-01T11:12:43.4517865Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-12-01T11:12:43.4518262Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-12-01T11:12:43.4519404Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-12-01T11:12:43.4519870Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-12-01T11:12:43.4521339Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-12-01T11:12:43.4521776Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-12-01T11:12:43.4531149Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-12-01T11:12:43.4531644Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-12-01T11:12:43.4534877Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-12-01T11:12:43.4535387Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-12-01T11:12:43.4538153Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-12-01T11:12:43.4538583Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-12-01T11:12:43.4540698Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-12-01T11:12:43.4541064Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-12-01T11:12:43.4542903Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-12-01T11:12:43.4543313Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-12-01T11:12:43.4544727Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-12-01T11:12:43.4545119Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-12-01T11:12:43.4547051Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-12-01T11:12:43.4547391Z [ RUN ] Registerizer.RegisterizerRepeated 2022-12-01T11:12:43.4550045Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-12-01T11:12:43.4550653Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-12-01T11:12:43.4551701Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-12-01T11:12:43.4552055Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-12-01T11:12:43.4553392Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-12-01T11:12:43.4553783Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-12-01T11:12:43.4556493Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-12-01T11:12:43.4556841Z [ RUN ] Registerizer.RegisterizerAllocs 2022-12-01T11:12:43.4559428Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-12-01T11:12:43.4559783Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-12-01T11:12:43.4560811Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-12-01T11:12:43.4561315Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-12-01T11:12:43.4562773Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-12-01T11:12:43.4563199Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-12-01T11:12:43.4564227Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-12-01T11:12:43.4564607Z [ RUN ] Registerizer.RegisterizerParallelized 2022-12-01T11:12:43.4587848Z [ OK ] Registerizer.RegisterizerParallelized (2 ms) 2022-12-01T11:12:43.4588231Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-12-01T11:12:43.4589814Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-12-01T11:12:43.4590204Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-12-01T11:12:43.4591316Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-12-01T11:12:43.4591710Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-12-01T11:12:43.4593911Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-12-01T11:12:43.4594333Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-12-01T11:12:43.4596567Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-12-01T11:12:43.4596994Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-12-01T11:12:43.4600271Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-12-01T11:12:43.4600903Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-12-01T11:12:43.4601721Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-12-01T11:12:43.4602341Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-12-01T11:12:43.4603961Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-12-01T11:12:43.4604567Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-12-01T11:12:43.4605765Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-12-01T11:12:43.4606390Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-12-01T11:12:43.4608180Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-12-01T11:12:43.4608802Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-12-01T11:12:43.4611931Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-12-01T11:12:43.4612572Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-12-01T11:12:43.4616244Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-12-01T11:12:43.4618131Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-12-01T11:12:43.4618758Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-12-01T11:12:43.4619154Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-12-01T11:12:43.4620912Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-12-01T11:12:43.4621717Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-12-01T11:12:43.4622434Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-12-01T11:12:43.4623042Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-12-01T11:12:43.4624260Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-12-01T11:12:43.4625035Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-12-01T11:12:43.4635085Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-12-01T11:12:43.4635699Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-12-01T11:12:43.4637183Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-12-01T11:12:43.4637799Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-12-01T11:12:43.4638859Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-12-01T11:12:43.4639441Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-12-01T11:12:43.4640483Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-12-01T11:12:43.4641074Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-12-01T11:12:43.4643359Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-12-01T11:12:43.4643977Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-12-01T11:12:43.4646394Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-12-01T11:12:43.4646925Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-12-01T11:12:43.4649793Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-12-01T11:12:43.4650422Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-12-01T11:12:43.4653774Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-12-01T11:12:43.4654542Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-12-01T11:12:43.4655550Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-12-01T11:12:43.4656205Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-12-01T11:12:43.4657035Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-12-01T11:12:43.4657655Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-12-01T11:12:43.4672114Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (1 ms) 2022-12-01T11:12:43.4672677Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-12-01T11:12:43.4674374Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-12-01T11:12:43.4674984Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-12-01T11:12:43.4675959Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-12-01T11:12:43.4676588Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-12-01T11:12:43.4678228Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-12-01T11:12:43.4678951Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-12-01T11:12:43.4685112Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (0 ms) 2022-12-01T11:12:43.4685780Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-12-01T11:12:43.4687847Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-12-01T11:12:43.4688477Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-12-01T11:12:43.4689481Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-12-01T11:12:43.4690142Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-12-01T11:12:43.4692128Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-12-01T11:12:43.4692789Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-12-01T11:12:43.4697942Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-12-01T11:12:43.4698581Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-12-01T11:12:43.4699645Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-12-01T11:12:43.4700281Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-12-01T11:12:43.4702922Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-12-01T11:12:43.4703455Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-12-01T11:12:43.4715824Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (1 ms) 2022-12-01T11:12:43.4716492Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-12-01T11:12:43.4719246Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-12-01T11:12:43.4719956Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-12-01T11:12:43.4721636Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-12-01T11:12:43.4722265Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-12-01T11:12:43.4732208Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (1 ms) 2022-12-01T11:12:43.4732846Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-12-01T11:12:43.4733629Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-12-01T11:12:43.4734236Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-12-01T11:12:43.4735337Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-12-01T11:12:43.4735938Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-12-01T11:12:43.4737257Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-12-01T11:12:43.4737889Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-12-01T11:12:43.4740112Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-12-01T11:12:43.4740683Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-12-01T11:12:43.4742895Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-12-01T11:12:43.4743346Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-12-01T11:12:43.4745435Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-12-01T11:12:43.4745895Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-12-01T11:12:43.4748399Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-12-01T11:12:43.4748822Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-12-01T11:12:43.4751843Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-12-01T11:12:43.4752368Z [----------] 69 tests from Registerizer (25 ms total) 2022-12-01T11:12:43.4752554Z 2022-12-01T11:12:43.4752805Z [----------] 92 tests from Simplify 2022-12-01T11:12:43.4753214Z [ RUN ] Simplify.ConstantFoldSimple 2022-12-01T11:12:43.4753670Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-12-01T11:12:43.4754074Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-12-01T11:12:43.4754549Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-12-01T11:12:43.4755010Z [ RUN ] Simplify.ConstantFoldShifts 2022-12-01T11:12:43.4755523Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-12-01T11:12:43.4756085Z [ RUN ] Simplify.ConstantFoldBitwise 2022-12-01T11:12:43.4756654Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-12-01T11:12:43.4757228Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-12-01T11:12:43.4757691Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-12-01T11:12:43.4758033Z [ RUN ] Simplify.ConstantFoldMinMax 2022-12-01T11:12:43.4758527Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-12-01T11:12:43.4759312Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-12-01T11:12:43.4759668Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-12-01T11:12:43.4760007Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-12-01T11:12:43.4760434Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-12-01T11:12:43.4761037Z [ RUN ] Simplify.ConstantFoldWithVar 2022-12-01T11:12:43.4761391Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-12-01T11:12:43.4761722Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-12-01T11:12:43.4762091Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-12-01T11:12:43.4762467Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-12-01T11:12:43.4762893Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-12-01T11:12:43.4763426Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-12-01T11:12:43.4764209Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-12-01T11:12:43.4765014Z [ RUN ] Simplify.UnFoldableExpr 2022-12-01T11:12:43.4765742Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-12-01T11:12:43.4766411Z [ RUN ] Simplify.HashSimple 2022-12-01T11:12:43.4767076Z [ OK ] Simplify.HashSimple (0 ms) 2022-12-01T11:12:43.4767681Z [ RUN ] Simplify.HashEquivalence 2022-12-01T11:12:43.4768170Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-12-01T11:12:43.4768589Z [ RUN ] Simplify.HashEquivalenceRand 2022-12-01T11:12:43.4769192Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-12-01T11:12:43.4769730Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-12-01T11:12:43.4770239Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-12-01T11:12:43.4770754Z [ RUN ] Simplify.HashDifferenceTypes 2022-12-01T11:12:43.4771127Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-12-01T11:12:43.4771446Z [ RUN ] Simplify.HashLargeExpression 2022-12-01T11:12:43.4771754Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-12-01T11:12:43.4772070Z [ RUN ] Simplify.HashForLoopOptions 2022-12-01T11:12:43.4772398Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-12-01T11:12:43.4772677Z [ RUN ] Simplify.SimplifyAdd 2022-12-01T11:12:43.4772963Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-12-01T11:12:43.4773240Z [ RUN ] Simplify.SimplifySub 2022-12-01T11:12:43.4773510Z [ OK ] Simplify.SimplifySub (0 ms) 2022-12-01T11:12:43.4773861Z [ RUN ] Simplify.SimplifyMultiLayer 2022-12-01T11:12:43.4774199Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-12-01T11:12:43.4774698Z [ RUN ] Simplify.SimplifyMultiTerm 2022-12-01T11:12:43.4775020Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-12-01T11:12:43.4775322Z [ RUN ] Simplify.SimplifyCasts 2022-12-01T11:12:43.4775626Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-12-01T11:12:43.4775931Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-12-01T11:12:43.4776278Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-12-01T11:12:43.4776597Z [ RUN ] Simplify.SimplifyMultiVar 2022-12-01T11:12:43.4776899Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-12-01T11:12:43.4777214Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-12-01T11:12:43.4777581Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-12-01T11:12:43.4777890Z [ RUN ] Simplify.SimplifyAdds 2022-12-01T11:12:43.4778257Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-12-01T11:12:43.4778690Z [ RUN ] Simplify.SimplifyMuls 2022-12-01T11:12:43.4779223Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-12-01T11:12:43.4779500Z [ RUN ] Simplify.SimplifySubs 2022-12-01T11:12:43.4784990Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-12-01T11:12:43.4785390Z [ RUN ] Simplify.SimplifyDiv 2022-12-01T11:12:43.4785890Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-12-01T11:12:43.4787169Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-12-01T11:12:43.4787542Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-12-01T11:12:43.4787892Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-12-01T11:12:43.4789518Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-12-01T11:12:43.4789881Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-12-01T11:12:43.4791705Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-12-01T11:12:43.4792159Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-12-01T11:12:43.4792970Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-12-01T11:12:43.4793479Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-12-01T11:12:43.4794934Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-12-01T11:12:43.4795530Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-12-01T11:12:43.4797591Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-12-01T11:12:43.4798142Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-12-01T11:12:43.4800452Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-12-01T11:12:43.4801390Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-12-01T11:12:43.4802073Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-12-01T11:12:43.4802655Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-12-01T11:12:43.4803310Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-12-01T11:12:43.4803720Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-12-01T11:12:43.4804399Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-12-01T11:12:43.4805061Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-12-01T11:12:43.4806177Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-12-01T11:12:43.4806805Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-12-01T11:12:43.4807437Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-12-01T11:12:43.4807945Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-12-01T11:12:43.4809608Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-12-01T11:12:43.4809966Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-12-01T11:12:43.4812010Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-12-01T11:12:43.4812374Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-12-01T11:12:43.4815107Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-12-01T11:12:43.4815609Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-12-01T11:12:43.4816169Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-12-01T11:12:43.4816483Z [ RUN ] Simplify.SimplifyMod 2022-12-01T11:12:43.4827329Z [ OK ] Simplify.SimplifyMod (1 ms) 2022-12-01T11:12:43.4827616Z [ RUN ] Simplify.SimplifyMultiOp 2022-12-01T11:12:43.4830031Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-12-01T11:12:43.4830334Z [ RUN ] Simplify.SimplifyManyOps 2022-12-01T11:12:43.4833135Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-12-01T11:12:43.4833454Z [ RUN ] Simplify.SimplifyFactorization 2022-12-01T11:12:43.4844732Z [ OK ] Simplify.SimplifyFactorization (1 ms) 2022-12-01T11:12:43.4845141Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-12-01T11:12:43.4846146Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-12-01T11:12:43.4846626Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-12-01T11:12:43.4847215Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-12-01T11:12:43.4847608Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-12-01T11:12:43.4848570Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-12-01T11:12:43.4849231Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-12-01T11:12:43.4849927Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-12-01T11:12:43.4850531Z [ RUN ] Simplify.SimplifyIfComponents 2022-12-01T11:12:43.4851122Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-12-01T11:12:43.4851691Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-12-01T11:12:43.4852216Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-12-01T11:12:43.4852750Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-12-01T11:12:43.4853470Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-12-01T11:12:43.4853812Z [ RUN ] Simplify.SimplifyNestedMax 2022-12-01T11:12:43.4866625Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-12-01T11:12:43.4866936Z [ RUN ] Simplify.SimplifyNestedMin 2022-12-01T11:12:43.4879194Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-12-01T11:12:43.4879534Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-12-01T11:12:43.4881488Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-12-01T11:12:43.4881846Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-12-01T11:12:43.4889263Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-12-01T11:12:43.4889661Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-12-01T11:12:43.4893598Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-12-01T11:12:43.4894245Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-12-01T11:12:43.4897549Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-12-01T11:12:43.4898126Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-12-01T11:12:43.4902098Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-12-01T11:12:43.4902736Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-12-01T11:12:43.4909773Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-12-01T11:12:43.4910367Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-12-01T11:12:43.4922903Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-12-01T11:12:43.4923610Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-12-01T11:12:43.4924104Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-12-01T11:12:43.4924559Z [ RUN ] Simplify.SimplifyConstantBranches 2022-12-01T11:12:43.4924924Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-12-01T11:12:43.4925257Z [ RUN ] Simplify.SimplifyConstantCond 2022-12-01T11:12:43.4926544Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-12-01T11:12:43.4927041Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-12-01T11:12:43.4927407Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-12-01T11:12:43.4927768Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-12-01T11:12:43.4931874Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-12-01T11:12:43.4932333Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-12-01T11:12:43.4938250Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-12-01T11:12:43.4938684Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-12-01T11:12:43.4939307Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-12-01T11:12:43.4939663Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-12-01T11:12:43.4940538Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-12-01T11:12:43.4941152Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-12-01T11:12:43.4941689Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-12-01T11:12:43.4942100Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-12-01T11:12:43.4942633Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-12-01T11:12:43.4942974Z [ RUN ] Simplify.SimplifyForCleansUp 2022-12-01T11:12:43.4945609Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-12-01T11:12:43.4946196Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-12-01T11:12:43.4947040Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-12-01T11:12:43.4947452Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-12-01T11:12:43.4947779Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-12-01T11:12:43.4948452Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-12-01T11:12:43.4948873Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-12-01T11:12:43.4949231Z [ RUN ] Simplify.DontSimplifyRand 2022-12-01T11:12:43.4952299Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-12-01T11:12:43.4952774Z [ RUN ] Simplify.SimplifyReorderForCond 2022-12-01T11:12:43.4956869Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-12-01T11:12:43.4957426Z [ RUN ] Simplify.SimplifyFuseConditions 2022-12-01T11:12:43.4987427Z [ OK ] Simplify.SimplifyFuseConditions (2 ms) 2022-12-01T11:12:43.4987947Z [ RUN ] Simplify.SimplifySyncThreads 2022-12-01T11:12:43.4991533Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-12-01T11:12:43.4992148Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-12-01T11:12:43.4992612Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-12-01T11:12:43.4993035Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-12-01T11:12:43.4993482Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-12-01T11:12:43.4993826Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-12-01T11:12:43.5083866Z [ OK ] Simplify.CompareSelectLoopBounds (8 ms) 2022-12-01T11:12:43.5084514Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-12-01T11:12:43.5084921Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:12:43.5085468Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-12-01T11:12:43.5085903Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:12:43.5086471Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-12-01T11:12:43.5087214Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-12-01T11:12:43.5087602Z [----------] 92 tests from Simplify (33 ms total) 2022-12-01T11:12:43.5087764Z 2022-12-01T11:12:43.5087917Z [----------] 12 tests from TEFuserPass 2022-12-01T11:12:43.5088193Z [ RUN ] TEFuserPass.FuserPass_1 2022-12-01T11:12:43.5093065Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-12-01T11:12:43.5093607Z [ RUN ] TEFuserPass.FuserPass_2 2022-12-01T11:12:43.5096489Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-12-01T11:12:43.5096774Z [ RUN ] TEFuserPass.FuserPass_3 2022-12-01T11:12:43.5098714Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-12-01T11:12:43.5099027Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-12-01T11:12:43.5109046Z [ OK ] TEFuserPass.FuserPass_0DimInput (1 ms) 2022-12-01T11:12:43.5109468Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-12-01T11:12:43.5109901Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-12-01T11:12:43.5110328Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-12-01T11:12:43.5110799Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-12-01T11:12:43.5111329Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-12-01T11:12:43.5117494Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-12-01T11:12:43.5117810Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-12-01T11:12:43.5119990Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-12-01T11:12:43.5120422Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-12-01T11:12:43.5121202Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-12-01T11:12:43.5121592Z [ RUN ] TEFuserPass.FuserPass_Where 2022-12-01T11:12:43.5124441Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-12-01T11:12:43.5124853Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-12-01T11:12:43.5125481Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-12-01T11:12:43.5126159Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-12-01T11:12:43.7737120Z [ OK ] TEFuserPass.DynamicShapeFusion (260 ms) 2022-12-01T11:12:43.7737822Z [----------] 12 tests from TEFuserPass (264 ms total) 2022-12-01T11:12:43.7737998Z 2022-12-01T11:12:43.7738138Z [----------] 3 tests from Type 2022-12-01T11:12:43.7738385Z [ RUN ] Type.Test01 2022-12-01T11:12:43.7738629Z [ OK ] Type.Test01 (0 ms) 2022-12-01T11:12:43.7738875Z [ RUN ] Type.BitCasting 2022-12-01T11:12:43.7739124Z [ OK ] Type.BitCasting (0 ms) 2022-12-01T11:12:43.7739385Z [ RUN ] Type.Propagation 2022-12-01T11:12:43.7739651Z [ OK ] Type.Propagation (0 ms) 2022-12-01T11:12:43.7739922Z [----------] 3 tests from Type (0 ms total) 2022-12-01T11:12:43.7740061Z 2022-12-01T11:12:43.7740254Z [----------] 1 test from SpecializationsInCustomPasses 2022-12-01T11:12:43.7740612Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-12-01T11:12:43.7754397Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-12-01T11:12:43.7754933Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-12-01T11:12:43.7755124Z 2022-12-01T11:12:43.7755260Z [----------] 150 tests from LLVM 2022-12-01T11:12:43.7755511Z [ RUN ] LLVM.ByteImmTest 2022-12-01T11:12:43.7953637Z [ OK ] LLVM.ByteImmTest (19 ms) 2022-12-01T11:12:43.7953905Z [ RUN ] LLVM.CharImmTest 2022-12-01T11:12:43.8139189Z [ OK ] LLVM.CharImmTest (18 ms) 2022-12-01T11:12:43.8139461Z [ RUN ] LLVM.ShortImmTest 2022-12-01T11:12:43.8325240Z [ OK ] LLVM.ShortImmTest (18 ms) 2022-12-01T11:12:43.8325517Z [ RUN ] LLVM.IntImmTest 2022-12-01T11:12:43.8514713Z [ OK ] LLVM.IntImmTest (18 ms) 2022-12-01T11:12:43.8515184Z [ RUN ] LLVM.LongImmTest 2022-12-01T11:12:43.8700878Z [ OK ] LLVM.LongImmTest (18 ms) 2022-12-01T11:12:43.8701391Z [ RUN ] LLVM.FloatImmTest 2022-12-01T11:12:43.8886879Z [ OK ] LLVM.FloatImmTest (18 ms) 2022-12-01T11:12:43.8887203Z [ RUN ] LLVM.DoubleImmTest 2022-12-01T11:12:43.9073516Z [ OK ] LLVM.DoubleImmTest (18 ms) 2022-12-01T11:12:43.9073856Z [ RUN ] LLVM.HalfImmTest 2022-12-01T11:12:43.9256026Z [ OK ] LLVM.HalfImmTest (18 ms) 2022-12-01T11:12:43.9256311Z [ RUN ] LLVM.ByteAddTest 2022-12-01T11:12:43.9441048Z [ OK ] LLVM.ByteAddTest (18 ms) 2022-12-01T11:12:43.9441468Z [ RUN ] LLVM.CharAddTest 2022-12-01T11:12:43.9621547Z [ OK ] LLVM.CharAddTest (18 ms) 2022-12-01T11:12:43.9621878Z [ RUN ] LLVM.ShortAddTest 2022-12-01T11:12:43.9803235Z [ OK ] LLVM.ShortAddTest (18 ms) 2022-12-01T11:12:43.9803698Z [ RUN ] LLVM.IntAddTest 2022-12-01T11:12:43.9985176Z [ OK ] LLVM.IntAddTest (18 ms) 2022-12-01T11:12:43.9985912Z [ RUN ] LLVM.LongAddTest 2022-12-01T11:12:44.0164977Z [ OK ] LLVM.LongAddTest (17 ms) 2022-12-01T11:12:44.0165494Z [ RUN ] LLVM.FloatAddTest 2022-12-01T11:12:44.0347486Z [ OK ] LLVM.FloatAddTest (18 ms) 2022-12-01T11:12:44.0348007Z [ RUN ] LLVM.DoubleAddTest 2022-12-01T11:12:44.0529404Z [ OK ] LLVM.DoubleAddTest (18 ms) 2022-12-01T11:12:44.0529910Z [ RUN ] LLVM.HalfAddTest 2022-12-01T11:12:44.0711709Z [ OK ] LLVM.HalfAddTest (18 ms) 2022-12-01T11:12:44.0712211Z [ RUN ] LLVM.ByteSubTest 2022-12-01T11:12:44.0893822Z [ OK ] LLVM.ByteSubTest (18 ms) 2022-12-01T11:12:44.0894328Z [ RUN ] LLVM.CharSubTest 2022-12-01T11:12:44.1076141Z [ OK ] LLVM.CharSubTest (18 ms) 2022-12-01T11:12:44.1076618Z [ RUN ] LLVM.ShortSubTest 2022-12-01T11:12:44.1257115Z [ OK ] LLVM.ShortSubTest (18 ms) 2022-12-01T11:12:44.1257600Z [ RUN ] LLVM.IntSubTest 2022-12-01T11:12:44.1441936Z [ OK ] LLVM.IntSubTest (18 ms) 2022-12-01T11:12:44.1442411Z [ RUN ] LLVM.LongSubTest 2022-12-01T11:12:44.1623395Z [ OK ] LLVM.LongSubTest (18 ms) 2022-12-01T11:12:44.1623671Z [ RUN ] LLVM.FloatSubTest 2022-12-01T11:12:44.1804148Z [ OK ] LLVM.FloatSubTest (18 ms) 2022-12-01T11:12:44.1804436Z [ RUN ] LLVM.DoubleSubTest 2022-12-01T11:12:44.1984178Z [ OK ] LLVM.DoubleSubTest (18 ms) 2022-12-01T11:12:44.1984717Z [ RUN ] LLVM.HalfSubTest 2022-12-01T11:12:44.2162992Z [ OK ] LLVM.HalfSubTest (17 ms) 2022-12-01T11:12:44.2163621Z [ RUN ] LLVM.ByteMulTest 2022-12-01T11:12:44.2341682Z [ OK ] LLVM.ByteMulTest (17 ms) 2022-12-01T11:12:44.2342192Z [ RUN ] LLVM.CharMulTest 2022-12-01T11:12:44.2522204Z [ OK ] LLVM.CharMulTest (17 ms) 2022-12-01T11:12:44.2522707Z [ RUN ] LLVM.ShortMulTest 2022-12-01T11:12:44.2701767Z [ OK ] LLVM.ShortMulTest (17 ms) 2022-12-01T11:12:44.2702247Z [ RUN ] LLVM.IntMulTest 2022-12-01T11:12:44.2882314Z [ OK ] LLVM.IntMulTest (18 ms) 2022-12-01T11:12:44.2882846Z [ RUN ] LLVM.LongMulTest 2022-12-01T11:12:44.3066267Z [ OK ] LLVM.LongMulTest (18 ms) 2022-12-01T11:12:44.3066776Z [ RUN ] LLVM.FloatMulTest 2022-12-01T11:12:44.3251493Z [ OK ] LLVM.FloatMulTest (18 ms) 2022-12-01T11:12:44.3252022Z [ RUN ] LLVM.DoubleMulTest 2022-12-01T11:12:44.3436845Z [ OK ] LLVM.DoubleMulTest (18 ms) 2022-12-01T11:12:44.3437351Z [ RUN ] LLVM.HalfMulTest 2022-12-01T11:12:44.3622923Z [ OK ] LLVM.HalfMulTest (18 ms) 2022-12-01T11:12:44.3623433Z [ RUN ] LLVM.ByteDivTest 2022-12-01T11:12:44.3809075Z [ OK ] LLVM.ByteDivTest (18 ms) 2022-12-01T11:12:44.3809571Z [ RUN ] LLVM.CharDivTest 2022-12-01T11:12:44.3995357Z [ OK ] LLVM.CharDivTest (18 ms) 2022-12-01T11:12:44.3995872Z [ RUN ] LLVM.ShortDivTest 2022-12-01T11:12:44.4180935Z [ OK ] LLVM.ShortDivTest (18 ms) 2022-12-01T11:12:44.4181471Z [ RUN ] LLVM.IntDivTest 2022-12-01T11:12:44.4365920Z [ OK ] LLVM.IntDivTest (18 ms) 2022-12-01T11:12:44.4366411Z [ RUN ] LLVM.LongDivTest 2022-12-01T11:12:44.4549532Z [ OK ] LLVM.LongDivTest (18 ms) 2022-12-01T11:12:44.4550038Z [ RUN ] LLVM.FloatDivTest 2022-12-01T11:12:44.4733317Z [ OK ] LLVM.FloatDivTest (18 ms) 2022-12-01T11:12:44.4733810Z [ RUN ] LLVM.DoubleDivTest 2022-12-01T11:12:44.4916023Z [ OK ] LLVM.DoubleDivTest (18 ms) 2022-12-01T11:12:44.4916526Z [ RUN ] LLVM.HalfDivTest 2022-12-01T11:12:44.5099572Z [ OK ] LLVM.HalfDivTest (18 ms) 2022-12-01T11:12:44.5100372Z [ RUN ] LLVM.IntToFloatCastTest 2022-12-01T11:12:44.5286775Z [ OK ] LLVM.IntToFloatCastTest (18 ms) 2022-12-01T11:12:44.5287324Z [ RUN ] LLVM.FloatToIntCastTest 2022-12-01T11:12:44.5470456Z [ OK ] LLVM.FloatToIntCastTest (18 ms) 2022-12-01T11:12:44.5470993Z [ RUN ] LLVM.IntToLongCastTest 2022-12-01T11:12:44.5652354Z [ OK ] LLVM.IntToLongCastTest (18 ms) 2022-12-01T11:12:44.5652902Z [ RUN ] LLVM.ByteToCharCastTest 2022-12-01T11:12:44.5836587Z [ OK ] LLVM.ByteToCharCastTest (18 ms) 2022-12-01T11:12:44.5837165Z [ RUN ] LLVM.HalfToLongCastTest 2022-12-01T11:12:44.6021478Z [ OK ] LLVM.HalfToLongCastTest (18 ms) 2022-12-01T11:12:44.6022041Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-12-01T11:12:44.6205167Z [ OK ] LLVM.ByteToDoubleCastTest (18 ms) 2022-12-01T11:12:44.6205735Z [ RUN ] LLVM.FloatToByteCastTest 2022-12-01T11:12:44.6386223Z [ OK ] LLVM.FloatToByteCastTest (18 ms) 2022-12-01T11:12:44.6386766Z [ RUN ] LLVM.FloatToCharCastTest 2022-12-01T11:12:44.6570192Z [ OK ] LLVM.FloatToCharCastTest (18 ms) 2022-12-01T11:12:44.6570583Z [ RUN ] LLVM.ByteToFloatCastTest 2022-12-01T11:12:44.6751769Z [ OK ] LLVM.ByteToFloatCastTest (18 ms) 2022-12-01T11:12:44.6752308Z [ RUN ] LLVM.CharToFloatCastTest 2022-12-01T11:12:44.6934359Z [ OK ] LLVM.CharToFloatCastTest (18 ms) 2022-12-01T11:12:44.6934910Z [ RUN ] LLVM.BitCast 2022-12-01T11:12:44.7676238Z [ OK ] LLVM.BitCast (74 ms) 2022-12-01T11:12:44.7676710Z [ RUN ] LLVM.fastLogFloat 2022-12-01T11:12:44.8261985Z [ OK ] LLVM.fastLogFloat (58 ms) 2022-12-01T11:12:44.8262257Z [ RUN ] LLVM.LetTest01 2022-12-01T11:12:44.8447318Z [ OK ] LLVM.LetTest01 (18 ms) 2022-12-01T11:12:44.8447592Z [ RUN ] LLVM.LetTest02 2022-12-01T11:12:44.8632749Z [ OK ] LLVM.LetTest02 (18 ms) 2022-12-01T11:12:44.8633037Z [ RUN ] LLVM.LetTestMultitype 2022-12-01T11:12:44.8815071Z [ OK ] LLVM.LetTestMultitype (18 ms) 2022-12-01T11:12:44.8815365Z [ RUN ] LLVM.BufferTest 2022-12-01T11:12:44.8999578Z [ OK ] LLVM.BufferTest (18 ms) 2022-12-01T11:12:44.9182334Z [ RUN ] LLVM.BlockTest 2022-12-01T11:12:44.9182606Z [ OK ] LLVM.BlockTest (18 ms) 2022-12-01T11:12:44.9182868Z [ RUN ] LLVM.LoadStoreTest 2022-12-01T11:12:44.9369071Z [ OK ] LLVM.LoadStoreTest (18 ms) 2022-12-01T11:12:44.9369336Z [ RUN ] LLVM.IfThenElseTest 2022-12-01T11:12:44.9566226Z [ OK ] LLVM.IfThenElseTest (19 ms) 2022-12-01T11:12:44.9566526Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-12-01T11:12:45.0149935Z [ OK ] LLVM.CondNoFalseBlockTest (58 ms) 2022-12-01T11:12:45.0150224Z [ RUN ] LLVM.CondTest 2022-12-01T11:12:45.0733858Z [ OK ] LLVM.CondTest (58 ms) 2022-12-01T11:12:45.0734138Z [ RUN ] LLVM.CondNestedTest 2022-12-01T11:12:45.1536849Z [ OK ] LLVM.CondNestedTest (80 ms) 2022-12-01T11:12:45.1537145Z [ RUN ] LLVM.DirectVectorization 2022-12-01T11:12:45.1789035Z [ OK ] LLVM.DirectVectorization (25 ms) 2022-12-01T11:12:45.1789339Z [ RUN ] LLVM.VecLoadStoreTest 2022-12-01T11:12:45.1974259Z [ OK ] LLVM.VecLoadStoreTest (18 ms) 2022-12-01T11:12:45.1974611Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-12-01T11:12:45.2162482Z [ OK ] LLVM.VecFloat_erfLane4Test (18 ms) 2022-12-01T11:12:45.2162786Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-12-01T11:12:45.2353780Z [ OK ] LLVM.VecFloat_erfcLane4Test (19 ms) 2022-12-01T11:12:45.2354101Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-12-01T11:12:45.2545137Z [ OK ] LLVM.VecFloat_acosLane4Test (19 ms) 2022-12-01T11:12:45.2545441Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-12-01T11:12:45.2735131Z [ OK ] LLVM.VecFloat_asinLane4Test (18 ms) 2022-12-01T11:12:45.2735430Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-12-01T11:12:45.2923148Z [ OK ] LLVM.VecFloat_atanLane4Test (18 ms) 2022-12-01T11:12:45.2923468Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-12-01T11:12:45.3108519Z [ OK ] LLVM.VecFloat_coshLane4Test (18 ms) 2022-12-01T11:12:45.3108868Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-12-01T11:12:45.3293228Z [ OK ] LLVM.VecFloat_sinhLane4Test (18 ms) 2022-12-01T11:12:45.3293513Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-12-01T11:12:45.3479032Z [ OK ] LLVM.VecFloat_tanhLane4Test (18 ms) 2022-12-01T11:12:45.3479602Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-12-01T11:12:45.3666688Z [ OK ] LLVM.VecFloat_expm1Lane4Test (18 ms) 2022-12-01T11:12:45.3667012Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-12-01T11:12:45.3852443Z [ OK ] LLVM.VecFloat_lgammaLane4Test (18 ms) 2022-12-01T11:12:45.3852748Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-12-01T11:12:45.4040425Z [ OK ] LLVM.VecFloat_erfLane8Test (18 ms) 2022-12-01T11:12:45.4040723Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-12-01T11:12:45.4232344Z [ OK ] LLVM.VecFloat_erfcLane8Test (19 ms) 2022-12-01T11:12:45.4232633Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-12-01T11:12:45.4421612Z [ OK ] LLVM.VecFloat_acosLane8Test (18 ms) 2022-12-01T11:12:45.4421910Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-12-01T11:12:45.4612486Z [ OK ] LLVM.VecFloat_asinLane8Test (19 ms) 2022-12-01T11:12:45.4612788Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-12-01T11:12:45.4802835Z [ OK ] LLVM.VecFloat_atanLane8Test (18 ms) 2022-12-01T11:12:45.4803133Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-12-01T11:12:45.4993466Z [ OK ] LLVM.VecFloat_coshLane8Test (19 ms) 2022-12-01T11:12:45.4993763Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-12-01T11:12:45.5188900Z [ OK ] LLVM.VecFloat_sinhLane8Test (19 ms) 2022-12-01T11:12:45.5189196Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-12-01T11:12:45.5382033Z [ OK ] LLVM.VecFloat_tanhLane8Test (19 ms) 2022-12-01T11:12:45.5382363Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-12-01T11:12:45.5575071Z [ OK ] LLVM.VecFloat_expm1Lane8Test (19 ms) 2022-12-01T11:12:45.5575405Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-12-01T11:12:45.5763912Z [ OK ] LLVM.VecFloat_lgammaLane8Test (18 ms) 2022-12-01T11:12:45.5764239Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-12-01T11:12:45.5966437Z [ OK ] LLVM.VecDouble_erfLane2Test (20 ms) 2022-12-01T11:12:45.5966741Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-12-01T11:12:45.6156352Z [ OK ] LLVM.VecDouble_erfcLane2Test (19 ms) 2022-12-01T11:12:45.6156677Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-12-01T11:12:45.6342384Z [ OK ] LLVM.VecDouble_acosLane2Test (18 ms) 2022-12-01T11:12:45.6342704Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-12-01T11:12:45.6528937Z [ OK ] LLVM.VecDouble_asinLane2Test (18 ms) 2022-12-01T11:12:45.6529262Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-12-01T11:12:45.6717752Z [ OK ] LLVM.VecDouble_atanLane2Test (18 ms) 2022-12-01T11:12:45.6718081Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-12-01T11:12:45.6905489Z [ OK ] LLVM.VecDouble_coshLane2Test (18 ms) 2022-12-01T11:12:45.6905814Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-12-01T11:12:45.7090023Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-12-01T11:12:45.7090583Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-12-01T11:12:45.7275227Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-12-01T11:12:45.7275556Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-12-01T11:12:45.7460465Z [ OK ] LLVM.VecDouble_expm1Lane2Test (18 ms) 2022-12-01T11:12:45.7460777Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-12-01T11:12:45.7645525Z [ OK ] LLVM.VecDouble_lgammaLane2Test (18 ms) 2022-12-01T11:12:45.7645841Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-12-01T11:12:45.7832123Z [ OK ] LLVM.VecDouble_erfLane4Test (18 ms) 2022-12-01T11:12:45.7832448Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-12-01T11:12:45.8024043Z [ OK ] LLVM.VecDouble_erfcLane4Test (19 ms) 2022-12-01T11:12:45.8024751Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-12-01T11:12:45.8209990Z [ OK ] LLVM.VecDouble_acosLane4Test (18 ms) 2022-12-01T11:12:45.8210395Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-12-01T11:12:45.8397939Z [ OK ] LLVM.VecDouble_asinLane4Test (18 ms) 2022-12-01T11:12:45.8398277Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-12-01T11:12:45.8588982Z [ OK ] LLVM.VecDouble_atanLane4Test (19 ms) 2022-12-01T11:12:45.8589280Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-12-01T11:12:45.8781179Z [ OK ] LLVM.VecDouble_coshLane4Test (19 ms) 2022-12-01T11:12:45.8781525Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-12-01T11:12:45.8972939Z [ OK ] LLVM.VecDouble_sinhLane4Test (19 ms) 2022-12-01T11:12:45.8973291Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-12-01T11:12:45.9162494Z [ OK ] LLVM.VecDouble_tanhLane4Test (18 ms) 2022-12-01T11:12:45.9162840Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-12-01T11:12:45.9351008Z [ OK ] LLVM.VecDouble_expm1Lane4Test (18 ms) 2022-12-01T11:12:45.9351326Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-12-01T11:12:45.9539406Z [ OK ] LLVM.VecDouble_lgammaLane4Test (18 ms) 2022-12-01T11:12:45.9539714Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-12-01T11:12:45.9724828Z [ OK ] LLVM.VectorizerLoadStoreTest (18 ms) 2022-12-01T11:12:45.9725158Z [ RUN ] LLVM.VectorizeBitCast 2022-12-01T11:12:45.9930278Z [ OK ] LLVM.VectorizeBitCast (20 ms) 2022-12-01T11:12:45.9930557Z [ RUN ] LLVM.MemcpyTest 2022-12-01T11:12:46.0133184Z [ OK ] LLVM.MemcpyTest (20 ms) 2022-12-01T11:12:46.0133462Z [ RUN ] LLVM.BzeroTest 2022-12-01T11:12:46.0329242Z [ OK ] LLVM.BzeroTest (19 ms) 2022-12-01T11:12:46.0329738Z [ RUN ] LLVM.ElemwiseAdd 2022-12-01T11:12:46.0813894Z [ OK ] LLVM.ElemwiseAdd (48 ms) 2022-12-01T11:12:46.0814483Z [ RUN ] LLVM.ElemwiseAddFloat 2022-12-01T11:12:46.1276249Z [ OK ] LLVM.ElemwiseAddFloat (46 ms) 2022-12-01T11:12:46.1276811Z [ RUN ] LLVM.ElemwiseLog10Float 2022-12-01T11:12:46.1507963Z [ OK ] LLVM.ElemwiseLog10Float (23 ms) 2022-12-01T11:12:46.1508401Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-12-01T11:12:46.1736516Z [ OK ] LLVM.ElemwiseLog1pFloat (22 ms) 2022-12-01T11:12:46.1737001Z [ RUN ] LLVM.ElemwiseMaxInt 2022-12-01T11:12:46.2058074Z [ OK ] LLVM.ElemwiseMaxInt (32 ms) 2022-12-01T11:12:46.2058498Z [ RUN ] LLVM.ElemwiseMinInt 2022-12-01T11:12:46.2378553Z [ OK ] LLVM.ElemwiseMinInt (32 ms) 2022-12-01T11:12:46.2378914Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-12-01T11:12:46.2665566Z [ OK ] LLVM.ElemwiseMaxFloat (28 ms) 2022-12-01T11:12:46.2665899Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-12-01T11:12:46.2951807Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-12-01T11:12:46.2952562Z [ RUN ] LLVM.ElemwiseMinFloat 2022-12-01T11:12:46.3235392Z [ OK ] LLVM.ElemwiseMinFloat (28 ms) 2022-12-01T11:12:46.3235925Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-12-01T11:12:46.3520161Z [ OK ] LLVM.ElemwiseMinNaNFloat (28 ms) 2022-12-01T11:12:46.3520453Z [ RUN ] LLVM.ElemwiseMod 2022-12-01T11:12:46.3790574Z [ OK ] LLVM.ElemwiseMod (26 ms) 2022-12-01T11:12:46.3790880Z [ RUN ] LLVM.CompareSelectIntEQ 2022-12-01T11:12:46.4125722Z [ OK ] LLVM.CompareSelectIntEQ (33 ms) 2022-12-01T11:12:46.4126056Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-12-01T11:12:46.4456162Z [ OK ] LLVM.CompareSelectFloatEQ (33 ms) 2022-12-01T11:12:46.4456559Z [ RUN ] LLVM.CompareSelectByteGT 2022-12-01T11:12:46.4787640Z [ OK ] LLVM.CompareSelectByteGT (33 ms) 2022-12-01T11:12:46.4787958Z [ RUN ] LLVM.CompareSelectByteGE 2022-12-01T11:12:46.5119048Z [ OK ] LLVM.CompareSelectByteGE (33 ms) 2022-12-01T11:12:46.5119376Z [ RUN ] LLVM.CompareSelectByteLT 2022-12-01T11:12:46.5448381Z [ OK ] LLVM.CompareSelectByteLT (32 ms) 2022-12-01T11:12:46.5448675Z [ RUN ] LLVM.CompareSelectByteLE 2022-12-01T11:12:46.5780046Z [ OK ] LLVM.CompareSelectByteLE (33 ms) 2022-12-01T11:12:46.5780335Z [ RUN ] LLVM.StoreFloat 2022-12-01T11:12:46.5964666Z [ OK ] LLVM.StoreFloat (18 ms) 2022-12-01T11:12:46.5964928Z [ RUN ] LLVM.SimpleMath01 2022-12-01T11:12:46.6338670Z [ OK ] LLVM.SimpleMath01 (37 ms) 2022-12-01T11:12:46.6338942Z [ RUN ] LLVM.ComputeMul 2022-12-01T11:12:46.6805108Z [ OK ] LLVM.ComputeMul (46 ms) 2022-12-01T11:12:46.6805406Z [ RUN ] LLVM.BroadcastAdd 2022-12-01T11:12:46.7909268Z [ OK ] LLVM.BroadcastAdd (110 ms) 2022-12-01T11:12:46.7909565Z [ RUN ] LLVM.BitwiseOps 2022-12-01T11:12:46.8093463Z [ OK ] LLVM.BitwiseOps (18 ms) 2022-12-01T11:12:46.8093790Z [ RUN ] LLVM.ArithmeticRightShift 2022-12-01T11:12:46.8271685Z [ OK ] LLVM.ArithmeticRightShift (17 ms) 2022-12-01T11:12:46.8272000Z [ RUN ] LLVM.LogicalRightShift 2022-12-01T11:12:46.8451259Z [ OK ] LLVM.LogicalRightShift (17 ms) 2022-12-01T11:12:46.8451555Z [ RUN ] LLVM.DynamicShapeAdd 2022-12-01T11:12:46.9758478Z [ OK ] LLVM.DynamicShapeAdd (130 ms) 2022-12-01T11:12:46.9758794Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-12-01T11:12:47.1046822Z [ OK ] LLVM.BindDynamicShapeAdd (128 ms) 2022-12-01T11:12:47.1047154Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-12-01T11:12:47.2344892Z [ OK ] LLVM.TensorDynamicShapeAdd (129 ms) 2022-12-01T11:12:47.2345210Z [ RUN ] LLVM.DynamicShape2D 2022-12-01T11:12:47.4510747Z [ OK ] LLVM.DynamicShape2D (216 ms) 2022-12-01T11:12:47.4511041Z [ RUN ] LLVM.EmptyStmt 2022-12-01T11:12:47.4686109Z [ OK ] LLVM.EmptyStmt (17 ms) 2022-12-01T11:12:47.4686394Z [ RUN ] LLVM.EliminatedStmt 2022-12-01T11:12:47.4861126Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-12-01T11:12:47.4861424Z [ RUN ] LLVM.SimpleReduction 2022-12-01T11:12:47.5676233Z [ OK ] LLVM.SimpleReduction (81 ms) 2022-12-01T11:12:47.5676556Z [ RUN ] LLVM.RFactorReduction 2022-12-01T11:12:47.5996419Z [ OK ] LLVM.RFactorReduction (32 ms) 2022-12-01T11:12:47.5996751Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-12-01T11:12:47.6489705Z [ OK ] LLVM.RFactorVectorizedReduction (49 ms) 2022-12-01T11:12:47.6490026Z [ RUN ] LLVM.SimpleParallelSS 2022-12-01T11:12:47.6732545Z [ OK ] LLVM.SimpleParallelSS (24 ms) 2022-12-01T11:12:47.6733054Z [ RUN ] LLVM.SimpleParallelSP 2022-12-01T11:12:47.6996256Z [ OK ] LLVM.SimpleParallelSP (26 ms) 2022-12-01T11:12:47.6996730Z [ RUN ] LLVM.SimpleParallelPS 2022-12-01T11:12:47.7269109Z [ OK ] LLVM.SimpleParallelPS (27 ms) 2022-12-01T11:12:47.7269601Z [ RUN ] LLVM.SimpleParallelPP 2022-12-01T11:12:47.7534002Z [ OK ] LLVM.SimpleParallelPP (26 ms) 2022-12-01T11:12:47.7534586Z [ RUN ] LLVM.CompositeParallel 2022-12-01T11:12:50.7510603Z [ OK ] LLVM.CompositeParallel (2997 ms) 2022-12-01T11:12:50.7511100Z [ RUN ] LLVM.VectorizedGEMM 2022-12-01T11:12:50.8314479Z [ OK ] LLVM.VectorizedGEMM (80 ms) 2022-12-01T11:12:50.8314912Z [ RUN ] LLVM.CallRaw 2022-12-01T11:12:51.4808781Z [ OK ] LLVM.CallRaw (649 ms) 2022-12-01T11:12:51.4809280Z [ RUN ] LLVM.CustomTarget 2022-12-01T11:12:51.5038058Z [ OK ] LLVM.CustomTarget (22 ms) 2022-12-01T11:12:51.5038396Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-12-01T11:12:51.5411027Z [ OK ] LLVM.CodeGenKernelFuncName (37 ms) 2022-12-01T11:12:51.5411391Z [----------] 150 tests from LLVM (7765 ms total) 2022-12-01T11:12:51.5411601Z 2022-12-01T11:12:51.5411773Z [----------] Global test environment tear-down 2022-12-01T11:12:51.5485026Z [==========] 801 tests from 25 test suites ran. (24934 ms total) 2022-12-01T11:12:51.5485420Z [ PASSED ] 801 tests. 2022-12-01T11:12:51.5485547Z 2022-12-01T11:12:51.5485676Z  YOU HAVE 5 DISABLED TESTS 2022-12-01T11:12:51.5485799Z 2022-12-01T11:12:51.6149502Z + [[ linux-bionic-py3.7-clang9 == pytorch-linux-xenial-py3* ]] 2022-12-01T11:12:51.6149810Z + assert_git_not_dirty 2022-12-01T11:12:51.6150167Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:12:51.6150472Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:12:51.6152612Z ++ git status --porcelain 2022-12-01T11:12:51.6955658Z + git_status= 2022-12-01T11:12:51.6956195Z + [[ -n '' ]] 2022-12-01T11:12:51.6956442Z + test_aot_compilation 2022-12-01T11:12:51.6956725Z + echo 'Testing Ahead of Time compilation' 2022-12-01T11:12:51.6956953Z Testing Ahead of Time compilation 2022-12-01T11:12:51.6957363Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:12:51.6967127Z + 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 /opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:12:51.6976831Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T11:12:51.6977210Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-12-01T11:12:51.6987812Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-12-01T11:12:51.6988340Z + /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc --gtest_output=xml:test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml 2022-12-01T11:12:51.9287703Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-12-01T11:12:51.9288316Z [==========] Running 6 tests from 2 test suites. 2022-12-01T11:12:51.9288631Z [----------] Global test environment set-up. 2022-12-01T11:12:51.9288908Z [----------] 4 tests from Function 2022-12-01T11:12:51.9289186Z [ RUN ] Function.ExecuteSlowMul 2022-12-01T11:12:51.9473013Z [ OK ] Function.ExecuteSlowMul (18 ms) 2022-12-01T11:12:51.9473438Z [ RUN ] Function.Serialization 2022-12-01T11:12:51.9473736Z [ OK ] Function.Serialization (0 ms) 2022-12-01T11:12:51.9474016Z [ RUN ] Function.ValidInput 2022-12-01T11:12:51.9474531Z [ OK ] Function.ValidInput (0 ms) 2022-12-01T11:12:51.9474795Z [ RUN ] Function.InvalidInput 2022-12-01T11:12:51.9481336Z [ OK ] Function.InvalidInput (0 ms) 2022-12-01T11:12:51.9481900Z [----------] 4 tests from Function (19 ms total) 2022-12-01T11:12:51.9482176Z 2022-12-01T11:12:51.9482432Z [----------] 2 tests from MobileNNCRegistryTest 2022-12-01T11:12:51.9482743Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-12-01T11:12:51.9483084Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-12-01T11:12:51.9483489Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-12-01T11:12:51.9483891Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-12-01T11:12:51.9484298Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-12-01T11:12:51.9484467Z 2022-12-01T11:12:51.9484817Z [----------] Global test environment tear-down 2022-12-01T11:12:51.9485146Z [==========] 6 tests from 2 test suites ran. (19 ms total) 2022-12-01T11:12:51.9485461Z [ PASSED ] 6 tests. 2022-12-01T11:12:51.9485589Z 2022-12-01T11:12:51.9485710Z  YOU HAVE 1 DISABLED TEST 2022-12-01T11:12:51.9485831Z 2022-12-01T11:12:52.0094461Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-12-01T11:12:52.0094949Z + source test/mobile/nnc/test_aot_compile.sh 2022-12-01T11:12:52.0095205Z ++ set -e -o pipefail 2022-12-01T11:12:52.0097488Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T11:12:52.0266248Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T11:12:52.0266843Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T11:12:52.0268981Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-12-01T11:12:52.0279922Z ++ CURRENT_DIR=test/mobile/nnc 2022-12-01T11:12:52.0280325Z ++ MODEL=aot_test_model.pt 2022-12-01T11:12:52.0280632Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-12-01T11:12:52.0280882Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-12-01T11:12:52.0283472Z +++ mktemp -d -t build_XXX 2022-12-01T11:12:52.0316469Z ++ TMP_DIR=/tmp/build_4xN 2022-12-01T11:12:52.0317788Z + test_custom_script_ops 2022-12-01T11:12:52.0318257Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T11:12:52.0318628Z + echo 'Testing custom script operators' 2022-12-01T11:12:52.0318856Z Testing custom script operators 2022-12-01T11:12:52.0319264Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-12-01T11:12:52.0319525Z + pushd test/custom_operator 2022-12-01T11:12:52.0319756Z ~/workspace/test/custom_operator ~/workspace 2022-12-01T11:12:52.0320114Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-12-01T11:12:52.0431650Z + python test_custom_ops.py -v 2022-12-01T11:12:52.9395238Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-12-01T11:12:52.9406726Z 2022-12-01T11:12:52.9407070Z Running tests... 2022-12-01T11:12:52.9407659Z ---------------------------------------------------------------------- 2022-12-01T11:12:52.9449462Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-12-01T11:12:52.9880701Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.043s) 2022-12-01T11:12:52.9889653Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T11:12:52.9915059Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/__init__.py:199: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp:1064.) 2022-12-01T11:12:52.9916872Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-12-01T11:12:52.9940537Z ok (0.005s) 2022-12-01T11:12:52.9950901Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-12-01T11:12:52.9956130Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-12-01T11:12:53.0035070Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-12-01T11:12:53.0035390Z 2022-12-01T11:12:53.0035896Z ---------------------------------------------------------------------- 2022-12-01T11:12:53.0036231Z Ran 7 tests in 0.063s 2022-12-01T11:12:53.0036334Z 2022-12-01T11:12:53.0036395Z OK 2022-12-01T11:12:53.0036485Z 2022-12-01T11:12:53.0036742Z Generating XML reports... 2022-12-01T11:12:53.0068022Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201111252.xml 2022-12-01T11:12:53.1845479Z + python model.py --export-script-module=model.pt 2022-12-01T11:12:54.0845299Z + build/test_custom_ops ./model.pt 2022-12-01T11:12:54.3153673Z [W engine.cpp:1064] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-12-01T11:12:54.3645063Z ok 2022-12-01T11:12:54.4279446Z + popd 2022-12-01T11:12:54.4279951Z ~/workspace 2022-12-01T11:12:54.4280221Z + assert_git_not_dirty 2022-12-01T11:12:54.4280616Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:12:54.4280919Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:12:54.4282965Z ++ git status --porcelain 2022-12-01T11:12:54.5083038Z + git_status= 2022-12-01T11:12:54.5083461Z + [[ -n '' ]] 2022-12-01T11:12:54.5083685Z + test_custom_backend 2022-12-01T11:12:54.5084014Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-12-01T11:12:54.5084274Z + echo 'Testing custom backends' 2022-12-01T11:12:54.5084535Z Testing custom backends 2022-12-01T11:12:54.5084904Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-12-01T11:12:54.5085216Z + pushd test/custom_backend 2022-12-01T11:12:54.5085443Z ~/workspace/test/custom_backend ~/workspace 2022-12-01T11:12:54.5085812Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-12-01T11:12:54.5130186Z + python test_custom_backend.py -v 2022-12-01T11:12:55.4141562Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-12-01T11:12:55.4152298Z 2022-12-01T11:12:55.4152400Z Running tests... 2022-12-01T11:12:55.4152920Z ---------------------------------------------------------------------- 2022-12-01T11:12:55.4160129Z test_execute (__main__.TestCustomBackend) 2022-12-01T11:12:55.4661073Z Test execution using the custom backend. ... ok (0.051s) 2022-12-01T11:12:55.4669784Z test_save_load (__main__.TestCustomBackend) 2022-12-01T11:12:55.4845669Z Test that a lowered module can be executed correctly ... ok (0.018s) 2022-12-01T11:12:55.4848126Z 2022-12-01T11:12:55.4848694Z ---------------------------------------------------------------------- 2022-12-01T11:12:55.4849188Z Ran 2 tests in 0.070s 2022-12-01T11:12:55.4849392Z 2022-12-01T11:12:55.4849467Z OK 2022-12-01T11:12:55.4849547Z 2022-12-01T11:12:55.4849646Z Generating XML reports... 2022-12-01T11:12:55.4878837Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201111255.xml 2022-12-01T11:12:55.6965152Z + python backend.py --export-module-to=model.pt 2022-12-01T11:12:56.6398804Z + build/test_custom_backend ./model.pt 2022-12-01T11:12:56.8742898Z Testing custom_backend 2022-12-01T11:12:56.9321777Z OK 2022-12-01T11:12:56.9940996Z + rm -f ./model.pt 2022-12-01T11:12:56.9990430Z + popd 2022-12-01T11:12:56.9990773Z ~/workspace 2022-12-01T11:12:56.9991098Z + assert_git_not_dirty 2022-12-01T11:12:56.9991470Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:12:56.9991750Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:12:56.9993853Z ++ git status --porcelain 2022-12-01T11:12:57.0796347Z + git_status= 2022-12-01T11:12:57.0796674Z + [[ -n '' ]] 2022-12-01T11:12:57.0796930Z + test_torch_function_benchmark 2022-12-01T11:12:57.0797276Z + echo 'Testing __torch_function__ benchmarks' 2022-12-01T11:12:57.0797510Z Testing __torch_function__ benchmarks 2022-12-01T11:12:57.0797788Z + pushd benchmarks/overrides_benchmark 2022-12-01T11:12:57.0798043Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-12-01T11:12:57.0798344Z + python bench.py -n 1 -m 2 2022-12-01T11:12:57.8198360Z Type tensor had a minimum time of 0.006198883056640625 us and a standard deviation of 0.18308591097593307 us. 2022-12-01T11:12:57.8198882Z Type SubTensor had a minimum time of 0.021219253540039062 us and a standard deviation of 0.03692063910420984 us. 2022-12-01T11:12:57.8199323Z Type WithTorchFunction had a minimum time of 0.0057220458984375 us and a standard deviation of 0.016690151824150234 us. 2022-12-01T11:12:57.8200069Z Type SubWithTorchFunction had a minimum time of 0.010967254638671875 us and a standard deviation of 0.008092194548225962 us. 2022-12-01T11:12:57.9698356Z + python pyspybench.py Tensor -n 1 2022-12-01T11:12:58.8557563Z + python pyspybench.py SubTensor -n 1 2022-12-01T11:12:59.7446084Z + python pyspybench.py WithTorchFunction -n 1 2022-12-01T11:13:00.6162323Z + python pyspybench.py SubWithTorchFunction -n 1 2022-12-01T11:13:01.5219339Z + popd 2022-12-01T11:13:01.5219561Z ~/workspace 2022-12-01T11:13:01.5219747Z + assert_git_not_dirty 2022-12-01T11:13:01.5220144Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-12-01T11:13:01.5220426Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-12-01T11:13:01.5222688Z ++ git status --porcelain 2022-12-01T11:13:01.6042648Z + git_status= 2022-12-01T11:13:01.6043137Z + [[ -n '' ]] 2022-12-01T11:13:01.6115842Z Prepare all required actions 2022-12-01T11:13:01.6116164Z Getting action download info 2022-12-01T11:13:01.8538701Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:13:01.8538913Z with: 2022-12-01T11:13:01.8539243Z github-token: *** 2022-12-01T11:13:01.8539411Z env: 2022-12-01T11:13:01.8539568Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:01.8539750Z ##[endgroup] 2022-12-01T11:13:01.8566741Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:13:01.8566978Z with: 2022-12-01T11:13:01.8567138Z shell: bash 2022-12-01T11:13:01.8567302Z timeout_minutes: 10 2022-12-01T11:13:01.8567486Z max_attempts: 5 2022-12-01T11:13:01.8567668Z retry_wait_seconds: 30 2022-12-01T11:13:01.8568038Z 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:13:01.8568460Z polling_interval_seconds: 1 2022-12-01T11:13:01.8568658Z warning_on_retry: true 2022-12-01T11:13:01.8568835Z continue_on_error: false 2022-12-01T11:13:01.8569008Z env: 2022-12-01T11:13:01.8569181Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:01.8569489Z GITHUB_TOKEN: *** 2022-12-01T11:13:01.8569664Z ##[endgroup] 2022-12-01T11:13:02.1779396Z 2022-12-01T11:13:02.1785024Z ##[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:13:02.1822597Z + python3 -m pip install requests==2.26.0 2022-12-01T11:13:02.8950620Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:13:02.9168242Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:13:02.9298688Z 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:13:02.9319179Z 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:13:02.9330304Z 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:13:02.9356319Z 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:13:03.0240301Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0595c196c588c6125 2022-12-01T11:13:05.0593278Z + GHA_WORKFLOW_JOB_ID=9818359400 2022-12-01T11:13:05.0593827Z + echo '::set-output name=job-id::9818359400' 2022-12-01T11:13:05.0601766Z ##[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:13:05.1828009Z Command completed after 1 attempt(s). 2022-12-01T11:13:05.1828291Z 2022-12-01T11:13:05.1829860Z ##[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:13:05.1928479Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:13:05.1928721Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:13:05.2514881Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:13:05.2515121Z env: 2022-12-01T11:13:05.2515303Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:05.2515503Z MONITOR_SCRIPT_PID: 17119 2022-12-01T11:13:05.2515689Z ##[endgroup] 2022-12-01T11:13:05.2595789Z Prepare all required actions 2022-12-01T11:13:05.2596052Z Getting action download info 2022-12-01T11:13:05.4522748Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:13:05.7435949Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:13:05.7436174Z with: 2022-12-01T11:13:05.7436401Z file-suffix: test-crossref-2-2-linux.2xlarge_9818359400 2022-12-01T11:13:05.7436610Z env: 2022-12-01T11:13:05.7436783Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:05.7436967Z ##[endgroup] 2022-12-01T11:13:05.7461354Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:13:05.7461646Z # Remove any previous test jsons if they exist 2022-12-01T11:13:05.7461879Z rm -f test-jsons-*.zip 2022-12-01T11:13:05.7462123Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:13:05.7473719Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:13:05.7473981Z env: 2022-12-01T11:13:05.7474162Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:05.7474400Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_9818359400 2022-12-01T11:13:05.7474632Z ##[endgroup] 2022-12-01T11:13:05.8266430Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:13:05.8292878Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:13:05.8298815Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:13:05.8300101Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:13:05.8308545Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:13:05.8329879Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:13:05.8330186Z # Remove any previous test reports if they exist 2022-12-01T11:13:05.8330426Z rm -f test-reports-*.zip 2022-12-01T11:13:05.8330760Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:13:05.8341868Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:13:05.8342089Z env: 2022-12-01T11:13:05.8342263Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:05.8342500Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_9818359400 2022-12-01T11:13:05.8342724Z ##[endgroup] 2022-12-01T11:13:05.8449208Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20221201111255.xml (deflated 56%) 2022-12-01T11:13:05.8449837Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221201111252.xml (deflated 65%) 2022-12-01T11:13:05.8454179Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201100809.xml (deflated 76%) 2022-12-01T11:13:05.8464526Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201100809.xml (deflated 92%) 2022-12-01T11:13:05.8474375Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201100809.xml (deflated 92%) 2022-12-01T11:13:05.8478891Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201100809.xml (deflated 93%) 2022-12-01T11:13:05.8490665Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201100809.xml (deflated 90%) 2022-12-01T11:13:05.8497174Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201100809.xml (deflated 66%) 2022-12-01T11:13:05.8500319Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201100809.xml (deflated 63%) 2022-12-01T11:13:05.8504755Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201100809.xml (deflated 84%) 2022-12-01T11:13:05.8512889Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8518055Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201100809.xml (deflated 84%) 2022-12-01T11:13:05.8521600Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201100809.xml (deflated 86%) 2022-12-01T11:13:05.8530774Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201100809.xml (deflated 75%) 2022-12-01T11:13:05.8536666Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201100809.xml (deflated 82%) 2022-12-01T11:13:05.8544154Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201100809.xml (deflated 79%) 2022-12-01T11:13:05.8547640Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201100809.xml (deflated 59%) 2022-12-01T11:13:05.8557150Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201100809.xml (deflated 88%) 2022-12-01T11:13:05.8568351Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201100809.xml (deflated 92%) 2022-12-01T11:13:05.8572872Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201100809.xml (deflated 69%) 2022-12-01T11:13:05.8584636Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201100809.xml (deflated 88%) 2022-12-01T11:13:05.8587579Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201100809.xml (deflated 76%) 2022-12-01T11:13:05.8590500Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201100809.xml (deflated 73%) 2022-12-01T11:13:05.8595103Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201100809.xml (deflated 68%) 2022-12-01T11:13:05.8602632Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201100809.xml (deflated 82%) 2022-12-01T11:13:05.8604775Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201100809.xml (deflated 54%) 2022-12-01T11:13:05.8607125Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8609323Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201100809.xml (deflated 74%) 2022-12-01T11:13:05.8621060Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201100809.xml (deflated 75%) 2022-12-01T11:13:05.8623631Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201100809.xml (deflated 53%) 2022-12-01T11:13:05.8626144Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201100809.xml (deflated 79%) 2022-12-01T11:13:05.8628886Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8636118Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201100809.xml (deflated 77%) 2022-12-01T11:13:05.8642452Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201100809.xml (deflated 76%) 2022-12-01T11:13:05.8645796Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201100809.xml (deflated 74%) 2022-12-01T11:13:05.8655021Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201100809.xml (deflated 85%) 2022-12-01T11:13:05.8659094Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201100809.xml (deflated 79%) 2022-12-01T11:13:05.8662448Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201100809.xml (deflated 63%) 2022-12-01T11:13:05.8667510Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201100809.xml (deflated 84%) 2022-12-01T11:13:05.8676657Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8680845Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201100809.xml (deflated 58%) 2022-12-01T11:13:05.8688882Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201100809.xml (deflated 83%) 2022-12-01T11:13:05.8699032Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201100809.xml (deflated 86%) 2022-12-01T11:13:05.8711444Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201100809.xml (deflated 80%) 2022-12-01T11:13:05.8720723Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201100809.xml (deflated 79%) 2022-12-01T11:13:05.8733162Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201100809.xml (deflated 80%) 2022-12-01T11:13:05.8742732Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201100809.xml (deflated 83%) 2022-12-01T11:13:05.8767203Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201100809.xml (deflated 87%) 2022-12-01T11:13:05.8774540Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201100809.xml (deflated 80%) 2022-12-01T11:13:05.8787054Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201100809.xml (deflated 85%) 2022-12-01T11:13:05.8796733Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8812781Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201100809.xml (deflated 85%) 2022-12-01T11:13:05.8825704Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201100809.xml (deflated 86%) 2022-12-01T11:13:05.8828478Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201100809.xml (deflated 83%) 2022-12-01T11:13:05.8831292Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201100809.xml (deflated 82%) 2022-12-01T11:13:05.8833925Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8845286Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201100809.xml (deflated 69%) 2022-12-01T11:13:05.8854888Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201100809.xml (deflated 87%) 2022-12-01T11:13:05.8868514Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201100809.xml (deflated 88%) 2022-12-01T11:13:05.8871039Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201100809.xml (deflated 64%) 2022-12-01T11:13:05.8873447Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201100809.xml (deflated 71%) 2022-12-01T11:13:05.8886003Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201100809.xml (deflated 85%) 2022-12-01T11:13:05.8889791Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201100809.xml (deflated 87%) 2022-12-01T11:13:05.8903872Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201100809.xml (deflated 85%) 2022-12-01T11:13:05.8910519Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201100809.xml (deflated 74%) 2022-12-01T11:13:05.8915279Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201100809.xml (deflated 72%) 2022-12-01T11:13:05.8933355Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20221201100812.xml (deflated 89%) 2022-12-01T11:13:05.8947733Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20221201100812.xml (deflated 97%) 2022-12-01T11:13:05.8951232Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20221201100812.xml (deflated 41%) 2022-12-01T11:13:05.8982142Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20221201100812.xml (deflated 98%) 2022-12-01T11:13:05.8985945Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20221201100812.xml (deflated 57%) 2022-12-01T11:13:05.9035433Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201101655.xml (deflated 97%) 2022-12-01T11:13:05.9049641Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201101925.xml (deflated 84%) 2022-12-01T11:13:05.9057982Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201102043.xml (deflated 41%) 2022-12-01T11:13:05.9065563Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201102043.xml (deflated 67%) 2022-12-01T11:13:05.9069181Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201102043.xml (deflated 73%) 2022-12-01T11:13:05.9075123Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201102043.xml (deflated 81%) 2022-12-01T11:13:05.9339926Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221201102213.xml (deflated 98%) 2022-12-01T11:13:05.9344284Z adding: test/test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221201102213.xml (deflated 74%) 2022-12-01T11:13:05.9350791Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201102234.xml (deflated 84%) 2022-12-01T11:13:05.9361166Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201102234.xml (deflated 70%) 2022-12-01T11:13:05.9369699Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201102234.xml (deflated 84%) 2022-12-01T11:13:05.9374183Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201102234.xml (deflated 69%) 2022-12-01T11:13:05.9377613Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201102234.xml (deflated 69%) 2022-12-01T11:13:05.9389100Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201102234.xml (deflated 69%) 2022-12-01T11:13:05.9395463Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201102234.xml (deflated 75%) 2022-12-01T11:13:05.9401224Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201102234.xml (deflated 69%) 2022-12-01T11:13:05.9408665Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201102234.xml (deflated 69%) 2022-12-01T11:13:05.9415543Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201102234.xml (deflated 41%) 2022-12-01T11:13:05.9420225Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20221201102234.xml (deflated 50%) 2022-12-01T11:13:05.9424051Z adding: test/test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201102234.xml (deflated 53%) 2022-12-01T11:13:05.9433258Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201102234.xml (deflated 88%) 2022-12-01T11:13:05.9436729Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201102234.xml (deflated 88%) 2022-12-01T11:13:05.9444497Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201102234.xml (deflated 89%) 2022-12-01T11:13:05.9455689Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201102251.xml (deflated 89%) 2022-12-01T11:13:05.9467578Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201102251.xml (deflated 94%) 2022-12-01T11:13:05.9478374Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201102251.xml (deflated 96%) 2022-12-01T11:13:05.9493241Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20221201102353.xml (deflated 92%) 2022-12-01T11:13:05.9661074Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20221201102353.xml (deflated 88%) 2022-12-01T11:13:05.9672057Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20221201102413.xml (deflated 62%) 2022-12-01T11:13:05.9678893Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20221201102413.xml (deflated 52%) 2022-12-01T11:13:05.9683059Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20221201102413.xml (deflated 66%) 2022-12-01T11:13:05.9689352Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20221201102413.xml (deflated 58%) 2022-12-01T11:13:05.9702051Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20221201102431.xml (deflated 90%) 2022-12-01T11:13:05.9712688Z adding: test/test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221201102439.xml (deflated 83%) 2022-12-01T11:13:05.9721433Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20221201102446.xml (deflated 73%) 2022-12-01T11:13:05.9733666Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20221201102446.xml (deflated 81%) 2022-12-01T11:13:05.9743757Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20221201102446.xml (deflated 73%) 2022-12-01T11:13:05.9750823Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerITT-20221201102446.xml (deflated 41%) 2022-12-01T11:13:05.9763414Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20221201102446.xml (deflated 69%) 2022-12-01T11:13:05.9769916Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20221201102446.xml (deflated 81%) 2022-12-01T11:13:05.9774317Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20221201102446.xml (deflated 56%) 2022-12-01T11:13:05.9781229Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20221201102501.xml (deflated 53%) 2022-12-01T11:13:05.9794990Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221201102501.xml (deflated 77%) 2022-12-01T11:13:05.9802687Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221201102501.xml (deflated 55%) 2022-12-01T11:13:05.9808766Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221201102501.xml (deflated 68%) 2022-12-01T11:13:05.9812154Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221201102501.xml (deflated 41%) 2022-12-01T11:13:05.9822788Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20221201102501.xml (deflated 41%) 2022-12-01T11:13:05.9828884Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221201102501.xml (deflated 52%) 2022-12-01T11:13:05.9837246Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221201102501.xml (deflated 41%) 2022-12-01T11:13:05.9841375Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221201102501.xml (deflated 52%) 2022-12-01T11:13:05.9847882Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221201102501.xml (deflated 42%) 2022-12-01T11:13:05.9861615Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221201102511.xml (deflated 94%) 2022-12-01T11:13:05.9869233Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221201102511.xml (deflated 84%) 2022-12-01T11:13:05.9886195Z adding: test/test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221201102511.xml (deflated 86%) 2022-12-01T11:13:05.9898075Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221201102523.xml (deflated 92%) 2022-12-01T11:13:05.9903377Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221201102523.xml (deflated 79%) 2022-12-01T11:13:05.9913742Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221201102523.xml (deflated 94%) 2022-12-01T11:13:05.9928722Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201102536.xml (deflated 91%) 2022-12-01T11:13:05.9938226Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221201102542.xml (deflated 83%) 2022-12-01T11:13:05.9943161Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221201102548.xml (deflated 54%) 2022-12-01T11:13:05.9946361Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221201102548.xml (deflated 77%) 2022-12-01T11:13:05.9957269Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221201102548.xml (deflated 85%) 2022-12-01T11:13:05.9961348Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221201102548.xml (deflated 71%) 2022-12-01T11:13:05.9968810Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221201102548.xml (deflated 67%) 2022-12-01T11:13:05.9973445Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221201102548.xml (deflated 75%) 2022-12-01T11:13:05.9983401Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221201102548.xml (deflated 66%) 2022-12-01T11:13:05.9987399Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221201102548.xml (deflated 74%) 2022-12-01T11:13:05.9991127Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221201102548.xml (deflated 70%) 2022-12-01T11:13:06.0003337Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221201102548.xml (deflated 61%) 2022-12-01T11:13:06.0012945Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221201102548.xml (deflated 68%) 2022-12-01T11:13:06.0016290Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221201102548.xml (deflated 80%) 2022-12-01T11:13:06.0022106Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221201102548.xml (deflated 43%) 2022-12-01T11:13:06.0028687Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221201102548.xml (deflated 80%) 2022-12-01T11:13:06.0036797Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221201102548.xml (deflated 59%) 2022-12-01T11:13:06.0042047Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201102554.xml (deflated 90%) 2022-12-01T11:13:06.0046730Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201102554.xml (deflated 87%) 2022-12-01T11:13:06.0057164Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102559.xml (deflated 74%) 2022-12-01T11:13:06.0065424Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20221201102602.xml (deflated 65%) 2022-12-01T11:13:06.0070696Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20221201102602.xml (deflated 73%) 2022-12-01T11:13:06.0077894Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201102606.xml (deflated 77%) 2022-12-01T11:13:06.0091789Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201102606.xml (deflated 43%) 2022-12-01T11:13:06.0095592Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201102607.xml (deflated 75%) 2022-12-01T11:13:06.0103796Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201102609.xml (deflated 71%) 2022-12-01T11:13:06.0110326Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20221201102610.xml (deflated 84%) 2022-12-01T11:13:06.0154161Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201102612.xml (deflated 84%) 2022-12-01T11:13:06.0158460Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221201102614.xml (deflated 62%) 2022-12-01T11:13:06.0163987Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201102616.xml (deflated 83%) 2022-12-01T11:13:06.0176058Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201102622.xml (deflated 84%) 2022-12-01T11:13:06.0319525Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201102622.xml (deflated 97%) 2022-12-01T11:13:06.0768273Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201102625.xml (deflated 97%) 2022-12-01T11:13:06.0774445Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20221201102953.xml (deflated 54%) 2022-12-01T11:13:06.0779583Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20221201102953.xml (deflated 71%) 2022-12-01T11:13:06.0783791Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20221201102953.xml (deflated 65%) 2022-12-01T11:13:06.0791023Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20221201102953.xml (deflated 80%) 2022-12-01T11:13:06.0796430Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20221201102953.xml (deflated 82%) 2022-12-01T11:13:06.0806715Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20221201102953.xml (deflated 75%) 2022-12-01T11:13:06.0810342Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestCubicScheduler-20221201102953.xml (deflated 57%) 2022-12-01T11:13:06.0820804Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20221201102953.xml (deflated 73%) 2022-12-01T11:13:06.0827019Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20221201102953.xml (deflated 80%) 2022-12-01T11:13:06.0837739Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20221201102953.xml (deflated 76%) 2022-12-01T11:13:06.0842438Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20221201102953.xml (deflated 69%) 2022-12-01T11:13:06.0853918Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20221201102953.xml (deflated 71%) 2022-12-01T11:13:06.0856691Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20221201102953.xml (deflated 50%) 2022-12-01T11:13:06.0859712Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20221201102953.xml (deflated 65%) 2022-12-01T11:13:06.0862438Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20221201102953.xml (deflated 70%) 2022-12-01T11:13:06.0873085Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20221201102953.xml (deflated 78%) 2022-12-01T11:13:06.0876154Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20221201102953.xml (deflated 79%) 2022-12-01T11:13:06.0885156Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201103007.xml (deflated 55%) 2022-12-01T11:13:06.0893428Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201103016.xml (deflated 78%) 2022-12-01T11:13:06.0899486Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201103016.xml (deflated 95%) 2022-12-01T11:13:06.0916384Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201103016.xml (deflated 97%) 2022-12-01T11:13:06.0920845Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201103016.xml (deflated 84%) 2022-12-01T11:13:06.0933991Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201103016.xml (deflated 96%) 2022-12-01T11:13:06.0942110Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201103024.xml (deflated 82%) 2022-12-01T11:13:06.0946948Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201103024.xml (deflated 77%) 2022-12-01T11:13:06.0959043Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201103024.xml (deflated 84%) 2022-12-01T11:13:06.0962778Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201103024.xml (deflated 76%) 2022-12-01T11:13:06.0968581Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201103024.xml (deflated 86%) 2022-12-01T11:13:06.0974324Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201103024.xml (deflated 72%) 2022-12-01T11:13:06.0981077Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201103024.xml (deflated 71%) 2022-12-01T11:13:06.0988076Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201103024.xml (deflated 79%) 2022-12-01T11:13:06.0997402Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201103024.xml (deflated 73%) 2022-12-01T11:13:06.1001141Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201103024.xml (deflated 75%) 2022-12-01T11:13:06.1011580Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201103024.xml (deflated 81%) 2022-12-01T11:13:06.1015851Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201103024.xml (deflated 48%) 2022-12-01T11:13:06.1019749Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201103024.xml (deflated 69%) 2022-12-01T11:13:06.1033099Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201103024.xml (deflated 76%) 2022-12-01T11:13:06.1041386Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201103024.xml (deflated 44%) 2022-12-01T11:13:06.1044481Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201103024.xml (deflated 71%) 2022-12-01T11:13:06.1048170Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20221201103029.xml (deflated 43%) 2022-12-01T11:13:06.1052533Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20221201103034.xml (deflated 81%) 2022-12-01T11:13:06.1063594Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201103039.xml (deflated 40%) 2022-12-01T11:13:06.1068660Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201103039.xml (deflated 84%) 2022-12-01T11:13:06.1088996Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201103044.xml (deflated 81%) 2022-12-01T11:13:06.1089598Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201103048.xml (deflated 75%) 2022-12-01T11:13:06.1093642Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201103052.xml (deflated 63%) 2022-12-01T11:13:06.1100911Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20221201103056.xml (deflated 57%) 2022-12-01T11:13:06.1109555Z adding: test/test-reports/python-unittest/test_itt/TEST-TestItt-20221201103100.xml (deflated 40%) 2022-12-01T11:13:06.1122342Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201103104.xml (deflated 95%) 2022-12-01T11:13:06.1126080Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20221201103108.xml (deflated 62%) 2022-12-01T11:13:06.1129536Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20221201103108.xml (deflated 60%) 2022-12-01T11:13:06.1133380Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20221201103108.xml (deflated 78%) 2022-12-01T11:13:06.1145834Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20221201103108.xml (deflated 78%) 2022-12-01T11:13:06.1153684Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20221201103108.xml (deflated 80%) 2022-12-01T11:13:06.1157691Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20221201103108.xml (deflated 90%) 2022-12-01T11:13:06.1167152Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20221201103108.xml (deflated 70%) 2022-12-01T11:13:06.1172433Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20221201103108.xml (deflated 72%) 2022-12-01T11:13:06.1178569Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20221201103108.xml (deflated 43%) 2022-12-01T11:13:06.1183235Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201103112.xml (deflated 76%) 2022-12-01T11:13:06.1195455Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201103116.xml (deflated 70%) 2022-12-01T11:13:06.1198495Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201103120.xml (deflated 43%) 2022-12-01T11:13:06.1199044Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201105521.xml (deflated 78%) 2022-12-01T11:13:06.1199686Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201105521.xml (deflated 85%) 2022-12-01T11:13:06.1200225Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201105521.xml (deflated 85%) 2022-12-01T11:13:06.1201908Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201105521.xml (deflated 85%) 2022-12-01T11:13:06.1202535Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201105521.xml (deflated 74%) 2022-12-01T11:13:06.1203193Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201105521.xml (deflated 82%) 2022-12-01T11:13:06.1206931Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20221201105521.xml (deflated 86%) 2022-12-01T11:13:06.1207813Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201105521.xml (deflated 63%) 2022-12-01T11:13:06.1209023Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201105521.xml (deflated 94%) 2022-12-01T11:13:06.1219445Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201105521.xml (deflated 95%) 2022-12-01T11:13:06.1220012Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201105521.xml (deflated 74%) 2022-12-01T11:13:06.1221059Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201105521.xml (deflated 86%) 2022-12-01T11:13:06.1223297Z adding: test/test-reports/python-unittest/test_fx/TEST-TestVisionTracing-20221201105521.xml (deflated 88%) 2022-12-01T11:13:06.1223971Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201105521.xml (deflated 90%) 2022-12-01T11:13:06.1242832Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20221201105908.xml (deflated 97%) 2022-12-01T11:13:06.1243496Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20221201105908.xml (deflated 41%) 2022-12-01T11:13:06.1270681Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20221201105908.xml (deflated 98%) 2022-12-01T11:13:06.1283342Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201110123.xml (deflated 96%) 2022-12-01T11:13:06.1283834Z adding: test/test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221201110427.xml (deflated 53%) 2022-12-01T11:13:06.1284332Z adding: test/test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221201110427.xml (deflated 54%) 2022-12-01T11:13:06.1284845Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221201110427.xml (deflated 42%) 2022-12-01T11:13:06.1285351Z adding: test/test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221201110427.xml (deflated 40%) 2022-12-01T11:13:06.1286019Z adding: test/test-reports/python-unittest/test_nn/TEST-TestLazyModules-20221201110427.xml (deflated 88%) 2022-12-01T11:13:06.1286558Z adding: test/test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221201110427.xml (deflated 70%) 2022-12-01T11:13:06.1320149Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNN-20221201110427.xml (deflated 95%) 2022-12-01T11:13:06.1332971Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221201110427.xml (deflated 95%) 2022-12-01T11:13:06.1333610Z adding: test/test-reports/python-unittest/test_nn/TEST-TestNNInit-20221201110427.xml (deflated 86%) 2022-12-01T11:13:06.1334113Z adding: test/test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221201110427.xml (deflated 73%) 2022-12-01T11:13:06.1334726Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201110830.xml (deflated 59%) 2022-12-01T11:13:06.1335390Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201110830.xml (deflated 56%) 2022-12-01T11:13:06.1336064Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201110830.xml (deflated 91%) 2022-12-01T11:13:06.1338681Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201110830.xml (deflated 90%) 2022-12-01T11:13:06.1339261Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201110830.xml (deflated 70%) 2022-12-01T11:13:06.1339791Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201110830.xml (deflated 73%) 2022-12-01T11:13:06.1340321Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201110830.xml (deflated 82%) 2022-12-01T11:13:06.1340925Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201110830.xml (deflated 58%) 2022-12-01T11:13:06.1341551Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201110830.xml (deflated 83%) 2022-12-01T11:13:06.1342131Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201110830.xml (deflated 76%) 2022-12-01T11:13:06.1342668Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201110830.xml (deflated 68%) 2022-12-01T11:13:06.1343351Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201110918.xml (deflated 85%) 2022-12-01T11:13:06.1353213Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutograd-20221201110951.xml (deflated 86%) 2022-12-01T11:13:06.1353779Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_complex.TestAutogradComplex-20221201110951.xml (deflated 61%) 2022-12-01T11:13:06.1355229Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradDeviceTypeCPU-20221201110951.xml (deflated 86%) 2022-12-01T11:13:06.1355840Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardMode-20221201110951.xml (deflated 85%) 2022-12-01T11:13:06.1356443Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradForwardModeBatchedGrad-20221201110951.xml (deflated 72%) 2022-12-01T11:13:06.1358513Z adding: test/test-reports/python-unittest/test_autograd/TEST-autograd.test_functional.TestAutogradFunctional-20221201110951.xml (deflated 95%) 2022-12-01T11:13:06.1359113Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradInferenceMode-20221201110951.xml (deflated 87%) 2022-12-01T11:13:06.1359694Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestAutogradMultipleDispatchCPU-20221201110951.xml (deflated 71%) 2022-12-01T11:13:06.1360278Z adding: test/test-reports/python-unittest/test_autograd/TEST-TestMultithreadAutograd-20221201110951.xml (deflated 77%) 2022-12-01T11:13:06.1360850Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20221201111013.xml (deflated 43%) 2022-12-01T11:13:06.1361442Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20221201111013.xml (deflated 42%) 2022-12-01T11:13:06.1361979Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20221201111013.xml (deflated 42%) 2022-12-01T11:13:06.1362516Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20221201111013.xml (deflated 41%) 2022-12-01T11:13:06.1363069Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20221201111013.xml (deflated 43%) 2022-12-01T11:13:06.1363592Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20221201111013.xml (deflated 73%) 2022-12-01T11:13:06.1364078Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20221201111013.xml (deflated 42%) 2022-12-01T11:13:06.1364652Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20221201111013.xml (deflated 41%) 2022-12-01T11:13:06.1365148Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20221201111013.xml (deflated 41%) 2022-12-01T11:13:06.1365634Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20221201111013.xml (deflated 39%) 2022-12-01T11:13:06.1366110Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20221201111013.xml (deflated 41%) 2022-12-01T11:13:06.1378366Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20221201111013.xml (deflated 96%) 2022-12-01T11:13:06.1379030Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20221201111013.xml (deflated 42%) 2022-12-01T11:13:06.1379652Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20221201111013.xml (deflated 42%) 2022-12-01T11:13:06.1380416Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20221201111013.xml (deflated 88%) 2022-12-01T11:13:06.1381031Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201111018.xml (deflated 77%) 2022-12-01T11:13:06.1381522Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201111018.xml (deflated 53%) 2022-12-01T11:13:06.1382381Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201111018.xml (deflated 91%) 2022-12-01T11:13:06.1382941Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201111018.xml (deflated 39%) 2022-12-01T11:13:06.1383908Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201111021.xml (deflated 82%) 2022-12-01T11:13:06.1384838Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201111021.xml (deflated 75%) 2022-12-01T11:13:06.1386599Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201111044.xml (deflated 87%) 2022-12-01T11:13:06.1387184Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20221201111048.xml (deflated 72%) 2022-12-01T11:13:06.1387861Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20221201111053.xml (deflated 55%) 2022-12-01T11:13:06.1388640Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201111104.xml (deflated 80%) 2022-12-01T11:13:06.1389287Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201111104.xml (deflated 67%) 2022-12-01T11:13:06.1389924Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201111104.xml (deflated 41%) 2022-12-01T11:13:06.1390563Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201111104.xml (deflated 42%) 2022-12-01T11:13:06.1391220Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221201111113.xml (deflated 80%) 2022-12-01T11:13:06.1391850Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221201111113.xml (deflated 68%) 2022-12-01T11:13:06.1392454Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221201111113.xml (deflated 41%) 2022-12-01T11:13:06.1393008Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221201111113.xml (deflated 43%) 2022-12-01T11:13:06.1411878Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-b9c5f3c7444e16ee.xml (deflated 93%) 2022-12-01T11:13:06.1439021Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-15437eac5d700ac7.xml (deflated 93%) 2022-12-01T11:13:06.1444579Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit-9ae55a5a35da969e.xml (deflated 66%) 2022-12-01T11:13:06.1511825Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-bd13e6ca932ce7e3.xml (deflated 96%) 2022-12-01T11:13:06.1578795Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-4f8b2a75dca39f74.xml (deflated 96%) 2022-12-01T11:13:06.1579848Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients-7dfa6dc22d5ea0bc.xml (deflated 92%) 2022-12-01T11:13:06.1593045Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-12-01T11:13:06.1601152Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-12-01T11:13:06.1618136Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-12-01T11:13:06.1631891Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-12-01T11:13:06.1632992Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-12-01T11:13:06.1656846Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:13:06.1657139Z # Remove any previous test reports if they exist 2022-12-01T11:13:06.1657370Z rm -f usage-log-*.zip 2022-12-01T11:13:06.1657637Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:13:06.1657927Z # so check to see if the file exists first 2022-12-01T11:13:06.1658152Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:13:06.1658393Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:13:06.1658594Z fi 2022-12-01T11:13:06.1669981Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:13:06.1670205Z env: 2022-12-01T11:13:06.1670371Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:06.1670625Z FILE_SUFFIX: test-crossref-2-2-linux.2xlarge_9818359400 2022-12-01T11:13:06.1670929Z ##[endgroup] 2022-12-01T11:13:06.1994518Z adding: usage_log.txt (deflated 97%) 2022-12-01T11:13:06.2071235Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:13:06.2071556Z with: 2022-12-01T11:13:06.2071887Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:06.2072246Z retention-days: 14 2022-12-01T11:13:06.2072549Z if-no-files-found: warn 2022-12-01T11:13:06.2072869Z path: test-jsons-*.zip 2022-12-01T11:13:06.2073191Z name: artifact 2022-12-01T11:13:06.2073476Z s3-bucket: gha-artifacts 2022-12-01T11:13:06.2073788Z region: us-east-1 2022-12-01T11:13:06.2074076Z env: 2022-12-01T11:13:06.2074365Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:06.2074689Z ##[endgroup] 2022-12-01T11:13:06.9152884Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:13:06.9153377Z With the provided path, there will be 1 file uploaded 2022-12-01T11:13:06.9153866Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:06.9210822Z Starting upload of test-jsons-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:07.0389908Z Finished upload of test-jsons-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:07.0527434Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:13:07.0527656Z with: 2022-12-01T11:13:07.0527859Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:07.0528065Z retention-days: 14 2022-12-01T11:13:07.0528259Z if-no-files-found: error 2022-12-01T11:13:07.0528461Z path: test-reports-*.zip 2022-12-01T11:13:07.0528644Z name: artifact 2022-12-01T11:13:07.0528809Z s3-bucket: gha-artifacts 2022-12-01T11:13:07.0528997Z region: us-east-1 2022-12-01T11:13:07.0529156Z env: 2022-12-01T11:13:07.0529314Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:07.0529494Z ##[endgroup] 2022-12-01T11:13:07.3906952Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:13:07.3907704Z With the provided path, there will be 1 file uploaded 2022-12-01T11:13:07.3908235Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:07.3914561Z Starting upload of test-reports-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:07.4906278Z Finished upload of test-reports-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:07.5044927Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:13:07.5045145Z with: 2022-12-01T11:13:07.5045349Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:07.5045557Z retention-days: 14 2022-12-01T11:13:07.5045754Z if-no-files-found: ignore 2022-12-01T11:13:07.5045952Z path: usage-log-*.zip 2022-12-01T11:13:07.5046118Z name: artifact 2022-12-01T11:13:07.5046302Z s3-bucket: gha-artifacts 2022-12-01T11:13:07.5046495Z region: us-east-1 2022-12-01T11:13:07.5046660Z env: 2022-12-01T11:13:07.5046818Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:07.5047003Z ##[endgroup] 2022-12-01T11:13:07.8411416Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:13:07.8412136Z With the provided path, there will be 1 file uploaded 2022-12-01T11:13:07.8412434Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:13:07.8419511Z Starting upload of usage-log-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:08.0716393Z Finished upload of usage-log-test-crossref-2-2-linux.2xlarge_9818359400.zip 2022-12-01T11:13:08.0858535Z ##[group]Run set -x 2022-12-01T11:13:08.0858738Z set -x 2022-12-01T11:13:08.0858961Z python3 -m pip install -r requirements.txt 2022-12-01T11:13:08.0859213Z python3 -m pip install boto3==1.19.12 2022-12-01T11:13:08.0859492Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:13:08.0870802Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:13:08.0871023Z env: 2022-12-01T11:13:08.0871187Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:13:08.0871392Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:13:08.0871592Z BRANCH: pull/89997 2022-12-01T11:13:08.0871763Z TEST_CONFIG: crossref 2022-12-01T11:13:08.0871941Z SHARD_NUMBER: 2 2022-12-01T11:13:08.0872158Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-12-01T11:13:08.0872363Z PR_NUMBER: 89997 2022-12-01T11:13:08.0872550Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:13:08.0872757Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:13:08.0873010Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:13:08.0873217Z TAG: 2022-12-01T11:13:08.0873371Z WORKFLOW_ID: 3591403534 2022-12-01T11:13:08.0873703Z GITHUB_TOKEN: *** 2022-12-01T11:13:08.0873898Z GHA_WORKFLOW_JOB_ID: 9818359400 2022-12-01T11:13:08.0874069Z ##[endgroup] 2022-12-01T11:13:08.0899254Z + python3 -m pip install -r requirements.txt 2022-12-01T11:13:08.2946118Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:13:08.3628508Z Collecting astunparse 2022-12-01T11:13:08.3761692Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-12-01T11:13:08.4140515Z Collecting expecttest 2022-12-01T11:13:08.4183881Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-12-01T11:13:08.4499717Z Collecting future 2022-12-01T11:13:08.4544937Z Downloading future-0.18.2.tar.gz (829 kB) 2022-12-01T11:13:09.8015449Z Collecting hypothesis 2022-12-01T11:13:09.8078799Z Downloading hypothesis-6.58.2-py3-none-any.whl (396 kB) 2022-12-01T11:13:10.3749301Z Collecting numpy 2022-12-01T11:13:10.3887913Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-12-01T11:13:10.5978239Z 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:13:10.6065519Z 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:13:10.6074291Z 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:13:10.6190451Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:13:10.6625446Z Collecting six 2022-12-01T11:13:10.6677333Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-12-01T11:13:10.6952741Z Collecting types-dataclasses 2022-12-01T11:13:10.6998337Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T11:13:10.7342222Z Collecting typing_extensions 2022-12-01T11:13:10.7375783Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-12-01T11:13:10.7841777Z Collecting sympy 2022-12-01T11:13:10.8080017Z Downloading sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-12-01T11:13:10.9643745Z Collecting wheel<1.0,>=0.23.0 2022-12-01T11:13:10.9680614Z Downloading wheel-0.38.4-py3-none-any.whl (36 kB) 2022-12-01T11:13:11.0023550Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-12-01T11:13:11.0059474Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-12-01T11:13:11.0346845Z Collecting exceptiongroup>=1.0.0; python_version < "3.11" 2022-12-01T11:13:11.0383006Z Downloading exceptiongroup-1.0.4-py3-none-any.whl (14 kB) 2022-12-01T11:13:11.0782114Z Collecting attrs>=19.2.0 2022-12-01T11:13:11.0818801Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-12-01T11:13:11.1159519Z 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:13:11.1167755Z 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:13:11.1317413Z 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:13:11.1328576Z 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:13:11.1542044Z Collecting mpmath>=0.19 2022-12-01T11:13:11.1583950Z Downloading mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-12-01T11:13:11.1794115Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-12-01T11:13:11.2741476Z Installing collected packages: wheel, six, astunparse, expecttest, future, sortedcontainers, exceptiongroup, attrs, hypothesis, numpy, types-dataclasses, typing-extensions, mpmath, sympy 2022-12-01T11:13:11.2980024Z WARNING: The script wheel is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-12-01T11:13:11.2980621Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T11:13:11.3442627Z Running setup.py install for future: started 2022-12-01T11:13:11.8361360Z Running setup.py install for future: finished with status 'done' 2022-12-01T11:13:12.0788820Z WARNING: The script hypothesis is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-12-01T11:13:12.0789335Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T11:13:13.6038708Z WARNING: The scripts f2py, f2py3 and f2py3.7 are installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-12-01T11:13:13.6039234Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T11:13:20.7017280Z WARNING: The script isympy is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2022-12-01T11:13:20.7017806Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T11:13:20.7250849Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.4 expecttest-0.1.4 future-0.18.2 hypothesis-6.58.2 mpmath-1.2.1 numpy-1.21.6 six-1.16.0 sortedcontainers-2.4.0 sympy-1.10.1 types-dataclasses-0.6.6 typing-extensions-4.4.0 wheel-0.38.4 2022-12-01T11:13:20.8146155Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:13:21.0237165Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:13:21.6814917Z Collecting boto3==1.19.12 2022-12-01T11:13:21.6986014Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-12-01T11:13:21.7386583Z Collecting jmespath<1.0.0,>=0.7.1 2022-12-01T11:13:21.7419325Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-12-01T11:13:22.5447940Z Collecting botocore<1.23.0,>=1.22.12 2022-12-01T11:13:22.5692002Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-12-01T11:13:22.7225863Z Collecting s3transfer<0.6.0,>=0.5.0 2022-12-01T11:13:22.7260112Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-12-01T11:13:22.7366816Z 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:13:22.7850690Z Collecting python-dateutil<3.0.0,>=2.1 2022-12-01T11:13:22.7966438Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-12-01T11:13:22.8095864Z 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:13:22.9296045Z Installing collected packages: jmespath, python-dateutil, botocore, s3transfer, boto3 2022-12-01T11:13:23.5443465Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-12-01T11:13:23.5940386Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:14:03.6632130Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:14:03.6633366Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: 505e310e-60cf-42f7-ad42-46e99ab33ce4 Error: Runtime exited with error: signal: killed"} 2022-12-01T11:14:03.6633917Z 2022-12-01T11:14:03.6635338Z ----- Historic stats comparison result ------ 2022-12-01T11:14:03.6635605Z 2022-12-01T11:14:03.6635849Z job: linux-bionic-py3.7-clang9 2022-12-01T11:14:03.6636124Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:14:03.6636279Z 2022-12-01T11:14:03.6636440Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:14:03.6638166Z 2022-12-01T11:14:03.6638333Z : (master) 2022-12-01T11:14:03.6638579Z | 2022-12-01T11:14:03.6638902Z | * c13d400bff (HEAD) total time 6185.41s 2022-12-01T11:14:03.6639148Z | | 2022-12-01T11:14:03.6639433Z | : (59 commits) 2022-12-01T11:14:03.6639699Z |/ 2022-12-01T11:14:03.6640189Z * 67eb2d5952 (base) 16 reports, total time 4344.22s ± 602.80s 2022-12-01T11:14:03.6640630Z * 1c5ca724f4 8 reports, total time 4368.61s ± 616.59s 2022-12-01T11:14:03.6641085Z * 9d6109c4b0 8 reports, total time 4383.64s ± 695.73s 2022-12-01T11:14:03.6641681Z * 736adc0808 8 reports, total time 4306.63s ± 637.14s 2022-12-01T11:14:03.6642137Z * a348975e00 8 reports, total time 4289.15s ± 623.87s 2022-12-01T11:14:03.6642448Z * db13049b88 8 reports, total time 4387.24s ± 674.56s 2022-12-01T11:14:03.6642766Z * d07b85393a 8 reports, total time 4300.86s ± 637.56s 2022-12-01T11:14:03.6643081Z * ac25c210e5 8 reports, total time 4257.12s ± 662.22s 2022-12-01T11:14:03.6643374Z * 2355b6256b 8 reports, total time 4350.11s ± 742.08s 2022-12-01T11:14:03.6667152Z * 4f95f7ae9b 8 reports, total time 4359.00s ± 715.95s 2022-12-01T11:14:03.6667523Z | 2022-12-01T11:14:03.6667822Z : 2022-12-01T11:14:03.6667975Z 2022-12-01T11:14:03.6668199Z Removed (across 235 suites) 0 tests, totaling 0.00s 2022-12-01T11:14:03.6668661Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:14:03.6669155Z Added (across 504 suites) 56984 tests, totaling +6185.41s 2022-12-01T11:14:03.8022470Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:14:03.8022717Z with: 2022-12-01T11:14:03.8022867Z env: 2022-12-01T11:14:03.8023027Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:14:03.8023212Z ##[endgroup] 2022-12-01T11:14:03.8038565Z ##[group]Run set -eou pipefail 2022-12-01T11:14:03.8038791Z set -eou pipefail 2022-12-01T11:14:03.8038978Z  2022-12-01T11:14:03.8039217Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:14:03.8039460Z for _ in $(seq 1440); do 2022-12-01T11:14:03.8039683Z  # Break if no ssh session exists anymore 2022-12-01T11:14:03.8039905Z  if [ "$(who)" = "" ]; then 2022-12-01T11:14:03.8040079Z  break 2022-12-01T11:14:03.8040252Z  fi 2022-12-01T11:14:03.8040423Z  echo "." 2022-12-01T11:14:03.8040594Z  sleep 5 2022-12-01T11:14:03.8040764Z done 2022-12-01T11:14:03.8051986Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:14:03.8052192Z env: 2022-12-01T11:14:03.8052368Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:14:03.8052553Z ##[endgroup] 2022-12-01T11:14:03.8077151Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:14:03.8184104Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:14:03.8184626Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:14:03.8184880Z # shellcheck disable=SC2046 2022-12-01T11:14:03.8185104Z docker stop $(docker ps -q) || true 2022-12-01T11:14:03.8185317Z # Prune all of the docker images 2022-12-01T11:14:03.8185531Z docker system prune -af 2022-12-01T11:14:03.8196306Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:14:03.8196521Z env: 2022-12-01T11:14:03.8196693Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:14:03.8196877Z ##[endgroup] 2022-12-01T11:14:04.2784673Z d2eadf6c68ff 2022-12-01T11:14:05.5248871Z Deleted Containers: 2022-12-01T11:14:05.5249238Z d2eadf6c68ffc45010c4b4c2556efa2fb13dc12d453bc14e44a6a28683a0c1eb 2022-12-01T11:14:05.5249431Z 2022-12-01T11:14:14.1873468Z Deleted Images: 2022-12-01T11:14:14.1874498Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:14:14.1875455Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:922efd3e5de9c9bb7c8bbf26292cfc402e4fe496007343b3cdeaa900d9eba7e5 2022-12-01T11:14:14.1876114Z deleted: sha256:79a24f7e31ea76d2ddb469f649fa8ec153a9d95b2910eec865272f9fe1492257 2022-12-01T11:14:14.1876623Z deleted: sha256:c1d569b3b7aecb26b66d2051263ba61aa46d8254055f1adf855c83dbb4f8177e 2022-12-01T11:14:14.1877100Z deleted: sha256:b8d1f473f6b1a07bef17d41165749de9fb5f8e8395202d332380a5b0fd997c19 2022-12-01T11:14:14.1877458Z deleted: sha256:a5cb4f755e86e80ca35205044b67fa63e5ac77b04cfc8348f771ceb9436c387e 2022-12-01T11:14:14.1877941Z deleted: sha256:73294294aa551e90351c3f45afd3d2e7e5e835f2b89c4f4a54c0aa134927ef42 2022-12-01T11:14:14.1878521Z deleted: sha256:34e926883150ec25ea7c9fed4cf7134ed64ed3aded69be083ab67cd3d1fe3b22 2022-12-01T11:14:14.1879010Z deleted: sha256:9395b567cb7b0287051b1d4451ebdde9d49f7727c3542af86e069716aa8b54bd 2022-12-01T11:14:14.1879327Z deleted: sha256:f9b817c00a1eb2074cdc73be7036aa71903b9dd31b070ed1a8fd3bc83fe1f1c3 2022-12-01T11:14:14.1879659Z deleted: sha256:5f5263c972513f67380da1bb4742be6dfb0b94d6d13aae0dc4d92ee49982623d 2022-12-01T11:14:14.1879968Z deleted: sha256:e20f49fc9f7135cc00b1f14769005c0130d254bd77d6b45c4ffd82092970a61d 2022-12-01T11:14:14.1880274Z deleted: sha256:98bb35f2f25e123f8755850a597499d23d3bf69ebbd0550a2c63477230be9ad1 2022-12-01T11:14:14.1880581Z deleted: sha256:38bc8e029ea774f88f232199b0dc38de373eac8b8520cf79887770480a568f12 2022-12-01T11:14:14.1881058Z deleted: sha256:0c9d68da477ec4c1c4f820d38da29f670a13f302a786b658b8aa0bf19b4e74b9 2022-12-01T11:14:14.1881446Z deleted: sha256:de8381314e3c72a427c188391df2123b817e95cee6f9f23d305b339ac9146f32 2022-12-01T11:14:14.1881765Z deleted: sha256:db0c2f0622bb771b624fec24e3e6b5f5f8bab84856c9d9051b86ee05cc076a80 2022-12-01T11:14:14.1882131Z deleted: sha256:ff884857a18ee01e3feccefb595b4dd622234c596629ba5daf3b62c9d50300fa 2022-12-01T11:14:14.1882489Z deleted: sha256:b765a86d0d36e58eacff6a38035b439ed07f4da10883e6e493eccfcd6ead6d48 2022-12-01T11:14:14.1883046Z deleted: sha256:2aab29bd8781d5d23cebf9dbf11cc74f867446211f347d20dfb0b32fc00d9cd3 2022-12-01T11:14:14.1883640Z deleted: sha256:50daa08a8d7f4c2083950c4b15b8da1e93490cdb0c734ef4ee9c8f23291a7adc 2022-12-01T11:14:14.1884124Z deleted: sha256:1b368af574c7caffa7731ac85cf239cd9a14b139e0d6c1e0fc5e71d50dc4d344 2022-12-01T11:14:14.1884483Z deleted: sha256:4206e3489e5b3632c718576fff1e400372c840fd417039cea9e944b75497bf08 2022-12-01T11:14:14.1884782Z deleted: sha256:f784048f6bd235ddf4001431cf88df9675417b4e5f832f209fd973186ac7ffb8 2022-12-01T11:14:14.1885140Z deleted: sha256:d6767ca63dc41041eba27401089df893b90b9841424a897644ec78f085f0d40d 2022-12-01T11:14:14.1885433Z deleted: sha256:3218be89574e96f52f2aea4029e604aff3e2795320a252319712b12522bc7229 2022-12-01T11:14:14.1885742Z deleted: sha256:954f56c0d913b9c5becd97962377d7f0f215a31513f9a8469ea5d7f0caff0ebc 2022-12-01T11:14:14.1886110Z deleted: sha256:3f6cd1c07e1e1acc188167f8a8346baa43629131598d32c25e88b16c68cde384 2022-12-01T11:14:14.1886423Z deleted: sha256:30b8e6ee746b07a34fd5b2abeecda5c213f061608c44cb99699a7b793bd3be06 2022-12-01T11:14:14.1886798Z deleted: sha256:3fac8601bb971ee954e5207c26cd9a525d824d199936d3067f496b104221ab8a 2022-12-01T11:14:14.1887107Z deleted: sha256:dce0e4b15443704b78e12423c9d06617816593efe7456cf6ebbf1c7f7195feb8 2022-12-01T11:14:14.1887463Z deleted: sha256:8826855eef42ed86a5f5314bf9091142c896deb6b5ce84a5b18e01449485add7 2022-12-01T11:14:14.1887769Z deleted: sha256:b1b20323ce7a57c1b0bb7df881729d2097da70333c4d75280cf16c5389524eee 2022-12-01T11:14:14.1888172Z deleted: sha256:3a2a0641bbe358dc4c43721ae2d1fcbced6f27bb21aaabb04b6c48cecd650264 2022-12-01T11:14:14.1888517Z deleted: sha256:c7d16d72c5135cbfe8a095ea4b22bf302e588c2f8cbfb62652b6bfb5bc9cb89d 2022-12-01T11:14:14.1888899Z deleted: sha256:53d60ffb16275ba27ed95350c9dc8d3a12435b79d7cdc607e5bba1cf55d033b3 2022-12-01T11:14:14.1889218Z deleted: sha256:4c8e1046b14da7434bbd85a3efb84aed4f77d58448a8eb954f912ea7439b8398 2022-12-01T11:14:14.1889560Z deleted: sha256:2e6d07ac4b56ac9f969c192fbc6a733ef64b3d61a919f6035d7a88a1032825f9 2022-12-01T11:14:14.1889942Z deleted: sha256:aaa58be2bca6711fbdee68a82fccc8d2a857adf01cbff301de48b134d1a1c53c 2022-12-01T11:14:14.1890273Z deleted: sha256:90ad95c0244327c7d331dc6683f09a8edb0f0d8fbd168d74b5bb87753632d940 2022-12-01T11:14:14.1890650Z deleted: sha256:bd2551cd8fb15cddac03cf796de0f4dc50a18d4452b3010aec6e7b050fab0763 2022-12-01T11:14:14.1891078Z deleted: sha256:19e5912baecc223a7ff2bae2ba2f39cfa0807a55d70dbfe58ec8b1912fab0188 2022-12-01T11:14:14.1891472Z deleted: sha256:05484cdf1d2861150ef4aaf43fbf559ca34cabbb13968426a5abef11ab23d1bd 2022-12-01T11:14:14.1891784Z deleted: sha256:3556ba7424916f2c82acd7176796afd41ac6cb681708afbb270b9600f9fcb391 2022-12-01T11:14:14.1892161Z deleted: sha256:58bb967b9a729ff18f0a86ea843576bbb52aa19f2c41f694968b5cd715a8fbfe 2022-12-01T11:14:14.1892495Z deleted: sha256:59da41a45f6ebe58e9f3c2fe43045ca9b2d38e6da1f1c9e4390661120e5cee87 2022-12-01T11:14:14.1892913Z deleted: sha256:5169db1033603d85faa2082fb4b3403266667e3cad6011b4225c1a6c70bd22b6 2022-12-01T11:14:14.1893288Z deleted: sha256:102f3bcf5fc3d2c8828eef77f76f6df15e689786e47e32ddf4fb9c66f2cb2244 2022-12-01T11:14:14.1893628Z deleted: sha256:b6710aa3fc59b7c040affd08cd1c8f830f798640d0e74c1a6d22aac7bde5457b 2022-12-01T11:14:14.1893952Z deleted: sha256:1dbdb809e34385f466c8c07b42b579c3a1a37328e9784711935767c2c22ad45b 2022-12-01T11:14:14.1894263Z deleted: sha256:65dcce4b17a2e2d1505d7e43d0e01c177e181edeb26eae0939dfa1b2a1bba436 2022-12-01T11:14:14.1894754Z deleted: sha256:ed29ce5a82fc41f80d7102a811caf8edb4b603e341dc93abeab20be416a24b82 2022-12-01T11:14:14.1895137Z deleted: sha256:eb96cee48d24538d27fcc550215a1504b81adb9f00c47440903d3d31d1e67af7 2022-12-01T11:14:14.1895446Z deleted: sha256:68760763eeef0724af8299c9deb7d9de30e499f135c7b3f0895a7029413293cc 2022-12-01T11:14:14.1895753Z deleted: sha256:246fc786d598762a4ca4f0e6f928ee5e302c5f13c6d54479f7a2490b7fb38399 2022-12-01T11:14:14.1896071Z deleted: sha256:0e6324cf2caf938f920029d04ca7be2a1d8e92c45b96d06fbe181804d5ef4753 2022-12-01T11:14:14.1896391Z deleted: sha256:e81d92d13eb3796fa8fd81c39ace9912298626127c1bd7474e33996ae722551b 2022-12-01T11:14:14.1896699Z deleted: sha256:a87447cf297ce78b3862b5f06f0d0cecf33d7942e9e7961af6d6c7d33810e207 2022-12-01T11:14:14.1897017Z deleted: sha256:62b622b3c836ed8412284519a95af3f142ac092907fc500bfc0d151f5aefbc71 2022-12-01T11:14:14.1897326Z deleted: sha256:7483f6f6a6b20181363d9d7a18bbdda1456076546c6ade3743e11aa88bc0b4df 2022-12-01T11:14:14.1897637Z deleted: sha256:5c11a32947ebcca61a6b4ecf994f9500945bcc2de9260e1c54a6965b28815199 2022-12-01T11:14:14.1897960Z deleted: sha256:06de1668ed6941daa526133c98f207de07d8389bffe0b408bfe66d1a92347170 2022-12-01T11:14:14.1898264Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-12-01T11:14:14.1898429Z 2022-12-01T11:14:14.1898530Z Total reclaimed space: 10.48GB 2022-12-01T11:14:14.1987682Z Post job cleanup. 2022-12-01T11:14:14.2050006Z Post job cleanup. 2022-12-01T11:14:14.3196095Z [command]/usr/bin/git version 2022-12-01T11:14:14.3243994Z git version 2.37.1 2022-12-01T11:14:14.3281796Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f0190449-1b73-42ee-b396-8b0c6c726855' before making global git config changes 2022-12-01T11:14:14.3282233Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:14:14.3286137Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:14:14.3334289Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:14:14.3365149Z [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:14:14.3735343Z Entering 'android/libs/fbjni' 2022-12-01T11:14:14.3781374Z Entering 'third_party/FP16' 2022-12-01T11:14:14.3822407Z Entering 'third_party/FXdiv' 2022-12-01T11:14:14.3869258Z Entering 'third_party/NNPACK' 2022-12-01T11:14:14.3920905Z Entering 'third_party/QNNPACK' 2022-12-01T11:14:14.3966592Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:14:14.4000051Z Entering 'third_party/XNNPACK' 2022-12-01T11:14:14.4103324Z Entering 'third_party/benchmark' 2022-12-01T11:14:14.4148574Z Entering 'third_party/cpuinfo' 2022-12-01T11:14:14.4192526Z Entering 'third_party/cub' 2022-12-01T11:14:14.4242018Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:14:14.4279972Z Entering 'third_party/cutlass' 2022-12-01T11:14:14.4319654Z Entering 'third_party/eigen' 2022-12-01T11:14:14.4383135Z Entering 'third_party/fbgemm' 2022-12-01T11:14:14.4451562Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:14:14.4519089Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:14:14.4571747Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:14:14.4642155Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:14:14.4690671Z Entering 'third_party/flatbuffers' 2022-12-01T11:14:14.4727247Z Entering 'third_party/fmt' 2022-12-01T11:14:14.4775804Z Entering 'third_party/foxi' 2022-12-01T11:14:14.4817323Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:14:14.4866179Z Entering 'third_party/gloo' 2022-12-01T11:14:14.4914751Z Entering 'third_party/googletest' 2022-12-01T11:14:14.4966511Z Entering 'third_party/ideep' 2022-12-01T11:14:14.5022957Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:14:14.5146834Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:14:14.5231359Z Entering 'third_party/ios-cmake' 2022-12-01T11:14:14.5276094Z Entering 'third_party/ittapi' 2022-12-01T11:14:14.5311558Z Entering 'third_party/kineto' 2022-12-01T11:14:14.5346001Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:14:14.5379229Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:14:14.5413116Z Entering 'third_party/nccl/nccl' 2022-12-01T11:14:14.5463523Z Entering 'third_party/neon2sse' 2022-12-01T11:14:14.5505018Z Entering 'third_party/nlohmann' 2022-12-01T11:14:14.5539272Z Entering 'third_party/onnx' 2022-12-01T11:14:14.5736900Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:14:14.5826601Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:14:14.5873371Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:14:14.5989383Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:14:14.6132547Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:14:14.6257226Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:14:14.6365678Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:14:14.6424896Z Entering 'third_party/pocketfft' 2022-12-01T11:14:14.6459437Z Entering 'third_party/protobuf' 2022-12-01T11:14:14.6607516Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:14:14.6683130Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:14:14.6736079Z Entering 'third_party/psimd' 2022-12-01T11:14:14.6780396Z Entering 'third_party/pthreadpool' 2022-12-01T11:14:14.6831163Z Entering 'third_party/pybind11' 2022-12-01T11:14:14.6877724Z Entering 'third_party/python-enum' 2022-12-01T11:14:14.6919606Z Entering 'third_party/python-peachpy' 2022-12-01T11:14:14.6965110Z Entering 'third_party/python-six' 2022-12-01T11:14:14.7007372Z Entering 'third_party/sleef' 2022-12-01T11:14:14.7053111Z Entering 'third_party/tbb' 2022-12-01T11:14:14.7088613Z Entering 'third_party/tensorpipe' 2022-12-01T11:14:14.7147848Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:14:14.7206409Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:14:14.7266688Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:14:14.7330642Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:14:14.7402604Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:14:14.7449842Z Entering 'third_party/zstd' 2022-12-01T11:14:14.7516513Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:14:14.7543664Z http.https://github.com/.extraheader 2022-12-01T11:14:14.7551978Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:14:14.7582973Z [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:14:14.7831748Z Entering 'android/libs/fbjni' 2022-12-01T11:14:14.7851075Z http.https://github.com/.extraheader 2022-12-01T11:14:14.7877378Z Entering 'third_party/FP16' 2022-12-01T11:14:14.7897602Z http.https://github.com/.extraheader 2022-12-01T11:14:14.7924590Z Entering 'third_party/FXdiv' 2022-12-01T11:14:14.7944336Z http.https://github.com/.extraheader 2022-12-01T11:14:14.7969798Z Entering 'third_party/NNPACK' 2022-12-01T11:14:14.7990909Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8017226Z Entering 'third_party/QNNPACK' 2022-12-01T11:14:14.8037314Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8063271Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:14:14.8082501Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8109246Z Entering 'third_party/XNNPACK' 2022-12-01T11:14:14.8128330Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8164596Z Entering 'third_party/benchmark' 2022-12-01T11:14:14.8184257Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8210260Z Entering 'third_party/cpuinfo' 2022-12-01T11:14:14.8230115Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8256197Z Entering 'third_party/cub' 2022-12-01T11:14:14.8275496Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8301365Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:14:14.8321249Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8352546Z Entering 'third_party/cutlass' 2022-12-01T11:14:14.8372104Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8404279Z Entering 'third_party/eigen' 2022-12-01T11:14:14.8424287Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8451321Z Entering 'third_party/fbgemm' 2022-12-01T11:14:14.8471442Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8497114Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:14:14.8518402Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8543881Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:14:14.8562931Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8588785Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:14:14.8608569Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8635834Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:14:14.8654360Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8681646Z Entering 'third_party/flatbuffers' 2022-12-01T11:14:14.8701522Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8730496Z Entering 'third_party/fmt' 2022-12-01T11:14:14.8751177Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8776698Z Entering 'third_party/foxi' 2022-12-01T11:14:14.8798375Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8825555Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:14:14.8845459Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8871459Z Entering 'third_party/gloo' 2022-12-01T11:14:14.8891717Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8918035Z Entering 'third_party/googletest' 2022-12-01T11:14:14.8938122Z http.https://github.com/.extraheader 2022-12-01T11:14:14.8964355Z Entering 'third_party/ideep' 2022-12-01T11:14:14.8984497Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9010718Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:14:14.9030255Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9057573Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:14:14.9076450Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9109556Z Entering 'third_party/ios-cmake' 2022-12-01T11:14:14.9128847Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9154734Z Entering 'third_party/ittapi' 2022-12-01T11:14:14.9174261Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9200586Z Entering 'third_party/kineto' 2022-12-01T11:14:14.9220652Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9246149Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:14:14.9266737Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9293178Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:14:14.9312641Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9340611Z Entering 'third_party/nccl/nccl' 2022-12-01T11:14:14.9361471Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9388447Z Entering 'third_party/neon2sse' 2022-12-01T11:14:14.9408352Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9433472Z Entering 'third_party/nlohmann' 2022-12-01T11:14:14.9453171Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9481301Z Entering 'third_party/onnx' 2022-12-01T11:14:14.9500516Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9538106Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:14:14.9557838Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9583366Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:14:14.9603075Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9631984Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:14:14.9651364Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9676600Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:14:14.9695770Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9725202Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:14:14.9744669Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9771640Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:14:14.9791152Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9817001Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:14:14.9836311Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9865653Z Entering 'third_party/pocketfft' 2022-12-01T11:14:14.9885138Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9910818Z Entering 'third_party/protobuf' 2022-12-01T11:14:14.9929295Z http.https://github.com/.extraheader 2022-12-01T11:14:14.9958912Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:14:14.9977554Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0002836Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:14:15.0021641Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0049099Z Entering 'third_party/psimd' 2022-12-01T11:14:15.0068735Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0093518Z Entering 'third_party/pthreadpool' 2022-12-01T11:14:15.0113367Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0138407Z Entering 'third_party/pybind11' 2022-12-01T11:14:15.0158249Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0183903Z Entering 'third_party/python-enum' 2022-12-01T11:14:15.0203668Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0228853Z Entering 'third_party/python-peachpy' 2022-12-01T11:14:15.0248375Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0273411Z Entering 'third_party/python-six' 2022-12-01T11:14:15.0293155Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0320176Z Entering 'third_party/sleef' 2022-12-01T11:14:15.0339693Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0365570Z Entering 'third_party/tbb' 2022-12-01T11:14:15.0385998Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0413088Z Entering 'third_party/tensorpipe' 2022-12-01T11:14:15.0433068Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0458218Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:14:15.0477084Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0502173Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:14:15.0522138Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0547004Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:14:15.0566305Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0592311Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:14:15.0611549Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0636400Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:14:15.0655816Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0684972Z Entering 'third_party/zstd' 2022-12-01T11:14:15.0704886Z http.https://github.com/.extraheader 2022-12-01T11:14:15.0939565Z Cleaning up orphan processes